메소드 | 설명 | |
---|---|---|
IronJSONValue ( IronJSONObject o ) : System |
Constructor.
|
|
IronJSONValue ( |
Constructor.
|
|
IronJSONValue ( bool b ) : System |
Constructor.
|
|
IronJSONValue ( double f ) : System |
Constructor.
|
|
IronJSONValue ( long i ) : System |
Constructor.
|
|
IronJSONValue ( string str ) : System |
Constructor.
|
|
ToString ( ) : string |
Converts this value to a string to be written out to a JSON file.
|
|
ToString ( int indentLevel ) : string |
Converts this value to a string to be written out to a JSON file.
|
public IronJSONValue ( IronJSONObject o ) : System | ||
o | IronJSONObject |
/// A |
리턴 | System |
public IronJSONValue ( |
||
type |
/// A |
|
리턴 | System |
public ToString ( int indentLevel ) : string | ||
indentLevel | int |
/// A |
리턴 | string |