| Visual Basic (Declaration) | |
|---|---|
Overloads Public Operator Widening CType( _ ByVal e As Element _ ) As DataSource | |
| C# | |
|---|---|
public DataSource operator implicit( Element e ) | |
| C++/CLI | |
|---|---|
public: DataSource^ operator implicit( Element^ e ) | |
Parameters
- e
- Element that is used as the as the DataSource.