C# Class WebApplications.Utilities.Mapping

Afficher le fichier Open project: webappsuk/CoreLibraries

Méthodes publiques

Свойство Type Description
Length int
Offset int

Méthodes publiques

Méthode Description
Mapping ( int offset, int length ) : System

Initializes a new instance of the Mapping struct.

Method Details

Mapping() public méthode

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.
Résultat System

Property Details

Length public_oe property

The length.
public int Length
Résultat int

Offset public_oe property

The offset in the underlying data.
public int Offset
Résultat int