C# 클래스 HaloMap.Map.UnicodeTableReader.unicodeString

The unicode string.
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 프로퍼티들

프로퍼티 타입 설명
offset int
size int
uString string

공개 메소드들

메소드 설명
unicodeString ( int ioffset ) : System.IO

Initializes a new instance of the unicodeString class.

메소드 상세

unicodeString() 공개 메소드

Initializes a new instance of the unicodeString class.
public unicodeString ( int ioffset ) : System.IO
ioffset int The ioffset.
리턴 System.IO

프로퍼티 상세

offset 공개적으로 프로퍼티

The offset.
public int offset
리턴 int

size 공개적으로 프로퍼티

The size.
public int size
리턴 int

uString 공개적으로 프로퍼티

The u string.
public string uString
리턴 string