Initializes a new instance of the AssociationResolverAttribute class.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public AssociationResolverAttribute(
	Type resolverType
)
Visual Basic (Declaration)
Public Sub New ( _
	resolverType As Type _
)

Parameters

resolverType
Type: System..::.Type
A type which implements custom traversal logic. This type must implement IAssociationResolver.

See Also