Click or drag to resize

PegByteParser(Byte, TextWriter) Constructor

Initializes a new instance of the PegByteParser class

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PegByteParser(
	byte[] src,
	TextWriter errOut
)

Parameters

src  Byte

[Missing <param name="src"/> documentation for "M:Altaxo.Main.PegParser.PegByteParser.#ctor(System.Byte[],System.IO.TextWriter)"]

errOut  TextWriter

[Missing <param name="errOut"/> documentation for "M:Altaxo.Main.PegParser.PegByteParser.#ctor(System.Byte[],System.IO.TextWriter)"]

See Also