C# Class Alsing.SourceCode.UndoBlockCollection

Inheritance: ICollection, IList, IEnumerable, ICloneable
Datei anzeigen Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
Name string

Private Properties

Property Type Description
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

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Add() public method

public Add ( UndoBlock item ) : int
item UndoBlock
return int

AddRange() public method

public AddRange ( UndoBlock array ) : void
array UndoBlock
return void

AddRange() public method

public AddRange ( UndoBlockCollection collection ) : void
collection UndoBlockCollection
return void

Clear() public method

public Clear ( ) : void
return void

Clone() public method

public Clone ( ) : UndoBlockCollection
return UndoBlockCollection

Contains() public method

public Contains ( UndoBlock item ) : bool
item UndoBlock
return bool

CopyTo() public method

public CopyTo ( UndoBlock array ) : void
array UndoBlock
return void

CopyTo() public method

public CopyTo ( UndoBlock array, int start ) : void
array UndoBlock
start int
return void

GetEnumerator() public method

public GetEnumerator ( ) : Enumerator
return Enumerator

IndexOf() public method

public IndexOf ( UndoBlock item ) : int
item UndoBlock
return int

Insert() public method

public Insert ( int position, UndoBlock item ) : void
position int
item UndoBlock
return void

Remove() public method

public Remove ( UndoBlock item ) : void
item UndoBlock
return void

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

UndoBlockCollection() public method

public UndoBlockCollection ( ) : System
return System

UndoBlockCollection() public method

public UndoBlockCollection ( UndoBlock array ) : System
array UndoBlock
return System

UndoBlockCollection() public method

public UndoBlockCollection ( UndoBlockCollection collection ) : System
collection UndoBlockCollection
return System

this() public method

public this ( int index ) : UndoBlock
index int
return UndoBlock

Property Details

Name public_oe property

public string Name
return string