For a list of all members of this type, see PropertyValueCollection members.
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