Edit

GitMergeParameters.Parents Property

Definition

An enumeration of the parent commit IDs for the merge commit.

[System.Runtime.Serialization.DataMember(Name="parents")]
public System.Collections.Generic.List<string> Parents { get; set; }
member this.Parents : System.Collections.Generic.List<string> with get, set
Public Property Parents As List(Of String)

Property Value

Attributes

Applies to