Click or drag to resize

JEnumerable<T> 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 JEnumerable<T> type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyItem
Top
Methods
  NameDescription
Public methodEquals (Overrides ValueType.Equals(Object).)
Public methodGetEnumerator
Public methodGetHashCode (Overrides ValueType.GetHashCode().)
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 MethodAncestors<T> (Defined by Extensions.)
Public Extension MethodAsJEnumerable<T> (Defined by Extensions.)
Public Extension MethodChildren<T>()Overloaded. (Defined by Extensions.)
Public Extension MethodChildren<T, U>()Overloaded. (Defined by Extensions.)
Public Extension MethodForEach<T> (Defined by Extensions.)
Public Extension MethodMinByOrDefault<T, TKey>
Finds the minimum TSource in source based on a key.
(Defined by MoveResultExtensions.)
Public Extension MethodToAdjacencyGraph<T, TEdge>(Func<T, IEnumerable<TEdge>>)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToAdjacencyGraph<T, TEdge>(Func<T, IEnumerable<TEdge>>, Boolean)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToBidirectionalGraph<T, TEdge>(Func<T, IEnumerable<TEdge>>)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToBidirectionalGraph<T, TEdge>(Func<T, IEnumerable<TEdge>>, Boolean)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToDelegateUndirectedGraph<T, TEdge>(Func<T, IEnumerable<TEdge>>)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToDelegateUndirectedGraph<T, TEdge>(TryFunc<T, IEnumerable<TEdge>>)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToDelegateVertexAndEdgeListGraph<T, TEdge>(Func<T, IEnumerable<TEdge>>)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToDelegateVertexAndEdgeListGraph<T, TEdge>(TryFunc<T, IEnumerable<TEdge>>)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodValue<T, U> (Defined by Extensions.)
Top
See Also