IReadOnlyPropertyCollection members
Represents a set of properties; every property is a key/value pair, where the key is a string and the value is an object.
The IReadOnlyPropertyCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Item | Stores, alters, or accesses properties. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Clone | (Inherited from ICloneable.) |
![]() |
ContainsKey | Determines if the IReadOnlyPropertyCollection contains an element with the specified key. |
![]() |
GetEnumerator | (Inherited from IEnumerable.) |
![]() |
GetFormattedString | |
![]() |
TryGetValue |
Top