![]() | JEnumerable<T> Methods |
The JEnumerable<T> generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the specified Object is equal to this instance.
(Overrides ValueType.Equals(Object).) |
![]() | Equals(JEnumerable<T>) |
Determines whether the specified JEnumerable<T> is equal to this instance.
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that can be used to iterate through the collection.
|
![]() | GetHashCode |
Returns a hash code for this instance.
(Overrides ValueType.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
![]() | Ancestors<T> |
Returns a collection of tokens that contains the ancestors of every token in the source collection.
(Defined by Extensions.) |
![]() | AncestorsAndSelf<T> |
Returns a collection of tokens that contains every token in the source collection, and the ancestors of every token in the source collection.
(Defined by Extensions.) |
![]() | AsJEnumerable<T> |
Returns the input typed as IJEnumerable<T>.
(Defined by Extensions.) |
![]() | Children<T>() | Overloaded.
Returns a collection of child tokens of every array in the source collection.
(Defined by Extensions.) |
![]() | Children<T, U>() | Overloaded.
Returns a collection of converted child tokens of every array in the source collection.
(Defined by Extensions.) |
![]() | Value<T, U> |
Converts the value.
(Defined by Extensions.) |