GetFieldInfo
GetFieldInfo(Type, string)
public static FieldInfo GetFieldInfo(Type type, string fieldName) ;
Description
Get FieldInfo.
Parameters
| Parameter Name | Description | 
|---|---|
| type | Type | 
| fieldName | Field name | 
Returns
FieldInfo to get. If there is none, it returns null.