Summary
Determines whether a
NAnt.DotNet.Types.EmbeddedResource
is in the collection.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Types - Containing Type
- Embedded
Resource Collection
Syntax
public bool Contains(EmbeddedResource value)
Parameters
Name | Type | Description |
---|---|---|
value | EmbeddedResource | The NAnt.DotNet.Types.EmbeddedResource to locate in the collection. |
Return Value
Type | Description |
---|---|
bool |
true if value is found in the
collection; otherwise, false .
|