Gets the traits type.

Namespace:  Gallio.Runtime.Extensibility
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public abstract Type TraitsType { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property TraitsType As Type

Return Value

The traits type.

See Also