| ClassBuilderFieldByIndex Method  | 
 Return the field at the specified index.
 
    Namespace: 
   FileHelpers.Dynamic
    Assembly:
   FileHelpers (in FileHelpers.dll) Version: 3.2.6
 Syntax
Syntaxpublic FieldBuilder FieldByIndex(
	int index
)
Public Function FieldByIndex ( 
	index As Integer
) As FieldBuilder
Parameters
- index
- Type: SystemInt32
 The index of the field.
Return Value
Type: 
FieldBuilderThe field at the specified index.
 See Also
See Also