ImageGear .NET - Updated December 24, 2018
IsReadOnly Property (ImGearReadOnlyDictionary<TKey,TValue>)




ImageGear24.Windows.Controls Assembly > ImageGear.Core Namespace > ImGearReadOnlyDictionary<TKey,TValue> Class : IsReadOnly Property
Gets a value indicating whether the dictionary is read-only.
Syntax
'Declaration
 
Public ReadOnly Property IsReadOnly As Boolean
 
'Usage
 
Dim instance As ImGearReadOnlyDictionary(Of TKey,TValue)
Dim value As Boolean
 
value = instance.IsReadOnly

Property Value

This property always returns true.
See Also

Reference

ImGearReadOnlyDictionary<TKey,TValue> Class
ImGearReadOnlyDictionary<TKey,TValue> Members