2025 Property
Changes 0
P

Definitions.Item

Description:
Retrieves a definition by a given name.
Remarks:
If the definition is not found then null will be returned.
public Definition this[
	string name
] { get; }
  • name
    The name of the parameter definition for which to search.