C# Класс ExoGraph.Injection.ExoGraphAttribute

Наследование: CompoundAspect
Показать файл Открыть проект

Открытые методы

Метод Описание
ProvideAspects ( object targetElement, LaosReflectionAspectCollection collection ) : void

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

Описание методов

ProvideAspects() публичный Метод

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.
Результат void