Click or drag to resize

TraceTextWriterWrite(Char, Int32, Int32) Method

[Missing <summary> documentation for "M:Altaxo.Main.Services.Implementation.TraceTextWriter.Write(System.Char[],System.Int32,System.Int32)"]


Namespace: Altaxo.Main.Services.Implementation
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override void Write(
	char[] buffer,
	int index,
	int count
)

Parameters

buffer  Char

[Missing <param name="buffer"/> documentation for "M:Altaxo.Main.Services.Implementation.TraceTextWriter.Write(System.Char[],System.Int32,System.Int32)"]

index  Int32

[Missing <param name="index"/> documentation for "M:Altaxo.Main.Services.Implementation.TraceTextWriter.Write(System.Char[],System.Int32,System.Int32)"]

count  Int32

[Missing <param name="count"/> documentation for "M:Altaxo.Main.Services.Implementation.TraceTextWriter.Write(System.Char[],System.Int32,System.Int32)"]

See Also