Namespace:  QuickGraph.Concepts.Collections
Assembly:  QuickGraph (in QuickGraph.dll) Version: 2.4.2.1515 (2.4.2.1515)

Syntax

C#
public interface IVertexPointFDictionary : IDictionary, 
	ICollection, IEnumerable
Visual Basic (Declaration)
Public Interface IVertexPointFDictionary _
	Implements IDictionary, ICollection, IEnumerable

See Also