Gets the metadata for the data source.

Namespace:  MbUnit.Framework
Assembly:  MbUnit (in MbUnit.dll) Version: 3.2.0.0 (3.2.528.0)

Syntax

C#
protected virtual IEnumerable<KeyValuePair<string, string>> GetMetadata()
Visual Basic (Declaration)
Protected Overridable Function GetMetadata As IEnumerable(Of KeyValuePair(Of String, String))

Return Value

The metadata keys and values.

See Also