C# Class Alsing.SourceCode.UndoBlockCollection

Inheritance: ICollection, IList, IEnumerable, ICloneable
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
Name string

Private Properties

Свойство 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

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Add ( UndoBlock item ) : int
item UndoBlock
Résultat int

AddRange() public méthode

public AddRange ( UndoBlock array ) : void
array UndoBlock
Résultat void

AddRange() public méthode

public AddRange ( UndoBlockCollection collection ) : void
collection UndoBlockCollection
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Clone() public méthode

public Clone ( ) : UndoBlockCollection
Résultat UndoBlockCollection

Contains() public méthode

public Contains ( UndoBlock item ) : bool
item UndoBlock
Résultat bool

CopyTo() public méthode

public CopyTo ( UndoBlock array ) : void
array UndoBlock
Résultat void

CopyTo() public méthode

public CopyTo ( UndoBlock array, int start ) : void
array UndoBlock
start int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : Enumerator
Résultat Enumerator

IndexOf() public méthode

public IndexOf ( UndoBlock item ) : int
item UndoBlock
Résultat int

Insert() public méthode

public Insert ( int position, UndoBlock item ) : void
position int
item UndoBlock
Résultat void

Remove() public méthode

public Remove ( UndoBlock item ) : void
item UndoBlock
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

UndoBlockCollection() public méthode

public UndoBlockCollection ( ) : System
Résultat System

UndoBlockCollection() public méthode

public UndoBlockCollection ( UndoBlock array ) : System
array UndoBlock
Résultat System

UndoBlockCollection() public méthode

public UndoBlockCollection ( UndoBlockCollection collection ) : System
collection UndoBlockCollection
Résultat System

this() public méthode

public this ( int index ) : UndoBlock
index int
Résultat UndoBlock

Property Details

Name public_oe property

public string Name
Résultat string