C# 클래스 MonoGameConsole.Commands.CustomCommand

상속: IConsoleCommand
파일 보기 프로젝트 열기: romanov/MonoGame-Console

공개 메소드들

메소드 설명
CustomCommand ( string name, string>.Func action, string description ) : System
Execute ( string arguments ) : string

메소드 상세

CustomCommand() 공개 메소드

public CustomCommand ( string name, string>.Func action, string description ) : System
name string
action string>.Func
description string
리턴 System

Execute() 공개 메소드

public Execute ( string arguments ) : string
arguments string
리턴 string