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

test with one param

Syntax

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

Parameters

x (Int32)