 | IncludedInterfacesAttribute Constructor |
constructor
Namespace:
EBP.Framework.Common.Interfaces.Synchronization
Assembly:
EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic IncludedInterfacesAttribute(
params Type[] interfaces
)
Public Sub New (
ParamArray interfaces As Type()
)
Parameters
- interfaces
- Type: SystemType
Interfaces to include
See Also