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