Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CommandOptionCollection

命令选项集合。

class
version

1.0.0

Hierarchy

  • CommandOptionCollection

Implements

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

Private _items

_items: Map<string, string>

Accessors

keys

  • get keys(): Array<string>

size

  • get size(): number

values

  • get values(): Array<string>

Methods

forEach

  • forEach(callback: function, scope?: any): void

get

  • get(key: string): string

getEnumerator

has

  • has(key: string): boolean

Generated using TypeDoc