| GenericComponentAttribute Constructor (Type, String) |
Namespace:
Cauldron.Activator
Assembly:
Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.2
Syntax public GenericComponentAttribute(
Type type,
string contractName
)
Public Sub New (
type As Type,
contractName As String
)
public:
GenericComponentAttribute(
Type^ type,
String^ contractName
)
Parameters
- type
- Type: SystemType
The generic type to be defined as component. - contractName
- Type: SystemString
The contract name that is used to export the type
See Also