C# Class OpenRA.Traits.SequenceReferenceAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: OpenRA/OpenRA Class Usage Examples

Méthodes publiques

Свойство Type Description
ImageReference string
Prefix bool

Méthodes publiques

Méthode Description
SequenceReferenceAttribute ( string imageReference = null, bool prefix = false ) : System

Method Details

SequenceReferenceAttribute() public méthode

public SequenceReferenceAttribute ( string imageReference = null, bool prefix = false ) : System
imageReference string
prefix bool
Résultat System

Property Details

ImageReference public_oe property

public string ImageReference
Résultat string

Prefix public_oe property

public bool Prefix
Résultat bool