The following tables list the members exposed by PropertyValueCollection.
Public Constructors
Public Properties
| Name | Description |
| Comparer | (Inherited from System.Collections.Generic.Dictionary<string,object>) |
| Count | (Inherited from System.Collections.Generic.Dictionary<string,object>) |
| Item | (Inherited from System.Collections.Generic.Dictionary<string,object>) |
| Keys | (Inherited from System.Collections.Generic.Dictionary<string,object>) |
| Values | (Inherited from System.Collections.Generic.Dictionary<string,object>) |
Top
Public Methods
| Name | Description |
| Add | (Inherited from System.Collections.Generic.Dictionary<string,object>) |
| Clear | (Inherited from System.Collections.Generic.Dictionary<string,object>) |
| ContainsKey | (Inherited from System.Collections.Generic.Dictionary<string,object>) |
| ContainsValue | (Inherited from System.Collections.Generic.Dictionary<string,object>) |
| GetEnumerator | (Inherited from System.Collections.Generic.Dictionary<string,object>) |
| GetEnumOrDefault<T> | Returns the enum value of the property, if possible; otherwise, the default. |
| GetObjectData | (Inherited from System.Collections.Generic.Dictionary<string,object>) |
| GetValueOrDefault<T> | Returns the value of the property passed in by name. |
| GetValueOrNull | Returns the value of the property based on the property name. |
| OnDeserialization | (Inherited from System.Collections.Generic.Dictionary<string,object>) |
| Remove | (Inherited from System.Collections.Generic.Dictionary<string,object>) |
| TryGetValue | (Inherited from System.Collections.Generic.Dictionary<string,object>) |
Top
See Also