次の方法で共有


RouteErrorPosition.Line プロパティ

定義

ルート エラーが発生した行を取得または設定します

[Newtonsoft.Json.JsonProperty(PropertyName="line")]
public int? Line { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="line")>]
member this.Line : Nullable<int> with get, set
Public Property Line As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象