Share via


Tokenizer<TSymbol, TSymbolType>.Source Property

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets the source of the text document.

Namespace:  System.Web.Razor.Tokenizer
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Property Source As TextDocumentReader 
    Get 
    Private Set
'Usage
Dim instance As Tokenizer 
Dim value As TextDocumentReader 

value = instance.Source
public TextDocumentReader Source { get; private set; }
public:
property TextDocumentReader^ Source {
    TextDocumentReader^ get ();
    private: void set (TextDocumentReader^ value);
}
member Source : TextDocumentReader with get, private set
function get Source () : TextDocumentReader 
private function set Source (value : TextDocumentReader)

Property Value

Type: System.Web.Razor.Text.TextDocumentReader
The source of the source document.

See Also

Reference

Tokenizer<TSymbol, TSymbolType> Class

System.Web.Razor.Tokenizer Namespace