Summary
Gets the
NAnt.VSNet.ProjectBase with the specified GUID.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- Project
Base Collection
Syntax
[System.Runtime.CompilerServices.IndexerName("Item")]
public ProjectBase this[string guid] { get; }
Remarks
Performs a case-insensitive lookup.
Attributes
| Type | Description |
|---|---|
| IndexerNameAttribute |
Parameters
| Name | Type | Description |
|---|---|---|
| guid | string |
Value
| Type | Description |
|---|---|
| ProjectBase |
