Метод | Описание | |
---|---|---|
JConstructor ( ) : System |
Initializes a new instance of the JConstructor class.
|
|
JConstructor ( |
Initializes a new instance of the JConstructor class from another JConstructor object.
|
|
JConstructor ( string name ) : System |
Initializes a new instance of the JConstructor class with the specified name and content.
|
|
JConstructor ( string name, object content ) : System |
Initializes a new instance of the JConstructor class with the specified name and content.
|
|
Load ( JsonReader reader ) : |
Loads an JConstructor from a JsonReader.
|
|
WriteTo ( JsonWriter writer ) : void |
Writes this token to a JsonWriter.
|
|
this ( object key ) : JToken |
Gets the JToken with the specified key.
|
Метод | Описание | |
---|---|---|
CloneToken ( ) : JToken | ||
DeepEquals ( JToken node ) : bool | ||
GetDeepHashCode ( ) : int |
public JConstructor ( |
||
other | A |
|
Результат | System |
public JConstructor ( string name ) : System | ||
name | string | The constructor name. |
Результат | System |
public JConstructor ( string name, object content ) : System | ||
name | string | The constructor name. |
content | object | The contents of the constructor. |
Результат | System |
public static Load ( JsonReader reader ) : |
||
reader | JsonReader | A |
Результат |
public WriteTo ( JsonWriter writer ) : void | ||
writer | JsonWriter | A |
Результат | void |