AdapterCollectionTryGetValue Method
Attempts to retrieve the
AdapterInfo associated with the specified
Type key.
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.136 -- Release Build+045677775a56d15698be6ced5ce5213063e47102
public bool TryGetValue(
Type key,
out AdapterInfo value
)
Public Function TryGetValue (
key As Type,
<OutAttribute> ByRef value As AdapterInfo
) As Boolean
public:
bool TryGetValue(
Type^ key,
[OutAttribute] AdapterInfo^% value
)
function TryGetValue(key, value);
- 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.
Boolean if the collection contains an element with the specified key; otherwise,
.
If the key is found, the returned
AdapterInfo is a copy with cloned
parameters.