Method ExtractLists
ExtractLists(object)
Get all portlists from an object.
Declaration
public static List<FieldInfo> ExtractLists(object instance)
Parameters
| Type | Name | Description | 
|---|---|---|
| object | instance | Object to extract from.  | 
    
Returns
| Type | Description | 
|---|---|
| List<FieldInfo> | List of PortList fields.  |