Click or drag to resize
XHtmlWriterWriteChars Method

[Missing <summary> documentation for "M:Activsoft.Engine.XHtmlWriter.WriteChars(System.Char[],System.Int32,System.Int32)"]

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public override void WriteChars(
	char[] buffer,
	int index,
	int count
)

Parameters

buffer
Type: SystemChar

[Missing <param name="buffer"/> documentation for "M:Activsoft.Engine.XHtmlWriter.WriteChars(System.Char[],System.Int32,System.Int32)"]

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Activsoft.Engine.XHtmlWriter.WriteChars(System.Char[],System.Int32,System.Int32)"]

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:Activsoft.Engine.XHtmlWriter.WriteChars(System.Char[],System.Int32,System.Int32)"]

See Also