sample interface
More...
sample interface
interface inherits IDisposable
Definition at line 34 of file class_with_interface.vb.
ISample.OnSomeEvent |
( |
object |
Sender | ) |
|
simple event with a parameter
- Parameters
-
Sender | event sender object |
Implemented in SampleClass.
double ISample.SampleFunction |
( |
double |
pFirst | ) |
|
simple function with a parameter
- Parameters
-
- Returns
- a Double value
Implemented in SampleClass.
void ISample.SampleMethod |
( |
| ) |
|
void ISample.SampleMethodWithParams |
( |
string |
pFirst, |
|
|
ref int |
pPointer |
|
) |
| |
simple method with parameters
- Parameters
-
pFirst | first parameter is a String |
pPointer | second parameter is a pointer to an Integer |
Implemented in SampleClass.
int ISample.IntegerProperty |
|
get |
string ISample.StringProperty |
|
getset |
The documentation for this interface was generated from the following file: