FoldingRange.EndCharacter Property

Definition

Gets or sets the end character value.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to