A dictionary with keys of type Assembly and values of type TypeCollection

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 AssemblyFixtureCollectionDictionary : DictionaryBase
Visual Basic (Declaration)
Public NotInheritable Class AssemblyFixtureCollectionDictionary _
	Inherits DictionaryBase

Inheritance Hierarchy

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

See Also