Click or drag to resize

ApiOldTypeAttribute Constructor

Initializes a new instance of the ApiOldTypeAttribute class.

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)
Syntax
public ApiOldTypeAttribute(
	Type type,
	string[] oldNames
)

Parameters

type
Type: SystemType
The type.
oldNames
Type: SystemString
The old names.
See Also