RestrictedAccessDictionaryTKey, TValueTryGetValue Method |
[Missing <summary> documentation for "M:Bio.Util.RestrictedAccessDictionary`2.TryGetValue(`0,`1@)"]
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool TryGetValue(
TKey key,
out TValue value
)
Public Function TryGetValue (
key As TKey,
<OutAttribute> ByRef value As TValue
) As Boolean
public:
virtual bool TryGetValue(
TKey key,
[OutAttribute] TValue% value
) sealed
abstract TryGetValue :
key : 'TKey *
value : 'TValue byref -> bool
override TryGetValue :
key : 'TKey *
value : 'TValue byref -> bool
Parameters
- key
- Type: TKey
[Missing <param name="key"/> documentation for "M:Bio.Util.RestrictedAccessDictionary`2.TryGetValue(`0,`1@)"]
- value
- Type: TValue
[Missing <param name="value"/> documentation for "M:Bio.Util.RestrictedAccessDictionary`2.TryGetValue(`0,`1@)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Bio.Util.RestrictedAccessDictionary`2.TryGetValue(`0,`1@)"]
Implements
IDictionaryTKey, TValueTryGetValue(TKey, TValue)See Also