SymbolBase<TType>.OffsetStart(SourceLocation) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void OffsetStart(Microsoft::AspNetCore::Razor::SourceLocation documentStart);
public void OffsetStart (Microsoft.AspNetCore.Razor.SourceLocation documentStart);
abstract member OffsetStart : Microsoft.AspNetCore.Razor.SourceLocation -> unit
override this.OffsetStart : Microsoft.AspNetCore.Razor.SourceLocation -> unit
Public Sub OffsetStart (documentStart As SourceLocation)
Parameters
- documentStart
- SourceLocation