 | ApiOldTypeAttribute Constructor |
Namespace:
EBP.Api.Main.InterfacesV3.InterfaceGenerator
Assembly:
EBP.Api.Main.InterfacesV3 (in EBP.Api.Main.InterfacesV3.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ApiOldTypeAttribute(
Type type,
string[] oldNames
)
Public Sub New (
type As Type,
oldNames As String()
)
Parameters
- type
- Type: SystemType
The type. - oldNames
- Type: SystemString
The old names.
See Also