Visual Basic (Declaration) | |
---|---|
Overloads Public Function Add( _ ByVal _Parameter As Parameter _ ) As Integer |
Visual Basic (Usage) | ![]() |
---|---|
|
C# | |
---|---|
public int Add( Parameter _Parameter ) |
C++/CLI | |
---|---|
public: int Add( Parameter^ _Parameter ) |
Parameters
- _Parameter
- The Parameter to add.