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


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

    Parameters

    items
    See Also