ArcFM Solution Developer Guide
TryGetValue(S,T) Method


The key.
The mapped value.
Gets the value mapped to the specified key.
Syntax
'Declaration
 
Overloads Function TryGetValue( _
   ByVal key As S, _
   ByRef value As T _
) As System.Boolean
'Usage
 
Dim instance As IMapperCaching(Of S,T)
Dim key As S
Dim value As T
Dim value As System.Boolean
 
value = instance.TryGetValue(key, value)
System.bool TryGetValue( 
   S key,
   out T value
)

Parameters

key
The key.
value
The mapped value.

Return Value

true if the set contains the specified mapping; otherwise, false.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMapperCaching<S,T> Interface
IMapperCaching<S,T> Members
Overload List

 

 


Send Comment