interface IMemberAttribute

in global :: Sandbox

When applied to an attribute, which is them applied to a member.. This will make set on the attribute upon load. This provides a convenient way to know which member the attribute was attached to.


public MemberDescription MemberDescription { get; set; }

Description of the member this attribute was attached to.