Click or drag to resize

IClassDefinitionGetFieldType Method

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

Parameters

fieldName
Type: SystemString
name of the field

Return Value

Type: FieldType
type of given field
Exceptions
ExceptionCondition
ArgumentException
See Also