Namespace: GameOfDeath.ItemsAssembly: GameOfDeath (in GameOfDeath.exe) Version: 1.1.1.0 (1.1.1)
public ItemType ItemType { get; protected set; }
public ItemType ItemType { get; protected set; }
Public Property ItemType As ItemType
Get
Protected Set
Public Property ItemType As ItemType
Get
Protected Set
public:
property ItemType ItemType {
ItemType get ();
protected: void set (ItemType value);
}
public:
property ItemType ItemType {
ItemType get ();
protected: void set (ItemType value);
}
member ItemType : ItemType with get, set
member ItemType : ItemType with get, set
Property Value
Type:
ItemType