C# 클래스 EsotericIDE.Sclipting.ListStringElementNode

상속: Node
파일 보기 프로젝트 열기: Timwi/EsotericIDE

공개 프로퍼티들

프로퍼티 타입 설명
Engrish string[]

공개 메소드들

메소드 설명
Execute ( ScliptingEnv environment ) : IEnumerable
Explain ( ) : string
GetMenuItems ( IIde ide ) : System.Windows.Forms.ToolStripItem[]
ListStringElementNode ( ListStringInstruction instruction, bool backwards, int sourceIndex ) : System
ListStringElementNode ( char ch, int sourceIndex ) : System

비공개 메소드들

메소드 설명
PostBuildCheck ( IPostBuildReporter rep ) : void
operation ( object listOrString, bool padExcl, bool padIncl, int>.Action stringOperation, Action listOperation ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( ScliptingEnv environment ) : IEnumerable
environment ScliptingEnv
리턴 IEnumerable

Explain() 공개 메소드

public Explain ( ) : string
리턴 string

GetMenuItems() 공개 정적인 메소드

public static GetMenuItems ( IIde ide ) : System.Windows.Forms.ToolStripItem[]
ide IIde
리턴 System.Windows.Forms.ToolStripItem[]

ListStringElementNode() 공개 메소드

public ListStringElementNode ( ListStringInstruction instruction, bool backwards, int sourceIndex ) : System
instruction ListStringInstruction
backwards bool
sourceIndex int
리턴 System

ListStringElementNode() 공개 메소드

public ListStringElementNode ( char ch, int sourceIndex ) : System
ch char
sourceIndex int
리턴 System

프로퍼티 상세

Engrish 공개적으로 정적으로 프로퍼티

public static string[] Engrish
리턴 string[]