ClassWithOptionalArgsCtorWithStructs.ColorNull Property

Definition

public:
 property Nullable<ConsoleColor> ColorNull { Nullable<ConsoleColor> get(); };
public ConsoleColor? ColorNull { get; }
member this.ColorNull : Nullable<ConsoleColor>
Public ReadOnly Property ColorNull As Nullable(Of ConsoleColor)

Property Value

Applies to