Method Extract
Extract<T>(string)
Extract a single FieldAttribute from a field.
Declaration
public static FieldAttribute Extract<T>(string fieldName)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | fieldName | Name of the field.  | 
    
Returns
| Type | Description | 
|---|---|
| FieldAttribute | FieldAttribute  | 
    
Type Parameters
| Name | Description | 
|---|---|
| T | Type to check for the field.  |