| Visual Basic (Declaration) | |
|---|---|
Public Overloads Function Add( _ ByVal _Parameter As Parameter _ ) As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int Add( Parameter _Parameter ) | |
Parameters
- _Parameter
- The Parameter to add.
| dotnetCHARTING | Send comments on this topic. |
| Add(Parameter) Method | |
| See Also | |
|
| dotnetCHARTING Namespace > ParameterCollection Class > Add Method : Add(Parameter) Method |
| Visual Basic (Declaration) | |
|---|---|
Public Overloads Function Add( _ ByVal _Parameter As Parameter _ ) As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int Add( Parameter _Parameter ) | |