Summary
Extracts the associated namespace/classname linkage found in the
given stream.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- CompilerBase
Syntax
public virtual CompilerBase.ResourceLinkage PerformSearchForResourceLinkage(TextReader sr)
Parameters
| Name | Type | Description |
|---|---|---|
| sr | TextReader | The read-only stream of the source file to search. |
Return Value
| Type | Description |
|---|---|
| CompilerBase |
The namespace/classname of the source file matching the resource. |
