C# Class SoundLibrary.Command.CommandParser.Tuple

Show file Open project: ufcpp/UfcppSample

Public Properties

Property Type Description
help string
ope CommandHandlar

Public Methods

Method Description
Tuple ( CommandHandlar ope, string help ) : System

Method Details

Tuple() public method

public Tuple ( CommandHandlar ope, string help ) : System
ope CommandHandlar
help string
return System

Property Details

help public property

public string help
return string

ope public property

public CommandHandlar ope
return CommandHandlar