Items
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public GUIContent[] Items { get; set; }
Public Property Items As GUIContent()
Get
Set
public:
property array<GUIContent^>^ Items {
array<GUIContent^>^ get ();
void set (array<GUIContent^>^ value);
}
member Items : GUIContent[] with get, set
Property Value
Type:
GUIContentSee Also