NAnt SDK Documentation - v0.85-nightly-2005-11-09

NamespaceImportCollection.ToString Method 

[This is preliminary documentation and subject to change.]

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