MemoryPropertyStoreGetValue Method |
| Name | Description | |
|---|---|---|
| GetValue(Int32) |
Gets a property value.
| |
| GetValue(PropertyDescription) |
Gets a value from a property description.
| |
| GetValue(PropertyKey) |
Gets a property key value or null if it was not found.
| |
| GetValueT(Int32, T) |
Gets a typed property value.
| |
| GetValueT(PropertyKey, T) |
Gets a typed property value.
|