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