Class ThirdPartyAttribute
Indicates that an element comes from third-party sources.
Inherited Members
Namespace: TheXDS.MCART.Attributes
Assembly: MCART.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Module|AttributeTargets.Class|AttributeTargets.Method)]
[Serializable]
public sealed class ThirdPartyAttribute : Attribute
Remarks
It is recommended that when applying this attribute, an attribute indicating its license is also applied.