Class CommandBase<T>
Inheritance
System.Object
CommandBase<T>
Namespace: FastReport.Export.Hpgl.Commands
Assembly: FastReport.dll
Syntax
public class CommandBase<T> : CommandBase
Type Parameters
Name | Description |
---|---|
T |
Constructors
CommandBase()
Declaration
public CommandBase()
Properties
Parameters
Declaration
public List<T> Parameters { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<T> |
Methods
AppendTo(StringBuilder)
Declaration
public override void AppendTo(StringBuilder s)
Parameters
Type | Name | Description |
---|---|---|
System.Text.StringBuilder | s |