C# 클래스 Alsing.SourceCode.UndoBlockCollection

상속: ICollection, IList, IEnumerable, ICloneable
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Name string

Private Properties

프로퍼티 타입 설명
Grow void
ICloneable object
ICollection void
IEnumerable IEnumerator
IList bool
IList int
IList void
IList void
NeedsGrowth bool
NeedsTrimming bool
Trim void
ValidateIndex void
ValidateIndex void
this objectIList.System

공개 메소드들

메소드 설명
Add ( UndoBlock item ) : int

AddRange ( UndoBlock array ) : void

AddRange ( UndoBlockCollection collection ) : void

Clear ( ) : void

Clone ( ) : UndoBlockCollection

Contains ( UndoBlock item ) : bool

CopyTo ( UndoBlock array ) : void

CopyTo ( UndoBlock array, int start ) : void

GetEnumerator ( ) : Enumerator

IndexOf ( UndoBlock item ) : int

Insert ( int position, UndoBlock item ) : void

Remove ( UndoBlock item ) : void

RemoveAt ( int index ) : void

UndoBlockCollection ( ) : System

UndoBlockCollection ( UndoBlock array ) : System

UndoBlockCollection ( UndoBlockCollection collection ) : System

this ( int index ) : UndoBlock

비공개 메소드들

메소드 설명
Grow ( ) : void
ICloneable ( ) : object
ICollection ( Array array, int start ) : void
IEnumerable ( ) : IEnumerator
IList ( object item ) : bool
IList ( object item ) : int
IList ( int position, object item ) : void
IList ( object item ) : void
NeedsGrowth ( ) : bool
NeedsTrimming ( ) : bool
Trim ( ) : void
ValidateIndex ( int index ) : void
ValidateIndex ( int index, bool allowEqualEnd ) : void
this ( int index ) : objectIList.System

메소드 상세

Add() 공개 메소드

public Add ( UndoBlock item ) : int
item UndoBlock
리턴 int

AddRange() 공개 메소드

public AddRange ( UndoBlock array ) : void
array UndoBlock
리턴 void

AddRange() 공개 메소드

public AddRange ( UndoBlockCollection collection ) : void
collection UndoBlockCollection
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Clone() 공개 메소드

public Clone ( ) : UndoBlockCollection
리턴 UndoBlockCollection

Contains() 공개 메소드

public Contains ( UndoBlock item ) : bool
item UndoBlock
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( UndoBlock array ) : void
array UndoBlock
리턴 void

CopyTo() 공개 메소드

public CopyTo ( UndoBlock array, int start ) : void
array UndoBlock
start int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : Enumerator
리턴 Enumerator

IndexOf() 공개 메소드

public IndexOf ( UndoBlock item ) : int
item UndoBlock
리턴 int

Insert() 공개 메소드

public Insert ( int position, UndoBlock item ) : void
position int
item UndoBlock
리턴 void

Remove() 공개 메소드

public Remove ( UndoBlock item ) : void
item UndoBlock
리턴 void

RemoveAt() 공개 메소드

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

UndoBlockCollection() 공개 메소드

public UndoBlockCollection ( ) : System
리턴 System

UndoBlockCollection() 공개 메소드

public UndoBlockCollection ( UndoBlock array ) : System
array UndoBlock
리턴 System

UndoBlockCollection() 공개 메소드

public UndoBlockCollection ( UndoBlockCollection collection ) : System
collection UndoBlockCollection
리턴 System

this() 공개 메소드

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

프로퍼티 상세

Name 공개적으로 프로퍼티

public string Name
리턴 string