![]() |
BadScript 2
|
Implements a Meta Data container for a parameter. More...
Public Member Functions | |
BadParameterMetaData (string type, string description) | |
Creates a new Parameter Meta Data Object. | |
Public Attributes | |
readonly string | Description |
The Description of the Parameter. | |
readonly string | Type |
The Type of the Parameter. | |
Implements a Meta Data container for a parameter.
Definition at line 6 of file BadParameterMetaData.cs.
BadScript2.Parser.BadParameterMetaData.BadParameterMetaData | ( | string | type, |
string | description | ||
) |
Creates a new Parameter Meta Data Object.
type | The Type of the Parameter |
description | The Description of the Parameter |
Definition at line 23 of file BadParameterMetaData.cs.
readonly string BadScript2.Parser.BadParameterMetaData.Description |
The Description of the Parameter.
Definition at line 11 of file BadParameterMetaData.cs.
readonly string BadScript2.Parser.BadParameterMetaData.Type |
The Type of the Parameter.
Definition at line 16 of file BadParameterMetaData.cs.