C# 클래스 XCom.Interfaces.ItemInfo

파일 보기 프로젝트 열기: pmprog/OpenXCOM.Tools

보호된 프로퍼티들

프로퍼티 타입 설명
handImg string
items System.Collections.Hashtable

공개 메소드들

메소드 설명
ItemInfo ( ) : System
ItemInfo ( Stream file, VarCollection v ) : System
this ( string key ) : ItemDescriptor

메소드 상세

ItemInfo() 공개 메소드

public ItemInfo ( ) : System
리턴 System

ItemInfo() 공개 메소드

public ItemInfo ( Stream file, VarCollection v ) : System
file Stream
v VarCollection
리턴 System

this() 공개 메소드

public this ( string key ) : ItemDescriptor
key string
리턴 ItemDescriptor

프로퍼티 상세

handImg 보호되어 있는 프로퍼티

protected string handImg
리턴 string

items 보호되어 있는 프로퍼티

protected Hashtable,System.Collections items
리턴 System.Collections.Hashtable