C# 클래스 WoWClassic.Common.Extensions

파일 보기 프로젝트 열기: miceiken/WoWClassicAuthServer

공개 메소드들

메소드 설명
Pad ( this bytes, int count ) : byte[]
ReadCString ( this br ) : string
ReadPacketGUID ( this br ) : ulong
UppercaseFirst ( this s ) : string

메소드 상세

Pad() 공개 정적인 메소드

public static Pad ( this bytes, int count ) : byte[]
bytes this
count int
리턴 byte[]

ReadCString() 공개 정적인 메소드

public static ReadCString ( this br ) : string
br this
리턴 string

ReadPacketGUID() 공개 정적인 메소드

public static ReadPacketGUID ( this br ) : ulong
br this
리턴 ulong

UppercaseFirst() 공개 정적인 메소드

public static UppercaseFirst ( this s ) : string
s this
리턴 string