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


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

    Parameters

    items
    comparer
    See Also