C # in a Nutshell, Second Edition
This attribute is attached to a parameter to indicate that it is optional. public sealed class OptionalAttribute : Attribute { // Public Constructors public OptionalAttribute ( ); } Hierarchy
System.Object Valid On
Parameter |