Gets the value associated with the specified key.
Namespace: ININ.IceLib.StatisticsAssembly: ININ.IceLib.Statistics (in ININ.IceLib.Statistics.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public bool TryGetValue( ParameterTypeId key, out ParameterValue item ) |
Visual Basic |
---|
Public Function TryGetValue ( _ key As ParameterTypeId, _ <OutAttribute> ByRef item As ParameterValue _ ) As Boolean |
Parameters
- key
- Type: ININ.IceLib.Statistics..::..ParameterTypeId
The key.
- item
- Type: ININ.IceLib.Statistics..::..ParameterValue%
The item. When this method returns, the item associated with the specified key, if the key is found; otherwise, nullNothingnullptra null reference (Nothing in Visual Basic). parameter. This parameter is passed uninitialized.
Return Value
trueTruetruetrue (True in Visual Basic) if this instance contains an element with the specified key; otherwise, falseFalsefalsefalse (False in Visual Basic).Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.