C# 클래스 CellsAutomate.Mutator.CommandsList.CommandsList

상속: ICommandsList
파일 보기 프로젝트 열기: Confirmit/Students 1 사용 예제들

공개 메소드들

메소드 설명
CommandsList ( IEnumerable commands ) : System
GetEnumerator ( ) : IEnumerator
Insert ( int index, ICommand item ) : void
RemoveAt ( int index ) : void
this ( int index ) : ICommand

비공개 메소드들

메소드 설명
IEnumerable ( ) : IEnumerator

메소드 상세

CommandsList() 공개 메소드

public CommandsList ( IEnumerable commands ) : System
commands IEnumerable
리턴 System

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

Insert() 공개 메소드

public Insert ( int index, ICommand item ) : void
index int
item ICommand
리턴 void

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

this() 공개 메소드

public this ( int index ) : ICommand
index int
리턴 ICommand