NAnt SDK Documentation - v0.92

NamespaceImportCollection.ToString Method 

Returns a comma-delimited list of namespace imports.

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();

Return Value

A comma-delimited list of namespace imports, or an empty String if there are no namespace imports.

Remarks

Each namespace import is quoted individually.

See Also

NamespaceImportCollection Class | NAnt.DotNet.Types Namespace