public ValObj(
string alias,
IElement first,
IElement second
)
Public Sub New (
alias As String,
first As IElement,
second As IElement
)
public:
ValObj(
String^ alias,
IElement^ first,
IElement^ second
)
new :
alias : string *
first : IElement *
second : IElement -> ValObj