C# Class ServiceInsight.MessageViewers.HexViewer.HexContentLine

Show file Open project: Particular/ServiceInsight

Public Methods

Method Description
HexContentLine ( byte data, int line )
this ( int i ) : byte?

Method Details

HexContentLine() public method

public HexContentLine ( byte data, int line )
data byte
line int

this() public method

public this ( int i ) : byte?
i int
return byte?