'Declaration Public Property Dependents As Dictionary(Of CalcNode,CalcNode)
'Usage Dim instance As CalcNode Dim value As Dictionary(Of CalcNode,CalcNode) instance.Dependents = value value = instance.Dependents
public Dictionary<CalcNode,CalcNode> Dependents {get; set;}