Populates the data source with the contributions of this attribute.
Namespace:
MbUnit.FrameworkAssembly: MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
protected override void PopulateDataSource( IPatternScope scope, DataSource dataSource, ICodeElementInfo codeElement ) |
| Visual Basic (Declaration) |
|---|
Protected Overrides Sub PopulateDataSource ( _ scope As IPatternScope, _ dataSource As DataSource, _ codeElement As ICodeElementInfo _ ) |
Parameters
- scope
- Type: Gallio.Framework.Pattern..::.IPatternScope
The scope.
- dataSource
- Type: Gallio.Framework.Data..::.DataSource
The data source.
- codeElement
- Type: Gallio.Common.Reflection..::.ICodeElementInfo
The code element.
