AdapterTypeInfoMapTryGetValue Method

Attempts to retrieve the AdapterInfo associated with the specified Type key.

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.172 -- Release Build+ace768d5e4de8ccdda90a0d8c11832c746f370e1
public bool TryGetValue(
	Type key,
	out AdapterInfo value
)

Parameters

key  Type
The Type key to locate in the collection.
value  AdapterInfo
When this method returns, contains the AdapterInfo associated with the specified key, if the key is found; otherwise, . This parameter is passed uninitialized.

Return Value

Boolean
if the collection contains an element with the specified key; otherwise, .

Remarks

If the key is found, the returned AdapterInfo is a copy with cloned parameters.

See Also