C# 클래스 ExoGraph.Injection.ExoGraphAttribute

상속: CompoundAspect
파일 보기 프로젝트 열기: vc3/ExoModel

공개 메소드들

메소드 설명
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