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