dotnetCHARTING Send comments on this topic.
EmptyElement Constructor
See Also 
dotnetCHARTING Namespace > EmptyElement Class : EmptyElement Constructor



Initializes a new instance of the EmptyElement class.

Syntax

Visual Basic (Declaration) 
Public Function New()
Visual Basic (Usage)Copy Code
Dim instance As EmptyElement()
C# 
public EmptyElement()
C++/CLI 
public:
EmptyElement();

See Also