C# Class Nez.ComponentTypeManager

Afficher le fichier Open project: prime31/Nez Class Usage Examples

Méthodes publiques

Méthode Description
add ( Type type ) : void
getIndexFor ( Type type ) : int
getTypesFromBits ( BitSet bits ) : IEnumerable

Method Details

add() public static méthode

public static add ( Type type ) : void
type System.Type
Résultat void

getIndexFor() public static méthode

public static getIndexFor ( Type type ) : int
type System.Type
Résultat int

getTypesFromBits() public static méthode

public static getTypesFromBits ( BitSet bits ) : IEnumerable
bits BitSet
Résultat IEnumerable