Constructs an empty BasicCardCommand object.

Namespace: BasicCard.BasicCards
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public BasicCardCommand()
Visual Basic
Public Sub New
Visual C++
public:
BasicCardCommand()
F#
new : unit -> BasicCardCommand

Remarks

With this constructor you must assign CLA and INS by CLA and INS property before use.

See Also