Click or drag to resize

ClassBuilderFieldByIndex Method

Return the field at the specified index.

Namespace:  FileHelpers.Dynamic
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public FieldBuilder FieldByIndex(
	int index
)

Parameters

index
Type: SystemInt32
The index of the field.

Return Value

Type: FieldBuilder
The field at the specified index.
See Also