ISymbol.OffsetStart(SourceLocation) 方法

定义

此类型/成员支持.NET Framework基础结构,不应直接从代码使用。指示符号的起始偏移量。

public void OffsetStart(System.Web.Razor.Text.SourceLocation documentStart);
abstract member OffsetStart : System.Web.Razor.Text.SourceLocation -> unit
Public Sub OffsetStart (documentStart As SourceLocation)

参数

documentStart
SourceLocation

文档开始的位置。

适用于