NAnt SDK Documentation - v0.92

NamespaceImportCollection.Item Property

Gets or sets the item at the specified index.

Overload List

Gets or sets the item at the specified index.

public NamespaceImport this[int] {get; set;}

Gets the NamespaceImport with the specified namespace.

public NamespaceImport this[string] {get;}

See Also

NamespaceImportCollection Class | NAnt.DotNet.Types Namespace