Свойство | Тип | Описание | |
---|---|---|---|
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 ContainsKey ( string key ) : bool | ||
key | string | The key. |
Результат | bool |
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 |