|   | EquatableListTSplitValues Method  | 
 
            Splits the list into a number of smaller lists.
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic List<EquatableList<T>> SplitValues(
	int size
)
Parameters
- size
 - Type: SystemInt32
            Maximum number of items per list.
             
Return Value
Type: 
ListEquatableListT
See Also