A IVertex implementation, containing a IRunInvoker.

Namespace:  MbUnit.Core.Invokers
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll) Version: 2.4.2.1514 (2.4.2.1514)

Syntax

C#
public class RunInvokerVertex : Vertex, 
	IGraphSerializable
Visual Basic (Declaration)
Public Class RunInvokerVertex _
	Inherits Vertex _
	Implements IGraphSerializable

Inheritance Hierarchy

System..::.Object
  QuickGraph..::.Vertex
    MbUnit.Core.Invokers..::.RunInvokerVertex

See Also