Abstract base implementation of IPattern with do-nothing implementations.

Namespace:  Gallio.Framework.Pattern
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.459.0)

Syntax

C#
public abstract class BasePattern : IPattern
Visual Basic (Declaration)
Public MustInherit Class BasePattern _
	Implements IPattern

Inheritance Hierarchy

System..::.Object
  Gallio.Framework.Pattern..::.BasePattern

See Also