A vertex enumerable collection

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

Syntax

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

See Also