Base class for all the patterns defining an extension point of the framework.
Namespace:
MbUnit.FrameworkAssembly: Gallio (in Gallio.dll) Version: 3.2.0.0 (3.2.528.0)
Syntax
| C# |
|---|
public abstract class ExtensionPointPatternAttribute : DecoratorPatternAttribute |
| Visual Basic (Declaration) |
|---|
Public MustInherit Class ExtensionPointPatternAttribute _ Inherits DecoratorPatternAttribute |
Remarks
Extension point attributes act through a static method.
Inheritance Hierarchy
System..::.Object
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
Gallio.Framework.Pattern..::.DecoratorPatternAttribute
MbUnit.Framework..::.ExtensionPointPatternAttribute
MbUnit.Framework..::.AbstractComparerAttribute
MbUnit.Framework..::.ConverterAttribute
MbUnit.Framework..::.FormatterAttribute
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
Gallio.Framework.Pattern..::.DecoratorPatternAttribute
MbUnit.Framework..::.ExtensionPointPatternAttribute
MbUnit.Framework..::.AbstractComparerAttribute
MbUnit.Framework..::.ConverterAttribute
MbUnit.Framework..::.FormatterAttribute
