C# 클래스 Warcraft.MPQ.Tables.Block.BlockTable

파일 보기 프로젝트 열기: Nihlus/libwarcraft

공개 프로퍼티들

프로퍼티 타입 설명
TableKey uint

공개 메소드들

메소드 설명
BlockTable ( ) : System.Collections.Generic
BlockTable ( byte data ) : System.Collections.Generic
GetEntry ( int index ) : BlockTableEntry
GetSize ( ) : ulong
Serialize ( ) : byte[]

메소드 상세

BlockTable() 공개 메소드

public BlockTable ( ) : System.Collections.Generic
리턴 System.Collections.Generic

BlockTable() 공개 메소드

public BlockTable ( byte data ) : System.Collections.Generic
data byte
리턴 System.Collections.Generic

GetEntry() 공개 메소드

public GetEntry ( int index ) : BlockTableEntry
index int
리턴 BlockTableEntry

GetSize() 공개 메소드

public GetSize ( ) : ulong
리턴 ulong

Serialize() 공개 메소드

public Serialize ( ) : byte[]
리턴 byte[]

프로퍼티 상세

TableKey 공개적으로 정적으로 프로퍼티

public static uint TableKey
리턴 uint