| Utility Methods | 
The Utility type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | CloneT | 
            Clones the specified list.
             | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|   | FirstOrDefaultT(ListT) | 
            Gets the first element in the list or the default
            value if the list is null or empty.
             | 
|   | FirstOrDefaultT(T) | 
            Gets the first element in the array or the default
            value if the array is null or empty.
             | 
|   | FormatDoubleAsPercent | 
            Formats a double as a percentage string.
             | 
|   | GenerateSynchronizationSource | 
            Generates a synchronization source.
             | 
|   | GenerateTieBreaker | 
            Generates a Connection Tie-breaker.
             | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|   | LastOrDefaultT(ListT) | 
            Gets the last element in the list or the default
            value if the list is null or empty.
             | 
|   | LastOrDefaultT(T) | 
            Gets the last element in the array or the default
            value if the array is null or empty.
             | 
|  | MemberwiseClone | (Inherited from Object.) | 
|   | ToListT | 
            Converts an array to a list.
             | 
|  | ToString | (Inherited from Object.) | 
|   | TreeFindLeavesT | 
            Enumerates over all nodes in the tree, invoking the callback for each one.
             | 
|   | TreeSearchT | 
            Enumerates over all nodes in the tree, invoking the callback for each one.
             | 
 See Also
See Also