C# Class WebApplications.Utilities.Mapping

Show file Open project: webappsuk/CoreLibraries

Public Properties

Property Type Description
Length int
Offset int

Public Methods

Method Description
Mapping ( int offset, int length ) : System

Initializes a new instance of the Mapping struct.

Method Details

Mapping() public method

Initializes a new instance of the Mapping struct.
is less than zero. is less than zero.
public Mapping ( int offset, int length ) : System
offset int The offset.
length int The length.
return System

Property Details

Length public property

The length.
public int Length
return int

Offset public property

The offset in the underlying data.
public int Offset
return int