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