PropertyCollection Class |
Namespace: Ozeki.Common
The PropertyCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | PropertyCollection |
Initializes a new instance of the PropertyCollection class.
|
Name | Description | |
---|---|---|
![]() | Add |
Adds a value with the specified key to the collection.
|
![]() | AddOrUpdate |
Adds a value with the specified key to the collection if not exists or updates an existing value.
|
![]() | Clear |
Clears the collection.
|
![]() | Contains |
Retrieves a boolean value indicating whether the collection contains value with the specified key.
|
![]() | Get(String) |
Gets the value with the specified key from the collection.
|
![]() | GetT(String) |
Gets the value with the specified key from the collection.
|
![]() | Remove |
Removes a value with the specified key from the collection.
|