March 2004
Intermediate to advanced
560 pages
26h 47m
English
public sealed class AttributeUsageAttribute : Attribute { // Constructors public AttributeUsageAttribute (AttributeTargets validOn); // Properties public bool AllowMultiple { set; get; } public bool Inherited { set; get; } public AttributeTargets ValidOn { get; } }
Read now
Unlock full access