C# Class InfinityMQ.Channels.Framing.TypeFrameConverter

Exibir arquivo Open project: cbaxter/InfinityMQ

Public Methods

Method Description
GetTypeFrameFor ( Type type ) : Frame
GetTypeFrom ( Frame frame ) : Type

Method Details

GetTypeFrameFor() public method

public GetTypeFrameFor ( Type type ) : Frame
type System.Type
return Frame

GetTypeFrom() public method

public GetTypeFrom ( Frame frame ) : Type
frame Frame
return System.Type