adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ReadOnlyDictionary<TKey,TValue> Class / ReadOnlyDictionary<TKey,TValue> Constructor / ReadOnlyDictionary<TKey,TValue> Constructor(IDictionary<TKey,TValue>)


In This Topic
    ReadOnlyDictionary<TKey,TValue> Constructor(IDictionary<TKey,TValue>)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal items As IDictionary(Of TKey,TValue) _
    )
    public ReadOnlyDictionary<TKey,TValue>( 
       IDictionary<TKey,TValue> items
    )
    public:
    ReadOnlyDictionary<TKey,TValue>( 
       IDictionary<TKey^,TValue^>^ items
    )

    Parameters

    items
    See Also