C# Class XCom.Interfaces.ItemInfo

Mostra file Open project: pmprog/OpenXCOM.Tools

Protected Properties

Property Type Description
handImg string
items System.Collections.Hashtable

Public Methods

Method Description
ItemInfo ( ) : System
ItemInfo ( Stream file, VarCollection v ) : System
this ( string key ) : ItemDescriptor

Method Details

ItemInfo() public method

public ItemInfo ( ) : System
return System

ItemInfo() public method

public ItemInfo ( Stream file, VarCollection v ) : System
file Stream
v VarCollection
return System

this() public method

public this ( string key ) : ItemDescriptor
key string
return ItemDescriptor

Property Details

handImg protected_oe property

protected string handImg
return string

items protected_oe property

protected Hashtable,System.Collections items
return System.Collections.Hashtable