C# Class PackmanVsix.Models.PackageSearchUtil.Range

Mostrar archivo Open project: madskristensen/Packman

Public Properties

Property Type Description
Length int
SourceString string
Start int

Public Methods

Method Description
Range ( int start, int length, string sourceString ) : System
ToString ( ) : string
TryUnion ( Range other, Range &composite ) : bool

Method Details

Range() public method

public Range ( int start, int length, string sourceString ) : System
start int
length int
sourceString string
return System

ToString() public method

public ToString ( ) : string
return string

TryUnion() public method

public TryUnion ( Range other, Range &composite ) : bool
other Range
composite Range
return bool

Property Details

Length public_oe property

public int Length
return int

SourceString public_oe property

public string SourceString
return string

Start public_oe property

public int Start
return int