KeyValueTable<AircraftType>.TryGetValue Method
Gets the value associated with the specified key.
Thread safety: This method is not thread-safe. Show
TryGetValue(AttributeValue key, out AircraftType value)
Gets the value associated with the specified key.Syntax
public System.Boolean TryGetValue (
AttributeValue key,
out AircraftType value
)
Parameters
key
Type: AttributeValue
The key of the value to get.
The key of the value to get.
value
Type: AircraftType
Set to the value associated with key if key is found in the table.
Set to the value associated with key if key is found in the table.
Return Value
Type: System.Boolean
True if value has been set; otherwise, False.
True if value has been set; otherwise, False.
Platforms
Windows, Linux, Android