Click or drag to resize
Json.NET

JEnumerableT Methods

 

The JEnumerableT generic type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(JEnumerableT)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that can be used to iterate through the collection.
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Extension Methods
  NameDescription
Public Extension MethodAncestorsT
Returns a collection of tokens that contains the ancestors of every token in the source collection.
(Defined by Extensions.)
Public Extension MethodAncestorsAndSelfT
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.)
Public Extension MethodAsJEnumerableT (Defined by Extensions.)
Public Extension MethodChildrenTOverloaded.
Returns a collection of child tokens of every array in the source collection.
(Defined by Extensions.)
Public Extension MethodChildrenT, UOverloaded.
Returns a collection of converted child tokens of every array in the source collection.
(Defined by Extensions.)
Public Extension MethodValueT, U
Converts the value.
(Defined by Extensions.)
Top
See Also