C# Class XNAGraphics.KernelBundle.BasicsBundle.BasicCollection

Afficher le fichier Open project: joseruizjimenez/personal-training-martial-arts Class Usage Examples

Méthodes publiques

Свойство Type Description
components List
identifier string
priority int

Méthodes publiques

Méthode Description
BasicCollection ( string identifier ) : System
BasicCollection ( string identifier, int priority, Object components ) : System
add ( Object component ) : void

Adds new object to the collection.

first ( ) : Object
hasNext ( ) : System.Boolean
remove ( Object component ) : void

Method Details

BasicCollection() public méthode

public BasicCollection ( string identifier ) : System
identifier string
Résultat System

BasicCollection() public méthode

public BasicCollection ( string identifier, int priority, Object components ) : System
identifier string
priority int
components Object
Résultat System

add() public méthode

Adds new object to the collection.
public add ( Object component ) : void
component Object
Résultat void

first() public méthode

public first ( ) : Object
Résultat Object

hasNext() public méthode

public hasNext ( ) : System.Boolean
Résultat System.Boolean

remove() public méthode

public remove ( Object component ) : void
component Object
Résultat void

Property Details

components public_oe property

public List components
Résultat List

identifier public_oe property

public string identifier
Résultat string

priority public_oe property

public int priority
Résultat int