ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Core Namespace / ImGearReadOnlyDictionary<TKey,TValue> Class
Properties Methods


In This Topic
    ImGearReadOnlyDictionary<TKey,TValue> Class Members
    In This Topic

    The following tables list the members exposed by ImGearReadOnlyDictionary<TKey,TValue>.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ImGearReadOnlyDictionary class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of key/value pairs contained in the dictionary.  
    Public PropertyGets a value indicating whether the dictionary is read-only.  
    Public PropertyGets the value associated with the specified key.  
    Public PropertyGets a collection containing the keys in the dictionary.  
    Public PropertyGets a collection containing the values in the dictionary.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. This method is not supported by the ImGearReadOnlyDictionary.  
    Public MethodThis method is not supported by the ImGearReadOnlyDictionary.  
    Public MethodDetermines whether the dictionary contains the specified key/value pair.  
    Public MethodDetermines whether the dictionary contains the specified key.  
    Public MethodCopies the elements of the dictionary to an array, starting at the specified array index.  
    Public MethodReturns an enumerator that iterates through the dictionary.  
    Public MethodOverloaded. This method is not supported by the ImGearReadOnlyDictionary.  
    Public MethodGets the value associated with the specified key.  
    Top
    See Also