CodeCommandBase constructor

CodeCommandBase(
  1. String name,
  2. String description
)

Implementation

CodeCommandBase(String name, String description) : super(name, description);