C# 클래스 uREPL.Commands.ParseBlockResult

파일 보기 프로젝트 열기: hecomi/uREPL

공개 프로퍼티들

프로퍼티 타입 설명
input string
matches List
output string
pattern string
placeholder string

공개 메소드들

메소드 설명
ParseBlockResult ( string input, string pattern, string placeholder ) : System

메소드 상세

ParseBlockResult() 공개 메소드

public ParseBlockResult ( string input, string pattern, string placeholder ) : System
input string
pattern string
placeholder string
리턴 System

프로퍼티 상세

input 공개적으로 프로퍼티

public string input
리턴 string

matches 공개적으로 프로퍼티

public List matches
리턴 List

output 공개적으로 프로퍼티

public string output
리턴 string

pattern 공개적으로 프로퍼티

public string pattern
리턴 string

placeholder 공개적으로 프로퍼티

public string placeholder
리턴 string