Share via


ServicePortsAttribute(EXLangSParameter[], Type[], String[], Type[]) Constructor

Definition

public:
 ServicePortsAttribute(cli::array <Microsoft::XLANGs::BaseTypes::EXLangSParameter> ^ portInfos, cli::array <Type ^> ^ portTypes, cli::array <System::String ^> ^ portNames, cli::array <Type ^> ^ roleTypes);
public ServicePortsAttribute (Microsoft.XLANGs.BaseTypes.EXLangSParameter[] portInfos, Type[] portTypes, string[] portNames, Type[] roleTypes);
new Microsoft.XLANGs.BaseTypes.ServicePortsAttribute : Microsoft.XLANGs.BaseTypes.EXLangSParameter[] * Type[] * string[] * Type[] -> Microsoft.XLANGs.BaseTypes.ServicePortsAttribute
Public Sub New (portInfos As EXLangSParameter(), portTypes As Type(), portNames As String(), roleTypes As Type())

Parameters

portInfos
EXLangSParameter[]
portTypes
Type[]
portNames
String[]
roleTypes
Type[]

Applies to