NamespaceImportCollection.

ToString() Method

Summary

Returns a comma-delimited list of namespace imports.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Types
Containing Type
NamespaceImportCollection

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.