C# Class InfinityMQ.BufferSize

Show file Open project: cbaxter/InfinityMQ

Public Methods

Method Description
FromBytes ( Int32 value ) : BufferSize
FromKilobytes ( Int32 value ) : BufferSize
FromMegabytes ( Int32 value ) : BufferSize

Private Methods

Method Description
BufferSize ( Int32 bufferSize ) : System

Method Details

FromBytes() public static method

public static FromBytes ( Int32 value ) : BufferSize
value System.Int32
return BufferSize

FromKilobytes() public static method

public static FromKilobytes ( Int32 value ) : BufferSize
value System.Int32
return BufferSize

FromMegabytes() public static method

public static FromMegabytes ( Int32 value ) : BufferSize
value System.Int32
return BufferSize