2020 Property
Changes 0
P

Definitions.Item

Description:
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.
public Definition this[
	string name
] { get; }
  • name
    The name of the parameter definition for which to search.