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 | |
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.
|
getset |
Gets/Sets the value of a property.
This will never return null; if a property id is not in the map, a ksMultiType of type ksMultiType.Types.UNDEFINED is returned.
propertyId |