PropertiesTPropKey, TPropValue Methods |
The PropertiesTPropKey, TPropValue generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddAll | |
![]() ![]() | CreateTPropKey, TPropValue |
Factory method to create an empty collection of properties.
|
![]() ![]() | CreateFromVoidPtrTPropKey, TPropValue |
Internal factory function to wrap a native object pointer inside
this managed class with null pointer check.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Find |
Return the value for the given key, or NULL if not found.
|
![]() | ForEach | |
![]() | FromData |
Deserializes this Properties object.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetObjectData | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Insert |
Add or update the string value for key.
|
![]() | Load |
Reads property values from a file, overriding what is currently
in the properties object.
|
![]() | Remove |
Remove the key from the collection.
|
![]() | ToData |
Serializes this Properties object.
|
![]() | ToString |
Returns a string representation of the current
Properties object.
(Overrides ObjectToString.) |