XmlArrayItemAttributes.Contains(XmlArrayItemAttribute) Метод

Определение

Определяет, содержит ли коллекция указанный 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

Параметры

attribute
XmlArrayItemAttribute

Проверка XmlArrayItemAttribute .

Возвращаемое значение

true Значение , если коллекция содержит указанный XmlArrayItemAttribute; falseв противном случае .

Применяется к