C# Class ExoGraph.Injection.ExoGraphAttribute

Inheritance: CompoundAspect
Afficher le fichier Open project: vc3/ExoModel

Méthodes publiques

Méthode Description
ProvideAspects ( object targetElement, LaosReflectionAspectCollection collection ) : void

Method called at compile time to get individual aspects required by the current compound aspect.

Method Details

ProvideAspects() public méthode

Method called at compile time to get individual aspects required by the current compound aspect.
public ProvideAspects ( object targetElement, LaosReflectionAspectCollection collection ) : void
targetElement object Metadata element ( in this case) to which /// the current custom attribute instance is applied.
collection LaosReflectionAspectCollection Collection of aspects to which individual aspects should be added.
Résultat void