Method GetFieldType
GetFieldType(int)
Gets the Type information corresponding to the type of object that would be returned from GetValue(int).
public Type GetFieldType(int i)
Parameters
iintThe index of the field to find.
Returns
- Type
The Type information corresponding to the type of object that would be returned from GetValue(int).
Exceptions
- IndexOutOfRangeException
The index passed was outside the range of 0 through FieldCount.