Summary
Returns a comma-delimited list of namespace imports.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Types - Containing Type
- Namespace
Import Collection
Syntax
public override string ToString()
Remarks
Each namespace import is quoted individually.
Return Value
Type | Description |
---|---|
string |
A comma-delimited list of namespace imports, or an empty
string if there are no namespace imports.
|