| FactoryHasContract Method (Type) |
Determines whether a contract exist
Namespace:
Cauldron.Activator
Assembly:
Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax public static bool HasContract(
Type contractType
)
Parameters
- contractType
- Type: SystemType
The Type that contract name derives from
Return Value
Type:
BooleanTrue if the contract exists, otherwise false
See Also