Delimiter Constructors
Definition
Namespace: ASNA.DataGate.Client.CopyData
Assembly: ASNA.QSys.DataGate.Client.dll
Initializes a new instance of the class.
Overloads
| Name | Description |
|---|---|
| Delimiter() | Initializes a new instance of the class. |
| Delimiter(Char) | Initializes a new instance of the class with a specified value. |
Delimiter()
Initializes a new instance of the class.
Delimiter()
Delimiter(Char)
Initializes a new instance of the class with a specified value.
Delimiter(Char)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| Char | value | The character value to initialize the instance with. |