[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

test with three params

Syntax

Visual Basic (Declaration)
Public Shared Sub test ( _
	x As Integer, _
	y As Integer, _
	z As Integer _
)
C#
public static void test (
	int x,
	int y,
	int z
)
C++
public:
static void test (
	int x, 
	int y, 
	int z
)

Parameters

x (Int32)
y (Int32)
z (Int32)