The PropertyMap type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PropertyMap | Initializes a new instance of the PropertyMap class |
Methods
| Name | Description | |
|---|---|---|
| Add | Overloaded. | |
| ByKey |
See ByKey(String).
| |
| Clear |
See Clear()()().
| |
| Contains |
See Contains(T).
| |
| ContainsKey |
See ContainsKey(String).
| |
| CopyTo | ||
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator |
See GetEnumerator()()().
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GroupByKeys |
See GroupByKeys()()().
| |
| JoinValues | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove |
See Remove(T).
| |
| RemoveKey |
Removes all property value with the specified key from the collection. Returns a value
indicating if any values were removed.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count |
See Count.
| |
| IsReadOnly |
See IsReadOnly.
| |
| Item |
See Item[([(String])]).
| |
| KeyCount |
See KeyCount.
| |
| Keys |
Returns a collection of the unique keys in this collection.
|