ItemByName method: MethodInfo collection
Syntax
ItemByName(name)
Description
The ItemByName method returns the item specified by name. Name is not case-sensitive.
Parameters
| Parameter | Description |
|---|---|
|
name |
Specify the name of the MethodInfo object that you want returned. This parameter takes a string value. |
Returns
A reference to a MethodInfo object or NULL.
Example
&METHOD = &METHODS.ItemByName("Save");