[Missing <summary> documentation for "P:PolyFramework.EFace.ActiQueue"]
Namespace:
PolyFramework
Assembly:
PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntaxpublic Dictionary<EVertex, List<EEdge>> ActiQueue { get; set; }Public Property ActiQueue As Dictionary(Of EVertex, List(Of EEdge))
Get
Set
public:
property Dictionary<EVertex^, List<EEdge^>^>^ ActiQueue {
Dictionary<EVertex^, List<EEdge^>^>^ get ();
void set (Dictionary<EVertex^, List<EEdge^>^>^ value);
}member ActiQueue : Dictionary<EVertex, List<EEdge>> with get, set
Property Value
Type:
DictionaryEVertex,
ListEEdge
See Also