Click or drag to resize

InlineXbrlTargetInstanceDictionaryTryGetValue Method

Namespace:  Altova.RaptorXml.Xbrl
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public bool TryGetValue(
	string key,
	out Instance value
)

Parameters

key
Type: SystemString
value
Type: Altova.RaptorXml.XbrlInstance

Return Value

Type: Boolean

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also