ATMLCommonLibrary.forms.DictionaryPropertyDescriptor.DictionaryPropertyDescriptor C# (CSharp) Method

DictionaryPropertyDescriptor() private method

private DictionaryPropertyDescriptor ( PropertyOption>.IDictionary d, string key ) : System
d PropertyOption>.IDictionary
key string
return System
        internal DictionaryPropertyDescriptor(IDictionary<string, PropertyOption> d, string key)
            : base(key, null)
        {
            _dictionary = d;
            _key = key;
        }