NAnt SDK Documentation - v0.85-nightly-2005-11-09

XmlNamespaceCollection.Contains Method (String)

[This is preliminary documentation and subject to change.]

Determines whether a XmlNamespace with the specified value is in the collection.

[Visual Basic]
Overloads Public Function Contains( _
   ByVal value As String _
) As Boolean
[C#]
public bool Contains(
   string value
);

Parameters

value
The argument value to locate in the collection.

Return Value

true if a XmlNamespace with value value is found in the collection; otherwise, false.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Types.XmlNamespaceCollection.Contains(System.String)

See Also

XmlNamespaceCollection Class | NAnt.Core.Types Namespace | XmlNamespaceCollection.Contains Overload List