Method | Description | |
---|---|---|
Children ( ) : JEnumerable |
Returns a collection of the child tokens of this token, in document order.
|
|
JProperty ( |
Initializes a new instance of the JProperty class from another JProperty object.
|
|
JProperty ( string name, object content ) : System |
Initializes a new instance of the JProperty class.
|
|
Load ( JsonReader reader ) : |
Loads an JProperty from a JsonReader.
|
|
WriteTo ( JsonWriter writer ) : void |
Writes this token to a JsonWriter.
|
Method | Description | |
---|---|---|
AddItem ( bool isLast, JToken previous, JToken item ) : void | ||
ClearItems ( ) : void | ||
CloneToken ( ) : JToken | ||
ContainsItem ( JToken item ) : bool | ||
DeepEquals ( JToken node ) : bool | ||
GetDeepHashCode ( ) : int | ||
GetItem ( int index ) : JToken | ||
GetValueEnumerable ( ) : IEnumerable |
||
InsertItem ( int index, JToken item ) : void | ||
JProperty ( string name ) : System | ||
RemoveItem ( JToken item ) : bool | ||
RemoveItemAt ( int index ) : void | ||
ReplaceItem ( JToken existing, JToken replacement ) : void | ||
SetItem ( int index, JToken item ) : void |
public JProperty ( |
||
other | A |
|
return | System |
public JProperty ( string name, object content ) : System | ||
name | string | The property name. |
content | object | The property content. |
return | System |
public static Load ( JsonReader reader ) : |
||
reader | JsonReader | A |
return |
public WriteTo ( JsonWriter writer ) : void | ||
writer | JsonWriter | A |
return | void |