Share

AtPut Method

Overload List

Method Description
Dictionary.AtPut (int, RXObject)Puts value into the dictionary at index id. This function returns a pointer to the Object that was at this... more
Dictionary.AtPut (string, RXObject)Puts value into the dictionary with key as the lookup key.Returns a pointer to the Object with lookup key... more
Dictionary.AtPut (string, RXObject, out int)Puts value into the dictionary with key as the lookup key and returns the new entry's dictionary ID in retId... more

Was this information helpful?