EmbeddedResourceCollection.

Contains(EmbeddedResource) Method

Summary

Determines whether a NAnt.DotNet.Types.EmbeddedResource is in the collection.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Types
Containing Type
EmbeddedResourceCollection

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.