public string this[
CSharpColorFormat format
] { get; }
Public ReadOnly Property CSharp (
format As CSharpColorFormat
) As String
Get
Dim instance As ColorString
Dim format As CSharpColorFormat
Dim value As String
value = instance.CSharp(format)
public:
property String^ CSharp[CSharpColorFormat format] {
String^ get (CSharpColorFormat format);
}
member CSharp : string with get
No code example is currently available or this language may not be supported.