프로퍼티 | 타입 | 설명 | |
---|---|---|---|
GridDictionary | System |
메소드 | 설명 | |
---|---|---|
ContainsKey ( string key ) : bool |
Gets whether the specified
|
|
Parse ( Newtonsoft.Json.Linq.JObject obj ) : |
Parses a dictionary from the specified
|
|
this ( string key ) : string |
Gets the value of an item with the specified
|
메소드 | 설명 | |
---|---|---|
GridDictionary ( string>.Dictionary |
public static Parse ( Newtonsoft.Json.Linq.JObject obj ) : |
||
obj | Newtonsoft.Json.Linq.JObject | The instance of JObject to be parsed. |
리턴 |
public this ( string key ) : string | ||
key | string | The key of the dictionary item. |
리턴 | string |