DekGenius.com
[ Team LiB ] Previous Section Next Section

OptionalAttribute

System.Runtime.InteropServices (mscorlib.dll)sealed class

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 System.Attribute OptionalAttribute

Valid On

Parameter

    [ Team LiB ] Previous Section Next Section