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