SymDocument.SourceLength Property

Definition

Gets the length, in bytes, of the embedded source.

public:
 virtual property int SourceLength { int get(); };
public override int SourceLength { get; }
public virtual int SourceLength { get; }
member this.SourceLength : int
Public Overrides ReadOnly Property SourceLength As Integer
Public Overridable ReadOnly Property SourceLength As Integer

Property Value

The source length of the current document.

Implements

Applies to