Click or drag to resize

IPortableReaderHasField Method

Namespace:  Hazelcast.IO.Serialization
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
bool HasField(
	string fieldName
)

Parameters

fieldName
Type: SystemString
name of the field

Return Value

Type: Boolean
true if field exist in this class.
See Also