ClassWithOptionalArgsCtorWithStructs.Color Property

Definition

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

Property Value

Applies to