| Visual Basic (Declaration) | |
|---|---|
Overloads Public Function Add( _ ByVal calc As Calculation, _ ByVal text As String _ ) As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int Add( Calculation calc, string text ) | |
| C++/CLI | |
|---|---|
public: int Add( Calculation calc, String^ text ) | |
Parameters
- calc
- Calculation to perform on the elements.
- text
- Name of the new element.