XmlArrayItemAttributes.Contains(XmlArrayItemAttribute) Metod

Definition

Avgör om samlingen innehåller den angivna XmlArrayItemAttribute.

public:
 bool Contains(System::Xml::Serialization::XmlArrayItemAttribute ^ attribute);
public bool Contains(System.Xml.Serialization.XmlArrayItemAttribute attribute);
public bool Contains(System.Xml.Serialization.XmlArrayItemAttribute? attribute);
member this.Contains : System.Xml.Serialization.XmlArrayItemAttribute -> bool
Public Function Contains (attribute As XmlArrayItemAttribute) As Boolean

Parametrar

attribute
XmlArrayItemAttribute

Att XmlArrayItemAttribute söka efter.

Returer

true om samlingen innehåller den angivna XmlArrayItemAttribute, annars , false.

Gäller för