Edit

GitCommitRef.Parents Property

Definition

An enumeration of the parent commit IDs for this commit.

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

Property Value

Attributes

Applies to