Returns an object at the key or NULL if the key was not found in the dictionary.
Public virtual Function At(
key As string
) As RXObject
public virtual RXObject At(
string key
);
| Parameters | Description |
|---|---|
| string key | Input lookup key string to search for. |