WCF-Xtensions Class Reference for Mono
JConstructor Class
Members 






Represents a JSON constructor.
Object Model
JConstructor Class
Syntax
'Declaration
 
<System.Reflection.DefaultMemberAttribute("Item")>
Public Class JConstructor 
   Inherits JContainer
   Implements Noemax.Newtonsoft.Json.IJsonLineInfoNoemax.Newtonsoft.Json.Linq.IJEnumerable(Of JToken) 
'Usage
 
Dim instance As JConstructor
[System.Reflection.DefaultMember("Item")]
public class JConstructor : JContainer, Noemax.Newtonsoft.Json.IJsonLineInfoNoemax.Newtonsoft.Json.Linq.IJEnumerable<JToken>  
System.Reflection.DefaultMemberAttribute("Item")
public class JConstructor extends JContainer implements Noemax.Newtonsoft.Json.IJsonLineInfoNoemax.Newtonsoft.Json.Linq.IJEnumerable 
[System.Reflection.DefaultMember("Item")]
public __gc class JConstructor : public JContainer, Noemax.Newtonsoft.Json.IJsonLineInfoNoemax.Newtonsoft.Json.Linq.IJEnumerable<JToken>  
[System.Reflection.DefaultMember("Item")]
public ref class JConstructor : public JContainer, Noemax.Newtonsoft.Json.IJsonLineInfoNoemax.Newtonsoft.Json.Linq.IJEnumerable<JToken>  
Inheritance Hierarchy

System.Object
   Noemax.Newtonsoft.Json.Linq.JToken
      Noemax.Newtonsoft.Json.Linq.JContainer
         Noemax.Newtonsoft.Json.Linq.JConstructor

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

JConstructor Members
Noemax.Newtonsoft.Json.Linq Namespace

Send Feedback