'Declaration Public Property Precedents As System.Collections.Generic.List(Of CalcNode)
'Usage Dim instance As CalcNode Dim value As System.Collections.Generic.List(Of CalcNode) instance.Precedents = value value = instance.Precedents
public System.Collections.Generic.List<CalcNode> Precedents {get; set;}