Definitions.Item
Description:
Retrieves a definition by a given name.
Retrieves a definition by a given name.
Remarks:
If the definition is not found then .a null reference (Nothing in Visual Basic) will be returned.
If the definition is not found then .a null reference (Nothing in Visual Basic) will be returned.
public Definition this[
string name
] { get; }
-
nameThe name of the parameter definition for which to search.