An abstract base class for data source attributes that obtain contents from a local file, manifest resource, or inline data.

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

Syntax

C#
public abstract class ContentAttribute : DataPatternAttribute
Visual Basic (Declaration)
Public MustInherit Class ContentAttribute _
	Inherits DataPatternAttribute

Remarks

At most one location type may be used.

Inheritance Hierarchy

See Also