WCF-Xtensions Class Reference for Mono
JEnumerable<T> Structure
Members 






The type of token
Represents a collection of JToken objects.
Object Model
JEnumerable<T> Structure
Syntax
'Declaration
 
<System.Reflection.DefaultMemberAttribute("Item")>
Public Structure JEnumerable(Of T As JToken) 
   Inherits System.ValueType
   Implements IJEnumerable(Of T) 
'Usage
 
Dim instance As JEnumerable(Of T)
[System.Reflection.DefaultMember("Item")]
public struct JEnumerable<T> : System.ValueType, IJEnumerable<T>  
where T: JToken
public type JEnumerable = class(System.ValueType, IJEnumerable)
JScript does not support Generics.
[System.Reflection.DefaultMember("Item")]
public __value struct JEnumerable<T> : public System.ValueType, IJEnumerable<T>  
[System.Reflection.DefaultMember("Item")]
generic<typename T>
public value class JEnumerable : public System.ValueType, IJEnumerable<T>  
where T: JToken
Type Parameters
T
The type of token
Inheritance Hierarchy

System.Object
   System.ValueType
      Noemax.Newtonsoft.Json.Linq.JEnumerable<T>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JEnumerable<T> Members
Noemax.Newtonsoft.Json.Linq Namespace

Send Feedback