dotnetCHARTING Send comments on this topic.
Remove Method
See Also 
dotnetCHARTING Namespace > ParameterCollection Class : Remove Method


_Parameter
The Parameter to remove.
Removes a specified Parameter from this collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal _Parameter As Parameter _
) 
Visual Basic (Usage)Copy Code
Dim instance As ParameterCollection
Dim _Parameter As Parameter
 
instance.Remove(_Parameter)
C# 
public void Remove( 
   Parameter _Parameter
)

Parameters

_Parameter
The Parameter to remove.

See Also

© 2010 All Rights Reserved.