Returns a TypedReference for the ith argument.
[Visual Basic] Public Function GetArg( _ ByVal i As Integer _ ) As TypedReference [C#] public TypedReference GetArg( int i ); [C++] public: TypedReference GetArg( int i ); [JScript] public function GetArg( i : int ) : TypedReference;
To be supplied
To be supplied
ParamArray Structure | ParamArray Members | System Namespace