C# 클래스 InstructionEditor.Collections.FormationArray

Summary description for SpriteArrayArray.
상속: System.Collections.CollectionBase
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Formation f ) : int
Contains ( Formation f ) : bool
Insert ( int index, Formation f ) : void
Remove ( Formation f ) : void
this ( int i ) : Formation

메소드 상세

Add() 공개 메소드

public Add ( Formation f ) : int
f InstructionEditor.Formation
리턴 int

Contains() 공개 메소드

public Contains ( Formation f ) : bool
f InstructionEditor.Formation
리턴 bool

Insert() 공개 메소드

public Insert ( int index, Formation f ) : void
index int
f InstructionEditor.Formation
리턴 void

Remove() 공개 메소드

public Remove ( Formation f ) : void
f InstructionEditor.Formation
리턴 void

this() 공개 메소드

public this ( int i ) : Formation
i int
리턴 InstructionEditor.Formation