System.Xml.Serialization.XmlSchemas.Contains Method

Returns a value that indicates whether the collection contains an System.Xml.Schema.XmlSchema object that belongs to the specified namespace.

Syntax

public bool Contains (string targetNamespace)

Parameters

targetNamespace
The namespace of the item to check for.

Returns

true if the item is found; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0