A dictionary with keys of type IRun and values of type RunVertex

Namespace:  MbUnit.Core.Collections
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll) Version: 2.4.2.1502 (2.4.2.1502)

Syntax

C#
public sealed class RunVertexDictionary : DictionaryBase
Visual Basic (Declaration)
Public NotInheritable Class RunVertexDictionary _
	Inherits DictionaryBase

Inheritance Hierarchy

System..::.Object
  System.Collections..::.DictionaryBase
    MbUnit.Core.Collections..::.RunVertexDictionary

See Also