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