[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Add a namespace. Adding will suppress the use of the default namespaces.
Namespace: net.esper.client
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Sub AddImport ( _
autoImport As String _
) |
C# |
---|
public virtual void AddImport (
string autoImport
) |
Visual C++ |
---|
public:
virtual void AddImport (
String^ autoImport
) |
Parameters
- autoImport
- System.String
the import to add