C# Class Glare.VectorTypeAttribute

Describes the parameters of a vector type.
Inheritance: System.Attribute
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Méthode Description
VectorTypeAttribute ( Type elementType, int elementCount, bool reversed ) : System

Initialise the attribute.

Method Details

VectorTypeAttribute() public méthode

Initialise the attribute.
public VectorTypeAttribute ( Type elementType, int elementCount, bool reversed ) : System
elementType System.Type
elementCount int
reversed bool
Résultat System