C# Class XCom.Interfaces.ItemInfo

Afficher le fichier Open project: pmprog/OpenXCOM.Tools

Protected Properties

Свойство Type Description
handImg string
items System.Collections.Hashtable

Méthodes publiques

Méthode Description
ItemInfo ( ) : System
ItemInfo ( Stream file, VarCollection v ) : System
this ( string key ) : ItemDescriptor

Method Details

ItemInfo() public méthode

public ItemInfo ( ) : System
Résultat System

ItemInfo() public méthode

public ItemInfo ( Stream file, VarCollection v ) : System
file Stream
v VarCollection
Résultat System

this() public méthode

public this ( string key ) : ItemDescriptor
key string
Résultat ItemDescriptor

Property Details

handImg protected_oe property

protected string handImg
Résultat string

items protected_oe property

protected Hashtable,System.Collections items
Résultat System.Collections.Hashtable