Tries to get a value for a certain key.
Namespace: Spotfire.Dxp.Data.Collections
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
[FriendVisibleAttribute(true)] public bool TryGetValue( TKey key, out TValue value )
Parameters
- key
- Type: TKey
The key of the value to get. - value
- Type: TValue
When this method returns, contains the value associated with the specified key, if the key is found; otherwise, the default value for the type of the value parameter
Return Value
Type: Booleantrue if the corresponding value was returned.
Remarks
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also