Click or drag to resize
RestrictedAccessDictionaryTKey, TValue Properties

The RestrictedAccessDictionaryTKey, TValue generic type exposes the following members.

Properties
  NameDescription
Public propertyAddIsAllowed
True if and only if this dictionary allows elements to be added.
Public propertyChangeElementsIsAllowed
True if and only if this dictionary allows elements to change
Public propertyCount
Public propertyIsReadOnly
Public propertyItem
Public propertyKeys
Public propertyRemoveIsAllowed
True if and only if this dictionary allows elments to be removed.
Public propertyValues
Top
See Also