C# Class Monobjc.Types.TSRange

Afficher le fichier Open project: Monobjc/monobjc Class Usage Examples

Méthodes publiques

Свойство Type Description
length uint
location uint

Méthodes publiques

Méthode Description
TSRange ( uint location, uint length ) : System
ToString ( ) : string

Method Details

TSRange() public méthode

public TSRange ( uint location, uint length ) : System
location uint
length uint
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

length public_oe property

public uint length
Résultat uint

location public_oe property

public uint location
Résultat uint