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

e
Element that is used as the as the DataSource.
Creates a DataSource from the specified Element.

Syntax

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.

See Also

© 2010 All Rights Reserved.