VariablesCollection.GetElement Method
Include Protected Members
Include Inherited Members
Gets an element from the collection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetElement(Int32) | Gets an element with the specified index from the collection. | |
GetElement(String) | Gets an element with the specified name from the collection. |
Top