| Visual Basic (Declaration) | |
|---|---|
Overloads Public Operator Widening CType( _ ByVal e As Element _ ) As DataSource | |
| C# | |
|---|---|
public DataSource operator implicit( Element e ) | |
Parameters
- e
- Element that is used as the as the DataSource.
| dotnetCHARTING | Send comments on this topic. |
| Implicit Type Conversion(DataSource,Element) Operator | |
| See Also | |
|
| dotnetCHARTING Namespace > DataSource Class > Implicit Type Conversion Operator : Implicit Type Conversion(DataSource,Element) Operator |
| Visual Basic (Declaration) | |
|---|---|
Overloads Public Operator Widening CType( _ ByVal e As Element _ ) As DataSource | |
| C# | |
|---|---|
public DataSource operator implicit( Element e ) | |