Namespace:  QuickGraph.Representations.Petri.Collections
Assembly:  QuickGraph.Algorithms (in QuickGraph.Algorithms.dll) Version: 2.4.2.1515 (2.4.2.1515)

Syntax

C#
public class TokenCollection : CollectionBase, 
	ITokenCollection, ICollection, IEnumerable
Visual Basic (Declaration)
Public Class TokenCollection _
	Inherits CollectionBase _
	Implements ITokenCollection, ICollection, IEnumerable

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    QuickGraph.Representations.Petri.Collections..::.TokenCollection

See Also