| 
               | 
            
              IParameterT Interface | 
          
The IParameterT type exposes the following members.
| Name | Description | |
|---|---|---|
| Default | Gets default typed value of the parameter. | |
| Description | 
            Gets the description of the parameter.
             (Inherited from IParameter)  | |
| Internal | 
            Gets flag that indicates if parameter is internal.
             (Inherited from IParameter)  | |
| IsDefinition | 
            Gets flag that indicates if parameter is a definition.
             (Inherited from IParameter)  | |
| Name | 
            Gets the name of the parameter.
             (Inherited from IParameter)  | |
| Parse | Gets a custom parsing function that converts string into target type. | |
| Required | 
            Gets flag that indicates if the parameter is required.
             (Inherited from IParameter)  | |
| Type | 
            Gets the type of the parameter.
             (Inherited from IParameter)  | 
| Name | Description | |
|---|---|---|
| CreateParameter | Creates a new typed mutable parameter from its definition. |