Click or drag to resize

JEnumerableT Structure

Namespace:  Newtonsoft.Json.Linq
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public struct JEnumerable<T> : IEnumerable, 
	IEnumerable<T>, IJEnumerable<T>
where T : JToken

Type Parameters

T

The JEnumerableT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyItem
Top
Methods
  NameDescription
Public methodEquals (Overrides ValueTypeEquals(Object).)
Public methodGetEnumerator
Public methodGetHashCode (Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldStatic memberEmpty
Top
Extension Methods
  NameDescription
Public Extension MethodAncestorsT (Defined by Extensions.)
Public Extension MethodAsJEnumerableT (Defined by Extensions.)
Public Extension MethodChildrenTOverloaded. (Defined by Extensions.)
Public Extension MethodChildrenT, UOverloaded. (Defined by Extensions.)
Public Extension MethodForEachT (Defined by Extensions.)
Public Extension MethodMinByOrDefaultT, TKey
Finds the minimum TSource in source based on a key.
(Defined by MoveResultExtensions.)
Public Extension MethodToAdjacencyGraphT, TEdge(FuncT, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToAdjacencyGraphT, TEdge(FuncT, IEnumerableTEdge, Boolean)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToBidirectionalGraphT, TEdge(FuncT, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToBidirectionalGraphT, TEdge(FuncT, IEnumerableTEdge, Boolean)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToDelegateUndirectedGraphT, TEdge(FuncT, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToDelegateUndirectedGraphT, TEdge(TryFuncT, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToDelegateVertexAndEdgeListGraphT, TEdge(FuncT, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToDelegateVertexAndEdgeListGraphT, TEdge(TryFuncT, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodValueT, U (Defined by Extensions.)
Top
See Also