Syntax WriterPosition Property
The current position of the writer
Definition
Namespace: Sandcastle.Core.BuildAssembler.SyntaxGenerator
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public virtual int Position { get; }VB
Public Overridable ReadOnly Property Position As Integer
GetC++
public:
virtual property int Position {
int get ();
}F#
abstract Position : int with get
override Position : int with get