ReadOnlyDictionary TKey, TValue  TryGetValue Method .net Access Provider Documentation

[Missing <summary> documentation for "M:Ifs.Fnd.Core.ReadOnlyDictionary`2.TryGetValue(`0,`1@)"]

Namespace: Ifs.Fnd.Core
Assembly: Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.0.0.0 (4.80.18.0)
Syntax

public bool TryGetValue(
	TKey key,
	out TValue value
)

Parameters

key
Type: TKey

[Missing <param name="key"/> documentation for "M:Ifs.Fnd.Core.ReadOnlyDictionary`2.TryGetValue(`0,`1@)"]

value
Type: TValue 

[Missing <param name="value"/> documentation for "M:Ifs.Fnd.Core.ReadOnlyDictionary`2.TryGetValue(`0,`1@)"]

Return Value

Type: OnlineBoolean

[Missing <returns> documentation for "M:Ifs.Fnd.Core.ReadOnlyDictionary`2.TryGetValue(`0,`1@)"]

Implements

OnlineIDictionary TKey, TValue  TryGetValue(TKey, TValue )
See Also