Utility functions used in N2.
| C# | Visual Basic | Visual C++ |
public class Utility
Public Class Utility
public ref class Utility
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| UtilityUtilityNew()() | ||
| Convert(Object, Type) | ||
| Equals(Object) | (Inherited from Object.) | |
| Evaluate(Object, String) | Tries to find a property matching the supplied expression, returns null if no property is found with the first part of the expression. | |
| Finalize()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()() | Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()() | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValue(Object, String) | ||
| MemberwiseClone()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MoteToIndex(IList<(Of <ContentItem>)>, ContentItem, Int32) | Moves an item in a list to a new index. | |
| ToString()() | (Inherited from Object.) | |
| TypeFromName(String) | ||
| UpdateSortOrder(IEnumerable<(Of <ContentItem>)>) | Iterates items and ensures that the item's sort order is ascending. |
| Object | |
| Utility | |