XmlElementAttributes.IList.Contains Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether the attribute list contains a specific value.
Assembly: System.Xml.Serialization (in System.Xml.Serialization.dll)
Parameters
- value
- Type: System.Object
The object to locate in the attribute list.
Return Value
Type: System.Booleantrue if the object is found in the attribute list; otherwise, false.
Implements
IList.Contains(Object)
Show: