WidgetConditionalDependencyAttribute Constructor
In This Topic
Initializes a new instance of the
WidgetConditionalDependencyAttribute class.
Syntax
'Declaration
Public Function New( _
ByVal As System.Object, _
ByVal As System.Type _
)
public WidgetConditionalDependencyAttribute(
System.object ,
System.Type
)
Parameters
- dependency
- A dependency, see the WidgetDependencyAttribute.Dependencies property for more details.
- resolver
- Defines the type, the instance of which is designed for resolve the dependency.
See Also