In This Topic
Modern palette.
Syntax
'Declaration
Public Shared ReadOnly Modern As System.Collections.Generic.IEnumerable(Of String)
'Usage
Dim value As System.Collections.Generic.IEnumerable(Of String)
value = Palettes.Modern
public static readonly System.Collections.Generic.IEnumerable<string> Modern
public field Modern: System.Collections.Generic.IEnumerable; static; readonly
public static var Modern : System.Collections.Generic.IEnumerable;
public: static readonly System.Collections.Generic.IEnumerable<string*>* Modern
public:
static readonly System.Collections.Generic.IEnumerable<String^>^ Modern
See Also