Method TryGetValue
TryGetValue(string, out GffResourceField?)
If this field is a GffResourceFieldStruct, gets the value associated with the specified key.
public override bool TryGetValue(string key, out GffResourceField? value)
Parameters
keystringThe key of the value to get./
valueGffResourceFieldIf the method runs successfully (returns true), this output parameter will contain the associated value.
Returns
- bool
True if the field is a GffResourceFieldStruct and the key exists. Otherwise, false.