FoldingRange.StartCharacter Property

Definition

Gets or sets the start character value.

public:
 property Nullable<int> StartCharacter { Nullable<int> get(); void set(Nullable<int> value); };
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="startCharacter")]
public int? StartCharacter { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="startCharacter")>]
member this.StartCharacter : Nullable<int> with get, set
Public Property StartCharacter As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to