C# 클래스 Cakewalk.Shared.Packets.PacketMap

Maps packet types to packet codes and vice versa. Used for serialization.
파일 보기 프로젝트 열기: Cakez0r/Cakewalk

공개 메소드들

메소드 설명
GetTypeForPacketCode ( PacketCode c ) : Type

Get the type for a given packet code.

메소드 상세

GetTypeForPacketCode() 공개 정적인 메소드

Get the type for a given packet code.
public static GetTypeForPacketCode ( PacketCode c ) : Type
c PacketCode
리턴 System.Type