IClassDefinitionGetField Method (Int32)Hazelcast .Net Client Class Library

Namespace: Hazelcast.IO.Serialization
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
Syntax

IFieldDefinition GetField(
	int fieldIndex
)

Parameters

fieldIndex
Type: SystemInt32
index of the field

Return Value

Type: IFieldDefinition
field definition by given index
Exceptions

ExceptionCondition
IndexOutOfRangeException
See Also

Reference