Click or drag to resize

CAEXTypeDictionaryTryGetValue Method

Tries to get the value.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public bool TryGetValue(
	string caexTagName,
	out Type t
)

Parameters

caexTagName  String
Name of the CAEX tag.
t  Type
The type.

Return Value

Boolean
true if type is registered, false otherwise.
See Also