Method TryGetValue
TryGetValue(InstanceId, out MetadataObject)
Tries to get the MetadataObject with the specified ownerId.
Declaration
public bool TryGetValue(InstanceId key, out MetadataObject value)
Parameters
| Type | Name | Description |
|---|---|---|
| InstanceId | key | The ownerId. |
| MetadataObject | value | The value. |
Returns
| Type | Description |
|---|---|
| bool |
|