C# 클래스 SoundLibrary.Command.CommandParser.Tuple

파일 보기 프로젝트 열기: ufcpp/UfcppSample

공개 프로퍼티들

프로퍼티 타입 설명
help string
ope CommandHandlar

공개 메소드들

메소드 설명
Tuple ( CommandHandlar ope, string help ) : System

메소드 상세

Tuple() 공개 메소드

public Tuple ( CommandHandlar ope, string help ) : System
ope CommandHandlar
help string
리턴 System

프로퍼티 상세

help 공개적으로 프로퍼티

public string help
리턴 string

ope 공개적으로 프로퍼티

public CommandHandlar ope
리턴 CommandHandlar