C# Class Microsoft.Language.Xml.Scanner.QuickScanResult

Datei anzeigen Open project: KirillOsenkov/XmlParser

Public Properties

Property Type Description
Chars char[]
HashCode int
Length int
Start int
TerminatorLength byte

Public Methods

Method Description
QuickScanResult ( int start, int length, char chars, int hashCode, byte terminatorLength ) : System

Method Details

QuickScanResult() public method

public QuickScanResult ( int start, int length, char chars, int hashCode, byte terminatorLength ) : System
start int
length int
chars char
hashCode int
terminatorLength byte
return System

Property Details

Chars public_oe property

public char[] Chars
return char[]

HashCode public_oe property

public int HashCode
return int

Length public_oe property

public int Length
return int

Start public_oe property

public int Start
return int

TerminatorLength public_oe property

public byte TerminatorLength
return byte