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 null will be returned.
If the definition is not found then null will be returned.
public Definition this[
string name
] { get; }
-
StringnameThe name of the parameter definition for which to search.