Provides access to ksProperties. More...
Public Member Functions | |
| bool | Contains (uint propertyId) |
| Checks if a property id is in the map. More... | |
| IEnumerator< KeyValuePair< uint, ksMultiType > > | GetEnumerator () |
| Gets the property enumerator. More... | |
Properties | |
| Dictionary< uint, ksMultiType >.KeyCollection? | Keys [get] |
| Collection of property keys. More... | |
| ksMultiType | this[uint propertyId] [get, set] |
| Gets/Sets the value of a property. More... | |
Provides access to ksProperties.
| bool KS.Reactor.ksPropertyMap.Contains | ( | uint | propertyId | ) |
Checks if a property id is in the map.
| propertyId | Property ID to check for. |
| IEnumerator<KeyValuePair<uint, ksMultiType> > KS.Reactor.ksPropertyMap.GetEnumerator | ( | ) |
Gets the property enumerator.
|
get |
Collection of property keys.
|
getset |
Gets/Sets the value of a property.
If a property id is not in the map, ksMultiType.Null is returned.
| propertyId |