EnumerableExtensions Members
Provides access to extension methods that work with IEnumerable<T>
collections.
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal.
Inherited from System. |
Equals |
Determines whether the specified object is equal to the current object.
Inherited from System. |
Flatten |
Converts a hierarchical data structure into a flat collection. This method traverses the hierarchy defined by the get function. The function accepts all hierarchy items and returns nested items as a flat collection.
|
Flatten |
Converts a hierarchical data structure into a flat collection. This method traverses the hierarchy defined by the get function. The function accepts an item in the hierarchy and the hierarchy level, and returns nested items.
|
For |
Iterates through each item in the IEnumerable collection and performs the specified action.
|
For |
Iterates through each item in the IEnumerable collection and performs the specified action.
|
Get |
Serves as the default hash function.
Inherited from System. |
Get |
Gets the Type of the current instance.
Inherited from System. |
Is |
Determines whether the specified IEnumerable collection contains only one element.
|
Memberwise |
Creates a shallow copy of the current Object.
Inherited from System. |
Reference |
Determines whether the specified Object instances are the same instance.
Inherited from System. |
To |
Converts the IEnumerable collection to the Observable .
|
To |
Converts the IEnumerable collection to the Read .
|
To |
Converts the IEnumerable collection to the Read .
|
To |
Returns a string that represents the current object.
Inherited from System. |
Yield |
Converts an individual item into an IEnumerable collection that contains this item. If the specified item is null , the method returns the collection that stores null .
|
Yield |
Converts an individual item into an IEnumerable sequence that contains this item. If the specified item is null , the method returns an empty sequence.
|