Gets the default pattern to apply to methods that do not have a primary pattern, or null if none.

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

Syntax

C#
protected virtual IPattern DefaultMethodPattern { get; }
Visual Basic (Declaration)
Protected Overridable ReadOnly Property DefaultMethodPattern As IPattern

Remarks

The default implementation returns null.

See Also