NAnt SDK Documentation - v0.92

ProjectEntryCollection.Item Property

Gets or sets the element at the specified index.

Overload List

Gets or sets the element at the specified index.

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

Gets the ProjectEntry with the specified GUID.

public ProjectEntry this[string] {get; set;}

See Also

ProjectEntryCollection Class | NAnt.VSNet Namespace