|
|
Parameter
|
public readonly struct ParameterDefinition<T> : IParameter<T>, IParameter
The ParameterDefinitionT type exposes the following members.
| Name | Description | |
|---|---|---|
| Default | Gets default typed value of the parameter. | |
| Description | Gets the description of the parameter. | |
| Internal | Gets flag that indicates if parameter is internal. | |
| IsDefinition | Gets flag that indicates if parameter is a definition. | |
| Name | Gets the name of the parameter. | |
| Parse | Gets a custom parsing function that converts string into target type. | |
| Required | Gets flag that indicates if the parameter is required. | |
| Type | Gets the type of the parameter. |
| Name | Description | |
|---|---|---|
| CreateParameter | Creates a new typed mutable parameter from its definition. | |
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |