ArcFM Desktop Developer Guide
ToDictionary<TKey,TValue> Method


Version: 10.2.1a

Resource Center Home

Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function ToDictionary
    (Of TKey,TValue)( _
   ByVal hashtable As Hashtable _
) As Dictionary(Of TKey,TValue)
'Usage
 
Dim hashtable As Hashtable
Dim value As Dictionary(Of TKey,TValue)
 
value = HashtableExtension.ToDictionary(Of TKey, TValue)(hashtable)
[Extension()]
public static Dictionary<TKey,TValue> ToDictionary<TKey,TValue>( 
   Hashtable hashtable
)

Parameters

hashtable

Type Parameters

TKey
TValue
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

HashtableExtension Class
HashtableExtension Members

 

 


Send Comment