'Declaration<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public ReadOnly Property AlternateForegroundColor As ConsoleColor
'UsageDim instance As ConsoleInteractionParameters Dim value As ConsoleColor value = instance.AlternateForegroundColor
[DefaultValue(Mono.Cecil.CustomAttributeArgument)] public ConsoleColor AlternateForegroundColor {get;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)] public: property ConsoleColor AlternateForegroundColor { ConsoleColor get(); }