[Tizen] Add BuildTools 2.1.0-rc1-02804-05
[platform/upstream/coreclr.git] / Tools / dotnetcli / sdk / NuGetFallbackFolder / system.xml.xmlserializer / 4.0.11 / ref / netcore50 / System.Xml.XmlSerializer.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <doc>
3   <assembly>
4     <name>System.Xml.XmlSerializer</name>
5   </assembly>
6   <members>
7     <member name="T:System.Xml.Serialization.XmlAnyAttributeAttribute">
8       <summary>Specifies that the member (a field that returns an array of <see cref="T:System.Xml.XmlAttribute" /> objects) can contain any XML attributes.</summary>
9     </member>
10     <member name="M:System.Xml.Serialization.XmlAnyAttributeAttribute.#ctor">
11       <summary>Constructs a new instance of the <see cref="T:System.Xml.Serialization.XmlAnyAttributeAttribute" /> class.</summary>
12     </member>
13     <member name="T:System.Xml.Serialization.XmlAnyElementAttribute">
14       <summary>Specifies that the member (a field that returns an array of <see cref="T:System.Xml.XmlElement" /> or <see cref="T:System.Xml.XmlNode" /> objects) contains objects that represent any XML element that has no corresponding member in the object being serialized or deserialized.</summary>
15     </member>
16     <member name="M:System.Xml.Serialization.XmlAnyElementAttribute.#ctor">
17       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> class.</summary>
18     </member>
19     <member name="M:System.Xml.Serialization.XmlAnyElementAttribute.#ctor(System.String)">
20       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> class and specifies the XML element name generated in the XML document.</summary>
21       <param name="name">The name of the XML element that the <see cref="T:System.Xml.Serialization.XmlSerializer" /> generates. </param>
22     </member>
23     <member name="M:System.Xml.Serialization.XmlAnyElementAttribute.#ctor(System.String,System.String)">
24       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> class and specifies the XML element name generated in the XML document and its XML namespace.</summary>
25       <param name="name">The name of the XML element that the <see cref="T:System.Xml.Serialization.XmlSerializer" /> generates. </param>
26       <param name="ns">The XML namespace of the XML element. </param>
27     </member>
28     <member name="P:System.Xml.Serialization.XmlAnyElementAttribute.Name">
29       <summary>Gets or sets the XML element name.</summary>
30       <returns>The name of the XML element.</returns>
31       <exception cref="T:System.InvalidOperationException">The element name of an array member does not match the element name specified by the <see cref="P:System.Xml.Serialization.XmlAnyElementAttribute.Name" /> property. </exception>
32     </member>
33     <member name="P:System.Xml.Serialization.XmlAnyElementAttribute.Namespace">
34       <summary>Gets or sets the XML namespace generated in the XML document.</summary>
35       <returns>An XML namespace.</returns>
36     </member>
37     <member name="P:System.Xml.Serialization.XmlAnyElementAttribute.Order">
38       <summary>Gets or sets the explicit order in which the elements are serialized or deserialized.</summary>
39       <returns>The order of the code generation.</returns>
40     </member>
41     <member name="T:System.Xml.Serialization.XmlAnyElementAttributes">
42       <summary>Represents a collection of <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> objects.</summary>
43     </member>
44     <member name="M:System.Xml.Serialization.XmlAnyElementAttributes.#ctor">
45       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAnyElementAttributes" /> class. </summary>
46     </member>
47     <member name="M:System.Xml.Serialization.XmlAnyElementAttributes.Add(System.Xml.Serialization.XmlAnyElementAttribute)">
48       <summary>Adds an <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> to the collection.</summary>
49       <returns>The index of the newly added <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" />.</returns>
50       <param name="attribute">The <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> to add. </param>
51     </member>
52     <member name="M:System.Xml.Serialization.XmlAnyElementAttributes.Clear">
53       <summary>Removes all objects from the <see cref="T:System.Collections.CollectionBaseinstance" />. This method cannot be overridden.</summary>
54     </member>
55     <member name="M:System.Xml.Serialization.XmlAnyElementAttributes.Contains(System.Xml.Serialization.XmlAnyElementAttribute)">
56       <summary>Gets a value that indicates whether the specified <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> exists in the collection.</summary>
57       <returns>true if the <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> exists in the collection; otherwise, false.</returns>
58       <param name="attribute">The <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> you are interested in. </param>
59     </member>
60     <member name="M:System.Xml.Serialization.XmlAnyElementAttributes.CopyTo(System.Xml.Serialization.XmlAnyElementAttribute[],System.Int32)">
61       <summary>Copies the entire collection to a compatible one-dimensional array of <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> objects, starting at the specified index of the target array. </summary>
62       <param name="array">The one-dimensional array of <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> objects that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param>
63       <param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param>
64     </member>
65     <member name="P:System.Xml.Serialization.XmlAnyElementAttributes.Count">
66       <summary>Gets the number of elements contained in the <see cref="T:System.Collections.CollectionBase" /> instance.</summary>
67       <returns>The number of elements contained in the <see cref="T:System.Collections.CollectionBase" /> instance.</returns>
68     </member>
69     <member name="M:System.Xml.Serialization.XmlAnyElementAttributes.GetEnumerator">
70       <summary>Returns an enumerator that iterates through the <see cref="T:System.Collections.CollectionBaseinstance" />.</summary>
71       <returns>An enumerator that iterates through the <see cref="T:System.Collections.CollectionBaseinstance" />.</returns>
72     </member>
73     <member name="M:System.Xml.Serialization.XmlAnyElementAttributes.IndexOf(System.Xml.Serialization.XmlAnyElementAttribute)">
74       <summary>Gets the index of the specified <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" />.</summary>
75       <returns>The index of the specified <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" />.</returns>
76       <param name="attribute">The <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> whose index you want. </param>
77     </member>
78     <member name="M:System.Xml.Serialization.XmlAnyElementAttributes.Insert(System.Int32,System.Xml.Serialization.XmlAnyElementAttribute)">
79       <summary>Inserts an <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> into the collection at the specified index.</summary>
80       <param name="index">The index where the <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> is inserted. </param>
81       <param name="attribute">The <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> to insert. </param>
82     </member>
83     <member name="P:System.Xml.Serialization.XmlAnyElementAttributes.Item(System.Int32)">
84       <summary>Gets or sets the <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> at the specified index.</summary>
85       <returns>An <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> at the specified index.</returns>
86       <param name="index">The index of the <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" />. </param>
87     </member>
88     <member name="M:System.Xml.Serialization.XmlAnyElementAttributes.Remove(System.Xml.Serialization.XmlAnyElementAttribute)">
89       <summary>Removes the specified <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> from the collection.</summary>
90       <param name="attribute">The <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> to remove. </param>
91     </member>
92     <member name="M:System.Xml.Serialization.XmlAnyElementAttributes.RemoveAt(System.Int32)">
93       <summary>Removes the element at the specified index of the <see cref="T:System.Collections.CollectionBaseinstance" />. This method cannot be overridden.</summary>
94       <param name="index">The index of the element to be removed.</param>
95     </member>
96     <member name="M:System.Xml.Serialization.XmlAnyElementAttributes.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
97       <summary>Copies the entire collection to a compatible one-dimensional array of <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> objects, starting at the specified index of the target array.</summary>
98       <param name="array">The one-dimensional array.</param>
99       <param name="index">The specified index.</param>
100     </member>
101     <member name="P:System.Xml.Serialization.XmlAnyElementAttributes.System#Collections#ICollection#IsSynchronized">
102       <summary>Gets a value indicating whether access to the <see cref="T:System.Collections.CollectionBase" /> is synchronized (thread safe).</summary>
103       <returns>True if the access to the <see cref="T:System.Collections.CollectionBase" /> is synchronized; otherwise, false.</returns>
104     </member>
105     <member name="P:System.Xml.Serialization.XmlAnyElementAttributes.System#Collections#ICollection#SyncRoot">
106       <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.CollectionBase" />.</summary>
107       <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.CollectionBase" />.</returns>
108     </member>
109     <member name="M:System.Xml.Serialization.XmlAnyElementAttributes.System#Collections#IList#Add(System.Object)">
110       <summary>Adds an object to the end of the <see cref="T:System.Collections.CollectionBase" />.</summary>
111       <returns>The added object to the collection.</returns>
112       <param name="value">The value of the object to be added to the collection.</param>
113     </member>
114     <member name="M:System.Xml.Serialization.XmlAnyElementAttributes.System#Collections#IList#Contains(System.Object)">
115       <summary>Determines whether the <see cref="T:System.Collections.CollectionBase" /> contains a specific element.</summary>
116       <returns>True if the <see cref="T:System.Collections.CollectionBase" /> contains a specific element; otherwise, false.</returns>
117       <param name="value">The value of the element.</param>
118     </member>
119     <member name="M:System.Xml.Serialization.XmlAnyElementAttributes.System#Collections#IList#IndexOf(System.Object)">
120       <summary>Searches for the specified Object and returns the zero-based index of the first occurrence within the entire <see cref="T:System.Collections.CollectionBase" />.</summary>
121       <returns>The zero-based index of the object.</returns>
122       <param name="value">The value of the object.</param>
123     </member>
124     <member name="M:System.Xml.Serialization.XmlAnyElementAttributes.System#Collections#IList#Insert(System.Int32,System.Object)">
125       <summary>Inserts an element into the <see cref="T:System.Collections.CollectionBase" /> at the specified index.</summary>
126       <param name="index">The index where the element will be inserted.</param>
127       <param name="value">The value of the element.</param>
128     </member>
129     <member name="P:System.Xml.Serialization.XmlAnyElementAttributes.System#Collections#IList#IsFixedSize">
130       <summary>Gets a value indicating whether the <see cref="T:System.Collections.CollectionBasehas" /> a fixed size.</summary>
131       <returns>True if the <see cref="T:System.Collections.CollectionBasehas" /> a fixed size; otherwise, false.</returns>
132     </member>
133     <member name="P:System.Xml.Serialization.XmlAnyElementAttributes.System#Collections#IList#IsReadOnly">
134       <summary>Gets a value indicating whether the <see cref="T:System.Collections.CollectionBase" /> is read-only.</summary>
135       <returns>True if the <see cref="T:System.Collections.CollectionBase" /> is read-only; otherwise, false.</returns>
136     </member>
137     <member name="P:System.Xml.Serialization.XmlAnyElementAttributes.System#Collections#IList#Item(System.Int32)">
138       <summary>Gets or sets the element at the specified index.</summary>
139       <returns>The element at the specified index.</returns>
140       <param name="index">The index of the element.</param>
141     </member>
142     <member name="M:System.Xml.Serialization.XmlAnyElementAttributes.System#Collections#IList#Remove(System.Object)">
143       <summary>Removes the first occurrence of a specific object from the <see cref="T:System.Collections.CollectionBase" />.</summary>
144       <param name="value">The value of the removed object.</param>
145     </member>
146     <member name="T:System.Xml.Serialization.XmlArrayAttribute">
147       <summary>Specifies that the <see cref="T:System.Xml.Serialization.XmlSerializer" /> must serialize a particular class member as an array of XML elements.</summary>
148     </member>
149     <member name="M:System.Xml.Serialization.XmlArrayAttribute.#ctor">
150       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlArrayAttribute" /> class.</summary>
151     </member>
152     <member name="M:System.Xml.Serialization.XmlArrayAttribute.#ctor(System.String)">
153       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlArrayAttribute" /> class and specifies the XML element name generated in the XML document instance.</summary>
154       <param name="elementName">The name of the XML element that the <see cref="T:System.Xml.Serialization.XmlSerializer" /> generates. </param>
155     </member>
156     <member name="P:System.Xml.Serialization.XmlArrayAttribute.ElementName">
157       <summary>Gets or sets the XML element name given to the serialized array.</summary>
158       <returns>The XML element name of the serialized array. The default is the name of the member to which the <see cref="T:System.Xml.Serialization.XmlArrayAttribute" /> is assigned.</returns>
159     </member>
160     <member name="P:System.Xml.Serialization.XmlArrayAttribute.Form">
161       <summary>Gets or sets a value that indicates whether the XML element name generated by the <see cref="T:System.Xml.Serialization.XmlSerializer" /> is qualified or unqualified.</summary>
162       <returns>One of the <see cref="T:System.Xml.Schema.XmlSchemaForm" /> values. The default is XmlSchemaForm.None.</returns>
163     </member>
164     <member name="P:System.Xml.Serialization.XmlArrayAttribute.IsNullable">
165       <summary>Gets or sets a value that indicates whether the <see cref="T:System.Xml.Serialization.XmlSerializer" /> must serialize a member as an empty XML tag with the xsi:nil attribute set to true.</summary>
166       <returns>true if the <see cref="T:System.Xml.Serialization.XmlSerializer" /> generates the xsi:nil attribute; otherwise, false.</returns>
167     </member>
168     <member name="P:System.Xml.Serialization.XmlArrayAttribute.Namespace">
169       <summary>Gets or sets the namespace of the XML element.</summary>
170       <returns>The namespace of the XML element.</returns>
171     </member>
172     <member name="P:System.Xml.Serialization.XmlArrayAttribute.Order">
173       <summary>Gets or sets the explicit order in which the elements are serialized or deserialized.</summary>
174       <returns>The order of the code generation.</returns>
175     </member>
176     <member name="T:System.Xml.Serialization.XmlArrayItemAttribute">
177       <summary>Represents an attribute that specifies the derived types that the <see cref="T:System.Xml.Serialization.XmlSerializer" /> can place in a serialized array.</summary>
178     </member>
179     <member name="M:System.Xml.Serialization.XmlArrayItemAttribute.#ctor">
180       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> class.</summary>
181     </member>
182     <member name="M:System.Xml.Serialization.XmlArrayItemAttribute.#ctor(System.String)">
183       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> class and specifies the name of the XML element generated in the XML document.</summary>
184       <param name="elementName">The name of the XML element. </param>
185     </member>
186     <member name="M:System.Xml.Serialization.XmlArrayItemAttribute.#ctor(System.String,System.Type)">
187       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> class and specifies the name of the XML element generated in the XML document and the <see cref="T:System.Type" /> that can be inserted into the generated XML document.</summary>
188       <param name="elementName">The name of the XML element. </param>
189       <param name="type">The <see cref="T:System.Type" /> of the object to serialize. </param>
190     </member>
191     <member name="M:System.Xml.Serialization.XmlArrayItemAttribute.#ctor(System.Type)">
192       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> class and specifies the <see cref="T:System.Type" /> that can be inserted into the serialized array.</summary>
193       <param name="type">The <see cref="T:System.Type" /> of the object to serialize. </param>
194     </member>
195     <member name="P:System.Xml.Serialization.XmlArrayItemAttribute.DataType">
196       <summary>Gets or sets the XML data type of the generated XML element.</summary>
197       <returns>An XML schema definition (XSD) data type, as defined by the World Wide Web Consortium (www.w3.org) document "XML Schema Part 2: DataTypes".</returns>
198     </member>
199     <member name="P:System.Xml.Serialization.XmlArrayItemAttribute.ElementName">
200       <summary>Gets or sets the name of the generated XML element.</summary>
201       <returns>The name of the generated XML element. The default is the member identifier.</returns>
202     </member>
203     <member name="P:System.Xml.Serialization.XmlArrayItemAttribute.Form">
204       <summary>Gets or sets a value that indicates whether the name of the generated XML element is qualified.</summary>
205       <returns>One of the <see cref="T:System.Xml.Schema.XmlSchemaForm" /> values. The default is XmlSchemaForm.None.</returns>
206       <exception cref="T:System.Exception">The <see cref="P:System.Xml.Serialization.XmlArrayItemAttribute.Form" /> property is set to XmlSchemaForm.Unqualified and a <see cref="P:System.Xml.Serialization.XmlArrayItemAttribute.Namespace" /> value is specified. </exception>
207     </member>
208     <member name="P:System.Xml.Serialization.XmlArrayItemAttribute.IsNullable">
209       <summary>Gets or sets a value that indicates whether the <see cref="T:System.Xml.Serialization.XmlSerializer" /> must serialize a member as an empty XML tag with the xsi:nil attribute set to true.</summary>
210       <returns>true if the <see cref="T:System.Xml.Serialization.XmlSerializer" /> generates the xsi:nil attribute; otherwise, false, and no instance is generated. The default is true.</returns>
211     </member>
212     <member name="P:System.Xml.Serialization.XmlArrayItemAttribute.Namespace">
213       <summary>Gets or sets the namespace of the generated XML element.</summary>
214       <returns>The namespace of the generated XML element.</returns>
215     </member>
216     <member name="P:System.Xml.Serialization.XmlArrayItemAttribute.NestingLevel">
217       <summary>Gets or sets the level in a hierarchy of XML elements that the <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> affects.</summary>
218       <returns>The zero-based index of a set of indexes in an array of arrays.</returns>
219     </member>
220     <member name="P:System.Xml.Serialization.XmlArrayItemAttribute.Type">
221       <summary>Gets or sets the type allowed in an array.</summary>
222       <returns>A <see cref="T:System.Type" /> that is allowed in the array.</returns>
223     </member>
224     <member name="T:System.Xml.Serialization.XmlArrayItemAttributes">
225       <summary>Represents a collection of <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> objects.</summary>
226     </member>
227     <member name="M:System.Xml.Serialization.XmlArrayItemAttributes.#ctor">
228       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> class. </summary>
229     </member>
230     <member name="M:System.Xml.Serialization.XmlArrayItemAttributes.Add(System.Xml.Serialization.XmlArrayItemAttribute)">
231       <summary>Adds an <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> to the collection.</summary>
232       <returns>The index of the added item.</returns>
233       <param name="attribute">The <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> to add to the collection. </param>
234     </member>
235     <member name="M:System.Xml.Serialization.XmlArrayItemAttributes.Clear">
236       <summary>Removes all elements from the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" />.</summary>
237       <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> is read-only.-or- The <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> has a fixed size. </exception>
238     </member>
239     <member name="M:System.Xml.Serialization.XmlArrayItemAttributes.Contains(System.Xml.Serialization.XmlArrayItemAttribute)">
240       <summary>Determines whether the collection contains the specified <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" />. </summary>
241       <returns>true if the collection contains the specified <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" />; otherwise, false.</returns>
242       <param name="attribute">The <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> to check for.</param>
243     </member>
244     <member name="M:System.Xml.Serialization.XmlArrayItemAttributes.CopyTo(System.Xml.Serialization.XmlArrayItemAttribute[],System.Int32)">
245       <summary>Copies an <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> array to the collection, starting at a specified target index. </summary>
246       <param name="array">The array of <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> objects to copy to the collection.</param>
247       <param name="index">The index at which the copied attributes begin.</param>
248     </member>
249     <member name="P:System.Xml.Serialization.XmlArrayItemAttributes.Count">
250       <summary>Gets the number of elements contained in the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" />.</summary>
251       <returns>The number of elements contained in the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" />.</returns>
252     </member>
253     <member name="M:System.Xml.Serialization.XmlArrayItemAttributes.GetEnumerator">
254       <summary>Returns an enumerator for the entire <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" />.</summary>
255       <returns>An <see cref="T:System.Collections.IEnumerator" /> for the entire <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" />.</returns>
256     </member>
257     <member name="M:System.Xml.Serialization.XmlArrayItemAttributes.IndexOf(System.Xml.Serialization.XmlArrayItemAttribute)">
258       <summary>Returns the zero-based index of the first occurrence of the specified <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> in the collection or -1 if the attribute is not found in the collection. </summary>
259       <returns>The first index of the <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> in the collection or -1 if the attribute is not found in the collection.</returns>
260       <param name="attribute">The <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> to locate in the collection.</param>
261     </member>
262     <member name="M:System.Xml.Serialization.XmlArrayItemAttributes.Insert(System.Int32,System.Xml.Serialization.XmlArrayItemAttribute)">
263       <summary>Inserts an <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> into the collection at the specified index. </summary>
264       <param name="index">The index at which the attribute is inserted.</param>
265       <param name="attribute">The <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" />  to insert.</param>
266     </member>
267     <member name="P:System.Xml.Serialization.XmlArrayItemAttributes.Item(System.Int32)">
268       <summary>Gets or sets the item at the specified index.</summary>
269       <returns>The <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> at the specified index.</returns>
270       <param name="index">The zero-based index of the collection member to get or set. </param>
271     </member>
272     <member name="M:System.Xml.Serialization.XmlArrayItemAttributes.Remove(System.Xml.Serialization.XmlArrayItemAttribute)">
273       <summary>Removes an <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> from the collection, if it is present. </summary>
274       <param name="attribute">The <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> to remove.</param>
275     </member>
276     <member name="M:System.Xml.Serialization.XmlArrayItemAttributes.RemoveAt(System.Int32)">
277       <summary>Removes the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> item at the specified index.</summary>
278       <param name="index">The zero-based index of the item to remove. </param>
279       <exception cref="T:System.ArgumentOutOfRangeException">
280         <paramref name="index" /> is not a valid index in the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" />. </exception>
281       <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> is read-only.-or- The <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> has a fixed size. </exception>
282     </member>
283     <member name="M:System.Xml.Serialization.XmlArrayItemAttributes.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
284       <summary>Copies the entire <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> to a compatible one-dimensional <see cref="T:System.Array" />, starting at the specified index of the target array.</summary>
285       <param name="array">The one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" />. The <see cref="T:System.Array" /> must have zero-based indexing. </param>
286     </member>
287     <member name="P:System.Xml.Serialization.XmlArrayItemAttributes.System#Collections#ICollection#IsSynchronized">
288       <summary>Gets a value indicating whether access to the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> is synchronized (thread safe).</summary>
289       <returns>true if access to the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> is synchronized (thread safe); otherwise, false.</returns>
290     </member>
291     <member name="P:System.Xml.Serialization.XmlArrayItemAttributes.System#Collections#ICollection#SyncRoot"></member>
292     <member name="M:System.Xml.Serialization.XmlArrayItemAttributes.System#Collections#IList#Add(System.Object)">
293       <summary>Adds an object to the end of the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" />.</summary>
294       <returns>The <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> index at which the <paramref name="value" /> has been added.</returns>
295       <param name="value">The <see cref="T:System.Object" /> to be added to the end of the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" />. The value can be null. </param>
296       <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> is read-only.-or- The <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> has a fixed size. </exception>
297     </member>
298     <member name="M:System.Xml.Serialization.XmlArrayItemAttributes.System#Collections#IList#Contains(System.Object)">
299       <summary>Determines whether the collection contains the specified <see cref="T:System.Object" />. </summary>
300       <returns>true if the collection contains the specified <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" />; otherwise, false.</returns>
301     </member>
302     <member name="M:System.Xml.Serialization.XmlArrayItemAttributes.System#Collections#IList#IndexOf(System.Object)">
303       <summary>Returns the zero-based index of the first occurrence of the specified <see cref="T:System.Object" /> in the collection or -1 if the attribute is not found in the collection. </summary>
304       <returns>The first index of the <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> in the collection or -1 if the attribute is not found in the collection.</returns>
305     </member>
306     <member name="M:System.Xml.Serialization.XmlArrayItemAttributes.System#Collections#IList#Insert(System.Int32,System.Object)">
307       <summary>Inserts an element into the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> at the specified index.</summary>
308       <param name="index">The zero-based index at which <paramref name="value" /> should be inserted. </param>
309       <param name="value">The <see cref="T:System.Object" /> to insert. The value can be null. </param>
310       <exception cref="T:System.ArgumentOutOfRangeException">
311         <paramref name="index" /> is less than zero.-or- <paramref name="index" /> is greater than <see cref="P:System.Xml.Serialization.XmlArrayItemAttributes.Count" />. </exception>
312       <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> is read-only.-or- The <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> has a fixed size. </exception>
313     </member>
314     <member name="P:System.Xml.Serialization.XmlArrayItemAttributes.System#Collections#IList#IsFixedSize">
315       <summary>Gets a value indicating whether the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> has a fixed size.</summary>
316       <returns>true if the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> has a fixed size; otherwise, false.</returns>
317     </member>
318     <member name="P:System.Xml.Serialization.XmlArrayItemAttributes.System#Collections#IList#IsReadOnly">
319       <summary>Gets a value indicating whether the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> is read-only.</summary>
320       <returns>true if the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> is read-only; otherwise, false.</returns>
321     </member>
322     <member name="P:System.Xml.Serialization.XmlArrayItemAttributes.System#Collections#IList#Item(System.Int32)">
323       <summary>Gets or sets the item at the specified index.</summary>
324       <returns>The <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> at the specified index.</returns>
325       <param name="index">The zero-based index of the collection member to get or set. </param>
326     </member>
327     <member name="M:System.Xml.Serialization.XmlArrayItemAttributes.System#Collections#IList#Remove(System.Object)">
328       <summary>Removes the first occurrence of a specific object from the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" />.</summary>
329       <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> is read-only.-or- The <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> has a fixed size. </exception>
330     </member>
331     <member name="T:System.Xml.Serialization.XmlAttributeAttribute">
332       <summary>Specifies that the <see cref="T:System.Xml.Serialization.XmlSerializer" /> must serialize the class member as an XML attribute.</summary>
333     </member>
334     <member name="M:System.Xml.Serialization.XmlAttributeAttribute.#ctor">
335       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAttributeAttribute" /> class.</summary>
336     </member>
337     <member name="M:System.Xml.Serialization.XmlAttributeAttribute.#ctor(System.String)">
338       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAttributeAttribute" /> class and specifies the name of the generated XML attribute.</summary>
339       <param name="attributeName">The name of the XML attribute that the <see cref="T:System.Xml.Serialization.XmlSerializer" /> generates. </param>
340     </member>
341     <member name="M:System.Xml.Serialization.XmlAttributeAttribute.#ctor(System.String,System.Type)">
342       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAttributeAttribute" /> class.</summary>
343       <param name="attributeName">The name of the XML attribute that is generated. </param>
344       <param name="type">The <see cref="T:System.Type" /> used to store the attribute. </param>
345     </member>
346     <member name="M:System.Xml.Serialization.XmlAttributeAttribute.#ctor(System.Type)">
347       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAttributeAttribute" /> class.</summary>
348       <param name="type">The <see cref="T:System.Type" /> used to store the attribute. </param>
349     </member>
350     <member name="P:System.Xml.Serialization.XmlAttributeAttribute.AttributeName">
351       <summary>Gets or sets the name of the XML attribute.</summary>
352       <returns>The name of the XML attribute. The default is the member name.</returns>
353     </member>
354     <member name="P:System.Xml.Serialization.XmlAttributeAttribute.DataType">
355       <summary>Gets or sets the XSD data type of the XML attribute generated by the <see cref="T:System.Xml.Serialization.XmlSerializer" />.</summary>
356       <returns>An XSD (XML Schema Document) data type, as defined by the World Wide Web Consortium (www.w3.org) document named "XML Schema: DataTypes".</returns>
357     </member>
358     <member name="P:System.Xml.Serialization.XmlAttributeAttribute.Form">
359       <summary>Gets or sets a value that indicates whether the XML attribute name generated by the <see cref="T:System.Xml.Serialization.XmlSerializer" /> is qualified.</summary>
360       <returns>One of the <see cref="T:System.Xml.Schema.XmlSchemaForm" /> values. The default is XmlForm.None.</returns>
361     </member>
362     <member name="P:System.Xml.Serialization.XmlAttributeAttribute.Namespace">
363       <summary>Gets or sets the XML namespace of the XML attribute.</summary>
364       <returns>The XML namespace of the XML attribute.</returns>
365     </member>
366     <member name="P:System.Xml.Serialization.XmlAttributeAttribute.Type">
367       <summary>Gets or sets the complex type of the XML attribute.</summary>
368       <returns>The type of the XML attribute.</returns>
369     </member>
370     <member name="T:System.Xml.Serialization.XmlAttributeOverrides">
371       <summary>Allows you to override property, field, and class attributes when you use the <see cref="T:System.Xml.Serialization.XmlSerializer" /> to serialize or deserialize an object.</summary>
372     </member>
373     <member name="M:System.Xml.Serialization.XmlAttributeOverrides.#ctor">
374       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAttributeOverrides" /> class. </summary>
375     </member>
376     <member name="M:System.Xml.Serialization.XmlAttributeOverrides.Add(System.Type,System.String,System.Xml.Serialization.XmlAttributes)">
377       <summary>Adds an <see cref="T:System.Xml.Serialization.XmlAttributes" /> object to the collection of <see cref="T:System.Xml.Serialization.XmlAttributes" /> objects. The <paramref name="type" /> parameter specifies an object to be overridden. The <paramref name="member" /> parameter specifies the name of a member that is overridden.</summary>
378       <param name="type">The <see cref="T:System.Type" /> of the object to override. </param>
379       <param name="member">The name of the member to override. </param>
380       <param name="attributes">An <see cref="T:System.Xml.Serialization.XmlAttributes" /> object that represents the overriding attributes. </param>
381     </member>
382     <member name="M:System.Xml.Serialization.XmlAttributeOverrides.Add(System.Type,System.Xml.Serialization.XmlAttributes)">
383       <summary>Adds an <see cref="T:System.Xml.Serialization.XmlAttributes" /> object to the collection of <see cref="T:System.Xml.Serialization.XmlAttributes" /> objects. The <paramref name="type" /> parameter specifies an object to be overridden by the <see cref="T:System.Xml.Serialization.XmlAttributes" /> object.</summary>
384       <param name="type">The <see cref="T:System.Type" /> of the object that is overridden. </param>
385       <param name="attributes">An <see cref="T:System.Xml.Serialization.XmlAttributes" /> object that represents the overriding attributes. </param>
386     </member>
387     <member name="P:System.Xml.Serialization.XmlAttributeOverrides.Item(System.Type)">
388       <summary>Gets the object associated with the specified, base-class, type.</summary>
389       <returns>An <see cref="T:System.Xml.Serialization.XmlAttributes" /> that represents the collection of overriding attributes.</returns>
390       <param name="type">The base class <see cref="T:System.Type" /> that is associated with the collection of attributes you want to retrieve. </param>
391     </member>
392     <member name="P:System.Xml.Serialization.XmlAttributeOverrides.Item(System.Type,System.String)">
393       <summary>Gets the object associated with the specified (base-class) type. The member parameter specifies the base-class member that is overridden.</summary>
394       <returns>An <see cref="T:System.Xml.Serialization.XmlAttributes" /> that represents the collection of overriding attributes.</returns>
395       <param name="type">The base class <see cref="T:System.Type" /> that is associated with the collection of attributes you want. </param>
396       <param name="member">The name of the overridden member that specifies the <see cref="T:System.Xml.Serialization.XmlAttributes" /> to return. </param>
397     </member>
398     <member name="T:System.Xml.Serialization.XmlAttributes">
399       <summary>Represents a collection of attribute objects that control how the <see cref="T:System.Xml.Serialization.XmlSerializer" /> serializes and deserializes an object.</summary>
400     </member>
401     <member name="M:System.Xml.Serialization.XmlAttributes.#ctor">
402       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAttributes" /> class.</summary>
403     </member>
404     <member name="P:System.Xml.Serialization.XmlAttributes.XmlAnyAttribute">
405       <summary>Gets or sets the <see cref="T:System.Xml.Serialization.XmlAnyAttributeAttribute" /> to override.</summary>
406       <returns>The <see cref="T:System.Xml.Serialization.XmlAnyAttributeAttribute" /> to override.</returns>
407     </member>
408     <member name="P:System.Xml.Serialization.XmlAttributes.XmlAnyElements">
409       <summary>Gets the collection of <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> objects to override.</summary>
410       <returns>An <see cref="T:System.Xml.Serialization.XmlAnyElementAttributes" /> object that represents the collection of <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> objects.</returns>
411     </member>
412     <member name="P:System.Xml.Serialization.XmlAttributes.XmlArray">
413       <summary>Gets or sets an object that specifies how the <see cref="T:System.Xml.Serialization.XmlSerializer" /> serializes a public field or read/write property that returns an array.</summary>
414       <returns>An <see cref="T:System.Xml.Serialization.XmlArrayAttribute" /> that specifies how the <see cref="T:System.Xml.Serialization.XmlSerializer" /> serializes a public field or read/write property that returns an array.</returns>
415     </member>
416     <member name="P:System.Xml.Serialization.XmlAttributes.XmlArrayItems">
417       <summary>Gets or sets a collection of objects that specify how the <see cref="T:System.Xml.Serialization.XmlSerializer" /> serializes items inserted into an array returned by a public field or read/write property.</summary>
418       <returns>An <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> object that contains a collection of <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> objects.</returns>
419     </member>
420     <member name="P:System.Xml.Serialization.XmlAttributes.XmlAttribute">
421       <summary>Gets or sets an object that specifies how the <see cref="T:System.Xml.Serialization.XmlSerializer" /> serializes a public field or public read/write property as an XML attribute.</summary>
422       <returns>An <see cref="T:System.Xml.Serialization.XmlAttributeAttribute" /> that controls the serialization of a public field or read/write property as an XML attribute.</returns>
423     </member>
424     <member name="P:System.Xml.Serialization.XmlAttributes.XmlChoiceIdentifier">
425       <summary>Gets or sets an object that allows you to distinguish between a set of choices.</summary>
426       <returns>An <see cref="T:System.Xml.Serialization.XmlChoiceIdentifierAttribute" /> that can be applied to a class member that is serialized as an xsi:choice element.</returns>
427     </member>
428     <member name="P:System.Xml.Serialization.XmlAttributes.XmlDefaultValue">
429       <summary>Gets or sets the default value of an XML element or attribute.</summary>
430       <returns>An <see cref="T:System.Object" /> that represents the default value of an XML element or attribute.</returns>
431     </member>
432     <member name="P:System.Xml.Serialization.XmlAttributes.XmlElements">
433       <summary>Gets a collection of objects that specify how the <see cref="T:System.Xml.Serialization.XmlSerializer" /> serializes a public field or read/write property as an XML element.</summary>
434       <returns>An <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> that contains a collection of <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> objects.</returns>
435     </member>
436     <member name="P:System.Xml.Serialization.XmlAttributes.XmlEnum">
437       <summary>Gets or sets an object that specifies how the <see cref="T:System.Xml.Serialization.XmlSerializer" /> serializes an enumeration member.</summary>
438       <returns>An <see cref="T:System.Xml.Serialization.XmlEnumAttribute" /> that specifies how the <see cref="T:System.Xml.Serialization.XmlSerializer" /> serializes an enumeration member.</returns>
439     </member>
440     <member name="P:System.Xml.Serialization.XmlAttributes.XmlIgnore">
441       <summary>Gets or sets a value that specifies whether or not the <see cref="T:System.Xml.Serialization.XmlSerializer" /> serializes a public field or public read/write property.</summary>
442       <returns>true if the <see cref="T:System.Xml.Serialization.XmlSerializer" /> must not serialize the field or property; otherwise, false.</returns>
443     </member>
444     <member name="P:System.Xml.Serialization.XmlAttributes.Xmlns">
445       <summary>Gets or sets a value that specifies whether to keep all namespace declarations when an object containing a member that returns an <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces" /> object is overridden.</summary>
446       <returns>true if the namespace declarations should be kept; otherwise, false.</returns>
447     </member>
448     <member name="P:System.Xml.Serialization.XmlAttributes.XmlRoot">
449       <summary>Gets or sets an object that specifies how the <see cref="T:System.Xml.Serialization.XmlSerializer" /> serializes a class as an XML root element.</summary>
450       <returns>An <see cref="T:System.Xml.Serialization.XmlRootAttribute" /> that overrides a class attributed as an XML root element.</returns>
451     </member>
452     <member name="P:System.Xml.Serialization.XmlAttributes.XmlText">
453       <summary>Gets or sets an object that instructs the <see cref="T:System.Xml.Serialization.XmlSerializer" /> to serialize a public field or public read/write property as XML text.</summary>
454       <returns>An <see cref="T:System.Xml.Serialization.XmlTextAttribute" /> that overrides the default serialization of a public property or field.</returns>
455     </member>
456     <member name="P:System.Xml.Serialization.XmlAttributes.XmlType">
457       <summary>Gets or sets an object that specifies how the <see cref="T:System.Xml.Serialization.XmlSerializer" /> serializes a class to which the <see cref="T:System.Xml.Serialization.XmlTypeAttribute" /> has been applied.</summary>
458       <returns>An <see cref="T:System.Xml.Serialization.XmlTypeAttribute" /> that overrides an <see cref="T:System.Xml.Serialization.XmlTypeAttribute" /> applied to a class declaration.</returns>
459     </member>
460     <member name="T:System.Xml.Serialization.XmlChoiceIdentifierAttribute">
461       <summary>Specifies that the member can be further detected by using an enumeration.</summary>
462     </member>
463     <member name="M:System.Xml.Serialization.XmlChoiceIdentifierAttribute.#ctor">
464       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlChoiceIdentifierAttribute" /> class.</summary>
465     </member>
466     <member name="M:System.Xml.Serialization.XmlChoiceIdentifierAttribute.#ctor(System.String)">
467       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlChoiceIdentifierAttribute" /> class.</summary>
468       <param name="name">The member name that returns the enumeration used to detect a choice. </param>
469     </member>
470     <member name="P:System.Xml.Serialization.XmlChoiceIdentifierAttribute.MemberName">
471       <summary>Gets or sets the name of the field that returns the enumeration to use when detecting types.</summary>
472       <returns>The name of a field that returns an enumeration.</returns>
473     </member>
474     <member name="T:System.Xml.Serialization.XmlElementAttribute">
475       <summary>Indicates that a public field or property represents an XML element when the <see cref="T:System.Xml.Serialization.XmlSerializer" /> serializes or deserializes the object that contains it.</summary>
476     </member>
477     <member name="M:System.Xml.Serialization.XmlElementAttribute.#ctor">
478       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> class.</summary>
479     </member>
480     <member name="M:System.Xml.Serialization.XmlElementAttribute.#ctor(System.String)">
481       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> class and specifies the name of the XML element.</summary>
482       <param name="elementName">The XML element name of the serialized member. </param>
483     </member>
484     <member name="M:System.Xml.Serialization.XmlElementAttribute.#ctor(System.String,System.Type)">
485       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> and specifies the name of the XML element and a derived type for the member to which the <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> is applied. This member type is used when the <see cref="T:System.Xml.Serialization.XmlSerializer" /> serializes the object that contains it.</summary>
486       <param name="elementName">The XML element name of the serialized member. </param>
487       <param name="type">The <see cref="T:System.Type" /> of an object derived from the member's type. </param>
488     </member>
489     <member name="M:System.Xml.Serialization.XmlElementAttribute.#ctor(System.Type)">
490       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> class and specifies a type for the member to which the <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> is applied. This type is used by the <see cref="T:System.Xml.Serialization.XmlSerializer" /> when serializing or deserializing object that contains it.</summary>
491       <param name="type">The <see cref="T:System.Type" /> of an object derived from the member's type. </param>
492     </member>
493     <member name="P:System.Xml.Serialization.XmlElementAttribute.DataType">
494       <summary>Gets or sets the XML Schema definition (XSD) data type of the XML element generated by the <see cref="T:System.Xml.Serialization.XmlSerializer" />.</summary>
495       <returns>An XML Schema data type, as defined by the World Wide Web Consortium (www.w3.org) document named "XML Schema Part 2: Datatypes".</returns>
496       <exception cref="T:System.Exception">The XML Schema data type you have specified cannot be mapped to the.NET data type. </exception>
497     </member>
498     <member name="P:System.Xml.Serialization.XmlElementAttribute.ElementName">
499       <summary>Gets or sets the name of the generated XML element.</summary>
500       <returns>The name of the generated XML element. The default is the member identifier.</returns>
501     </member>
502     <member name="P:System.Xml.Serialization.XmlElementAttribute.Form">
503       <summary>Gets or sets a value that indicates whether the element is qualified.</summary>
504       <returns>One of the <see cref="T:System.Xml.Schema.XmlSchemaForm" /> values. The default is <see cref="F:System.Xml.Schema.XmlSchemaForm.None" />.</returns>
505     </member>
506     <member name="P:System.Xml.Serialization.XmlElementAttribute.IsNullable">
507       <summary>Gets or sets a value that indicates whether the <see cref="T:System.Xml.Serialization.XmlSerializer" /> must serialize a member that is set to null as an empty tag with the xsi:nil attribute set to true.</summary>
508       <returns>true if the <see cref="T:System.Xml.Serialization.XmlSerializer" /> generates the xsi:nil attribute; otherwise, false.</returns>
509     </member>
510     <member name="P:System.Xml.Serialization.XmlElementAttribute.Namespace">
511       <summary>Gets or sets the namespace assigned to the XML element that results when the class is serialized.</summary>
512       <returns>The namespace of the XML element.</returns>
513     </member>
514     <member name="P:System.Xml.Serialization.XmlElementAttribute.Order">
515       <summary>Gets or sets the explicit order in which the elements are serialized or deserialized.</summary>
516       <returns>The order of the code generation.</returns>
517     </member>
518     <member name="P:System.Xml.Serialization.XmlElementAttribute.Type">
519       <summary>Gets or sets the object type used to represent the XML element.</summary>
520       <returns>The <see cref="T:System.Type" /> of the member.</returns>
521     </member>
522     <member name="T:System.Xml.Serialization.XmlElementAttributes">
523       <summary>Represents a collection of <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> objects used by the <see cref="T:System.Xml.Serialization.XmlSerializer" /> to override the default way it serializes a class.</summary>
524     </member>
525     <member name="M:System.Xml.Serialization.XmlElementAttributes.#ctor">
526       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> class. </summary>
527     </member>
528     <member name="M:System.Xml.Serialization.XmlElementAttributes.Add(System.Xml.Serialization.XmlElementAttribute)">
529       <summary>Adds an <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> to the collection.</summary>
530       <returns>The zero-based index of the newly added item.</returns>
531       <param name="attribute">The <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> to add. </param>
532     </member>
533     <member name="M:System.Xml.Serialization.XmlElementAttributes.Clear">
534       <summary>Removes all elements from the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />.</summary>
535       <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> is read-only.-or- The <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> has a fixed size. </exception>
536     </member>
537     <member name="M:System.Xml.Serialization.XmlElementAttributes.Contains(System.Xml.Serialization.XmlElementAttribute)">
538       <summary>Determines whether the collection contains the specified object.</summary>
539       <returns>true if the object exists in the collection; otherwise, false.</returns>
540       <param name="attribute">The <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> to look for. </param>
541     </member>
542     <member name="M:System.Xml.Serialization.XmlElementAttributes.CopyTo(System.Xml.Serialization.XmlElementAttribute[],System.Int32)">
543       <summary>Copies the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />, or a portion of it to a one-dimensional array.</summary>
544       <param name="array">The <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> array to hold the copied elements. </param>
545       <param name="index">The zero-based index in <paramref name="array" /> at which copying begins. </param>
546     </member>
547     <member name="P:System.Xml.Serialization.XmlElementAttributes.Count">
548       <summary>Gets the number of elements contained in the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />.</summary>
549       <returns>The number of elements contained in the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />.</returns>
550     </member>
551     <member name="M:System.Xml.Serialization.XmlElementAttributes.GetEnumerator">
552       <summary>Returns an enumerator for the entire <see cref="T:System.Xml.Serialization.XmlElementAttributes" />.</summary>
553       <returns>An <see cref="T:System.Collections.IEnumerator" /> for the entire <see cref="T:System.Xml.Serialization.XmlElementAttributes" />.</returns>
554     </member>
555     <member name="M:System.Xml.Serialization.XmlElementAttributes.IndexOf(System.Xml.Serialization.XmlElementAttribute)">
556       <summary>Gets the index of the specified <see cref="T:System.Xml.Serialization.XmlElementAttribute" />.</summary>
557       <returns>The zero-based index of the <see cref="T:System.Xml.Serialization.XmlElementAttribute" />.</returns>
558       <param name="attribute">The <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> whose index is being retrieved.</param>
559     </member>
560     <member name="M:System.Xml.Serialization.XmlElementAttributes.Insert(System.Int32,System.Xml.Serialization.XmlElementAttribute)">
561       <summary>Inserts an <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> into the collection.</summary>
562       <param name="index">The zero-based index where the member is inserted. </param>
563       <param name="attribute">The <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> to insert. </param>
564     </member>
565     <member name="P:System.Xml.Serialization.XmlElementAttributes.Item(System.Int32)">
566       <summary>Gets or sets the element at the specified index.</summary>
567       <returns>The element at the specified index.</returns>
568       <param name="index">The zero-based index of the element to get or set. </param>
569       <exception cref="T:System.ArgumentOutOfRangeException">
570         <paramref name="index" /> is not a valid index in the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />. </exception>
571       <exception cref="T:System.NotSupportedException">The property is set and the <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> is read-only. </exception>
572     </member>
573     <member name="M:System.Xml.Serialization.XmlElementAttributes.Remove(System.Xml.Serialization.XmlElementAttribute)">
574       <summary>Removes the specified object from the collection.</summary>
575       <param name="attribute">The <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> to remove from the collection. </param>
576     </member>
577     <member name="M:System.Xml.Serialization.XmlElementAttributes.RemoveAt(System.Int32)">
578       <summary>Removes the <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> item at the specified index.</summary>
579       <param name="index">The zero-based index of the item to remove. </param>
580       <exception cref="T:System.ArgumentOutOfRangeException">
581         <paramref name="index" /> is not a valid index in the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />. </exception>
582       <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> is read-only.-or- The <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> has a fixed size. </exception>
583     </member>
584     <member name="M:System.Xml.Serialization.XmlElementAttributes.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
585       <summary>Copies the entire <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> to a compatible one-dimensional <see cref="T:System.Array" />, starting at the specified index of the target array.</summary>
586       <param name="array">The one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from <see cref="T:System.Xml.Serialization.XmlElementAttributes" />. The <see cref="T:System.Array" /> must have zero-based indexing. </param>
587     </member>
588     <member name="P:System.Xml.Serialization.XmlElementAttributes.System#Collections#ICollection#IsSynchronized">
589       <summary>Gets a value indicating whether access to the <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> is synchronized (thread safe).</summary>
590       <returns>true if access to the <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> is synchronized (thread safe); otherwise, false.</returns>
591     </member>
592     <member name="P:System.Xml.Serialization.XmlElementAttributes.System#Collections#ICollection#SyncRoot">
593       <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />.</summary>
594       <returns>An object that can be used to synchronize access to the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />.</returns>
595     </member>
596     <member name="M:System.Xml.Serialization.XmlElementAttributes.System#Collections#IList#Add(System.Object)">
597       <summary>Adds an object to the end of the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />.</summary>
598       <returns>The <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> index at which the <paramref name="value" /> has been added.</returns>
599       <param name="value">The <see cref="T:System.Object" /> to be added to the end of the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />. The value can be null. </param>
600       <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> is read-only.-or- The <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> has a fixed size. </exception>
601     </member>
602     <member name="M:System.Xml.Serialization.XmlElementAttributes.System#Collections#IList#Contains(System.Object)">
603       <summary>Determines whether the <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> contains a specific value.</summary>
604       <returns>true if the <see cref="T:System.Object" /> is found in the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />; otherwise, false.</returns>
605       <param name="value">The object to locate in the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />. </param>
606     </member>
607     <member name="M:System.Xml.Serialization.XmlElementAttributes.System#Collections#IList#IndexOf(System.Object)">
608       <summary>Determines the index of a specific item in the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />.</summary>
609       <returns>The index of <paramref name="value" /> if found in the list; otherwise, -1.</returns>
610       <param name="value">The object to locate in the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />. </param>
611     </member>
612     <member name="M:System.Xml.Serialization.XmlElementAttributes.System#Collections#IList#Insert(System.Int32,System.Object)">
613       <summary>Inserts an element into the <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> at the specified index.</summary>
614       <param name="index">The zero-based index at which <paramref name="value" /> should be inserted. </param>
615       <param name="value">The <see cref="T:System.Object" /> to insert. The value can be null. </param>
616       <exception cref="T:System.ArgumentOutOfRangeException">
617         <paramref name="index" /> is less than zero.-or- <paramref name="index" /> is greater than <see cref="P:System.Xml.Serialization.XmlElementAttributes.Count" />. </exception>
618       <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> is read-only.-or- The <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> has a fixed size. </exception>
619     </member>
620     <member name="P:System.Xml.Serialization.XmlElementAttributes.System#Collections#IList#IsFixedSize">
621       <summary>Gets a value indicating whether the <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> has a fixed size.</summary>
622       <returns>true if the <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> has a fixed size; otherwise, false.</returns>
623     </member>
624     <member name="P:System.Xml.Serialization.XmlElementAttributes.System#Collections#IList#IsReadOnly">
625       <summary>Gets a value indicating whether the <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> is read-only.</summary>
626       <returns>true if the <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> is read-only; otherwise, false.</returns>
627     </member>
628     <member name="P:System.Xml.Serialization.XmlElementAttributes.System#Collections#IList#Item(System.Int32)">
629       <summary>Gets or sets the element at the specified index.</summary>
630       <returns>The element at the specified index.</returns>
631       <param name="index">The zero-based index of the element to get or set. </param>
632       <exception cref="T:System.ArgumentOutOfRangeException">
633         <paramref name="index" /> is not a valid index in the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />. </exception>
634       <exception cref="T:System.NotSupportedException">The property is set and the <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> is read-only. </exception>
635     </member>
636     <member name="M:System.Xml.Serialization.XmlElementAttributes.System#Collections#IList#Remove(System.Object)">
637       <summary>Removes the first occurrence of a specific object from the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />.</summary>
638       <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> is read-only.-or- The <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> has a fixed size. </exception>
639     </member>
640     <member name="T:System.Xml.Serialization.XmlEnumAttribute">
641       <summary>Controls how the <see cref="T:System.Xml.Serialization.XmlSerializer" /> serializes an enumeration member.</summary>
642     </member>
643     <member name="M:System.Xml.Serialization.XmlEnumAttribute.#ctor">
644       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlEnumAttribute" /> class.</summary>
645     </member>
646     <member name="M:System.Xml.Serialization.XmlEnumAttribute.#ctor(System.String)">
647       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlEnumAttribute" /> class, and specifies the XML value that the <see cref="T:System.Xml.Serialization.XmlSerializer" /> generates or recognizes (when it serializes or deserializes the enumeration, respectively).</summary>
648       <param name="name">The overriding name of the enumeration member. </param>
649     </member>
650     <member name="P:System.Xml.Serialization.XmlEnumAttribute.Name">
651       <summary>Gets or sets the value generated in an XML-document instance when the <see cref="T:System.Xml.Serialization.XmlSerializer" /> serializes an enumeration, or the value recognized when it deserializes the enumeration member.</summary>
652       <returns>The value generated in an XML-document instance when the <see cref="T:System.Xml.Serialization.XmlSerializer" /> serializes the enumeration, or the value recognized when it is deserializes the enumeration member.</returns>
653     </member>
654     <member name="T:System.Xml.Serialization.XmlIgnoreAttribute">
655       <summary>Instructs the <see cref="M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object)" /> method of the <see cref="T:System.Xml.Serialization.XmlSerializer" /> not to serialize the public field or public read/write property value.</summary>
656     </member>
657     <member name="M:System.Xml.Serialization.XmlIgnoreAttribute.#ctor">
658       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlIgnoreAttribute" /> class.</summary>
659     </member>
660     <member name="T:System.Xml.Serialization.XmlIncludeAttribute">
661       <summary>Allows the <see cref="T:System.Xml.Serialization.XmlSerializer" /> to recognize a type when it serializes or deserializes an object.</summary>
662     </member>
663     <member name="M:System.Xml.Serialization.XmlIncludeAttribute.#ctor(System.Type)">
664       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlIncludeAttribute" /> class.</summary>
665       <param name="type">The <see cref="T:System.Type" /> of the object to include. </param>
666     </member>
667     <member name="P:System.Xml.Serialization.XmlIncludeAttribute.Type">
668       <summary>Gets or sets the type of the object to include.</summary>
669       <returns>The <see cref="T:System.Type" /> of the object to include.</returns>
670     </member>
671     <member name="T:System.Xml.Serialization.XmlNamespaceDeclarationsAttribute">
672       <summary>Specifies that the target property, parameter, return value, or class member contains prefixes associated with namespaces that are used within an XML document.</summary>
673     </member>
674     <member name="M:System.Xml.Serialization.XmlNamespaceDeclarationsAttribute.#ctor">
675       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlNamespaceDeclarationsAttribute" /> class.</summary>
676     </member>
677     <member name="T:System.Xml.Serialization.XmlRootAttribute">
678       <summary>Controls XML serialization of the attribute target as an XML root element.</summary>
679     </member>
680     <member name="M:System.Xml.Serialization.XmlRootAttribute.#ctor">
681       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlRootAttribute" /> class.</summary>
682     </member>
683     <member name="M:System.Xml.Serialization.XmlRootAttribute.#ctor(System.String)">
684       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlRootAttribute" /> class and specifies the name of the XML root element.</summary>
685       <param name="elementName">The name of the XML root element. </param>
686     </member>
687     <member name="P:System.Xml.Serialization.XmlRootAttribute.DataType">
688       <summary>Gets or sets the XSD data type of the XML root element.</summary>
689       <returns>An XSD (XML Schema Document) data type, as defined by the World Wide Web Consortium (www.w3.org) document named "XML Schema: DataTypes".</returns>
690     </member>
691     <member name="P:System.Xml.Serialization.XmlRootAttribute.ElementName">
692       <summary>Gets or sets the name of the XML element that is generated and recognized by the <see cref="T:System.Xml.Serialization.XmlSerializer" /> class's <see cref="M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object)" /> and <see cref="M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.Stream)" /> methods, respectively.</summary>
693       <returns>The name of the XML root element that is generated and recognized in an XML-document instance. The default is the name of the serialized class.</returns>
694     </member>
695     <member name="P:System.Xml.Serialization.XmlRootAttribute.IsNullable">
696       <summary>Gets or sets a value that indicates whether the <see cref="T:System.Xml.Serialization.XmlSerializer" /> must serialize a member that is set to null into the xsi:nil attribute set to true.</summary>
697       <returns>true if the <see cref="T:System.Xml.Serialization.XmlSerializer" /> generates the xsi:nil attribute; otherwise, false.</returns>
698     </member>
699     <member name="P:System.Xml.Serialization.XmlRootAttribute.Namespace">
700       <summary>Gets or sets the namespace for the XML root element.</summary>
701       <returns>The namespace for the XML element.</returns>
702     </member>
703     <member name="T:System.Xml.Serialization.XmlSerializer">
704       <summary>Serializes and deserializes objects into and from XML documents. The <see cref="T:System.Xml.Serialization.XmlSerializer" /> enables you to control how objects are encoded into XML.</summary>
705     </member>
706     <member name="M:System.Xml.Serialization.XmlSerializer.#ctor">
707       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializer" /> class.</summary>
708     </member>
709     <member name="M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type)">
710       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializer" /> class that can serialize objects of the specified type into XML documents, and deserialize XML documents into objects of the specified type.</summary>
711       <param name="type">The type of the object that this <see cref="T:System.Xml.Serialization.XmlSerializer" /> can serialize. </param>
712     </member>
713     <member name="M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.String)">
714       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializer" /> class that can serialize objects of the specified type into XML documents, and deserialize XML documents into objects of the specified type. Specifies the default namespace for all the XML elements.</summary>
715       <param name="type">The type of the object that this <see cref="T:System.Xml.Serialization.XmlSerializer" /> can serialize. </param>
716       <param name="defaultNamespace">The default namespace to use for all the XML elements. </param>
717     </member>
718     <member name="M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Type[])">
719       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializer" /> class that can serialize objects of the specified type into XML documents, and deserialize XML documents into object of a specified type. If a property or field returns an array, the <paramref name="extraTypes" /> parameter specifies objects that can be inserted into the array.</summary>
720       <param name="type">The type of the object that this <see cref="T:System.Xml.Serialization.XmlSerializer" /> can serialize. </param>
721       <param name="extraTypes">A <see cref="T:System.Type" /> array of additional object types to serialize. </param>
722     </member>
723     <member name="M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides)">
724       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializer" /> class that can serialize objects of the specified type into XML documents, and deserialize XML documents into objects of the specified type. Each object to be serialized can itself contain instances of classes, which this overload can override with other classes.</summary>
725       <param name="type">The type of the object to serialize. </param>
726       <param name="overrides">An <see cref="T:System.Xml.Serialization.XmlAttributeOverrides" />. </param>
727     </member>
728     <member name="M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String)">
729       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializer" /> class that can serialize objects of type <see cref="T:System.Object" /> into XML document instances, and deserialize XML document instances into objects of type <see cref="T:System.Object" />. Each object to be serialized can itself contain instances of classes, which this overload overrides with other classes. This overload also specifies the default namespace for all the XML elements and the class to use as the XML root element.</summary>
730       <param name="type">The type of the object that this <see cref="T:System.Xml.Serialization.XmlSerializer" /> can serialize. </param>
731       <param name="overrides">An <see cref="T:System.Xml.Serialization.XmlAttributeOverrides" /> that extends or overrides the behavior of the class specified in the <paramref name="type" /> parameter. </param>
732       <param name="extraTypes">A <see cref="T:System.Type" /> array of additional object types to serialize. </param>
733       <param name="root">An <see cref="T:System.Xml.Serialization.XmlRootAttribute" /> that defines the XML root element properties. </param>
734       <param name="defaultNamespace">The default namespace of all XML elements in the XML document. </param>
735     </member>
736     <member name="M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlRootAttribute)">
737       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializer" /> class that can serialize objects of the specified type into XML documents, and deserialize an XML document into object of the specified type. It also specifies the class to use as the XML root element.</summary>
738       <param name="type">The type of the object that this <see cref="T:System.Xml.Serialization.XmlSerializer" /> can serialize. </param>
739       <param name="root">An <see cref="T:System.Xml.Serialization.XmlRootAttribute" /> that represents the XML root element. </param>
740     </member>
741     <member name="M:System.Xml.Serialization.XmlSerializer.CanDeserialize(System.Xml.XmlReader)">
742       <summary>Gets a value that indicates whether this <see cref="T:System.Xml.Serialization.XmlSerializer" /> can deserialize a specified XML document.</summary>
743       <returns>true if this <see cref="T:System.Xml.Serialization.XmlSerializer" /> can deserialize the object that the <see cref="T:System.Xml.XmlReader" /> points to; otherwise, false.</returns>
744       <param name="xmlReader">An <see cref="T:System.Xml.XmlReader" /> that points to the document to deserialize. </param>
745     </member>
746     <member name="M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.Stream)">
747       <summary>Deserializes the XML document contained by the specified <see cref="T:System.IO.Stream" />.</summary>
748       <returns>The <see cref="T:System.Object" /> being deserialized.</returns>
749       <param name="stream">The <see cref="T:System.IO.Stream" /> that contains the XML document to deserialize. </param>
750     </member>
751     <member name="M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.TextReader)">
752       <summary>Deserializes the XML document contained by the specified <see cref="T:System.IO.TextReader" />.</summary>
753       <returns>The <see cref="T:System.Object" /> being deserialized.</returns>
754       <param name="textReader">The <see cref="T:System.IO.TextReader" /> that contains the XML document to deserialize. </param>
755       <exception cref="T:System.InvalidOperationException">An error occurred during deserialization. The original exception is available using the <see cref="P:System.Exception.InnerException" /> property. </exception>
756     </member>
757     <member name="M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader)">
758       <summary>Deserializes the XML document contained by the specified <see cref="T:System.xml.XmlReader" />.</summary>
759       <returns>The <see cref="T:System.Object" /> being deserialized.</returns>
760       <param name="xmlReader">The <see cref="T:System.xml.XmlReader" /> that contains the XML document to deserialize. </param>
761       <exception cref="T:System.InvalidOperationException">An error occurred during deserialization. The original exception is available using the <see cref="P:System.Exception.InnerException" /> property. </exception>
762     </member>
763     <member name="M:System.Xml.Serialization.XmlSerializer.FromTypes(System.Type[])">
764       <summary>Returns an array of <see cref="T:System.Xml.Serialization.XmlSerializer" /> objects created from an array of types.</summary>
765       <returns>An array of <see cref="T:System.Xml.Serialization.XmlSerializer" /> objects.</returns>
766       <param name="types">An array of <see cref="T:System.Type" /> objects. </param>
767     </member>
768     <member name="M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object)">
769       <summary>Serializes the specified <see cref="T:System.Object" /> and writes the XML document to a file using the specified <see cref="T:System.IO.Stream" />.</summary>
770       <param name="stream">The <see cref="T:System.IO.Stream" /> used to write the XML document. </param>
771       <param name="o">The <see cref="T:System.Object" /> to serialize. </param>
772       <exception cref="T:System.InvalidOperationException">An error occurred during serialization. The original exception is available using the <see cref="P:System.Exception.InnerException" /> property. </exception>
773     </member>
774     <member name="M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object,System.Xml.Serialization.XmlSerializerNamespaces)">
775       <summary>Serializes the specified <see cref="T:System.Object" /> and writes the XML document to a file using the specified <see cref="T:System.IO.Stream" />that references the specified namespaces.</summary>
776       <param name="stream">The <see cref="T:System.IO.Stream" /> used to write the XML document. </param>
777       <param name="o">The <see cref="T:System.Object" /> to serialize. </param>
778       <param name="namespaces">The <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces" /> referenced by the object. </param>
779       <exception cref="T:System.InvalidOperationException">An error occurred during serialization. The original exception is available using the <see cref="P:System.Exception.InnerException" /> property. </exception>
780     </member>
781     <member name="M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object)">
782       <summary>Serializes the specified <see cref="T:System.Object" /> and writes the XML document to a file using the specified <see cref="T:System.IO.TextWriter" />.</summary>
783       <param name="textWriter">The <see cref="T:System.IO.TextWriter" /> used to write the XML document. </param>
784       <param name="o">The <see cref="T:System.Object" /> to serialize. </param>
785     </member>
786     <member name="M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces)">
787       <summary>Serializes the specified <see cref="T:System.Object" /> and writes the XML document to a file using the specified <see cref="T:System.IO.TextWriter" /> and references the specified namespaces.</summary>
788       <param name="textWriter">The <see cref="T:System.IO.TextWriter" /> used to write the XML document. </param>
789       <param name="o">The <see cref="T:System.Object" /> to serialize. </param>
790       <param name="namespaces">The <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces" /> that contains namespaces for the generated XML document. </param>
791       <exception cref="T:System.InvalidOperationException">An error occurred during serialization. The original exception is available using the <see cref="P:System.Exception.InnerException" /> property. </exception>
792     </member>
793     <member name="M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object)">
794       <summary>Serializes the specified <see cref="T:System.Object" /> and writes the XML document to a file using the specified <see cref="T:System.Xml.XmlWriter" />.</summary>
795       <param name="xmlWriter">The <see cref="T:System.xml.XmlWriter" /> used to write the XML document. </param>
796       <param name="o">The <see cref="T:System.Object" /> to serialize. </param>
797       <exception cref="T:System.InvalidOperationException">An error occurred during serialization. The original exception is available using the <see cref="P:System.Exception.InnerException" /> property. </exception>
798     </member>
799     <member name="M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces)">
800       <summary>Serializes the specified <see cref="T:System.Object" /> and writes the XML document to a file using the specified <see cref="T:System.Xml.XmlWriter" /> and references the specified namespaces.</summary>
801       <param name="xmlWriter">The <see cref="T:System.xml.XmlWriter" /> used to write the XML document. </param>
802       <param name="o">The <see cref="T:System.Object" /> to serialize. </param>
803       <param name="namespaces">The <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces" /> referenced by the object. </param>
804       <exception cref="T:System.InvalidOperationException">An error occurred during serialization. The original exception is available using the <see cref="P:System.Exception.InnerException" /> property. </exception>
805     </member>
806     <member name="T:System.Xml.Serialization.XmlSerializerNamespaces">
807       <summary>Contains the XML namespaces and prefixes that the <see cref="T:System.Xml.Serialization.XmlSerializer" /> uses to generate qualified names in an XML-document instance.</summary>
808     </member>
809     <member name="M:System.Xml.Serialization.XmlSerializerNamespaces.#ctor">
810       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces" /> class.</summary>
811     </member>
812     <member name="M:System.Xml.Serialization.XmlSerializerNamespaces.#ctor(System.Xml.Serialization.XmlSerializerNamespaces)">
813       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces" /> class, using the specified instance of XmlSerializerNamespaces containing the collection of prefix and namespace pairs.</summary>
814       <param name="namespaces">An instance of the <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces" />containing the namespace and prefix pairs. </param>
815     </member>
816     <member name="M:System.Xml.Serialization.XmlSerializerNamespaces.#ctor(System.Xml.XmlQualifiedName[])">
817       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces" /> class.</summary>
818       <param name="namespaces">An array of <see cref="T:System.Xml.XmlQualifiedName" /> objects. </param>
819     </member>
820     <member name="M:System.Xml.Serialization.XmlSerializerNamespaces.Add(System.String,System.String)">
821       <summary>Adds a prefix and namespace pair to an <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces" /> object.</summary>
822       <param name="prefix">The prefix associated with an XML namespace. </param>
823       <param name="ns">An XML namespace. </param>
824     </member>
825     <member name="P:System.Xml.Serialization.XmlSerializerNamespaces.Count">
826       <summary>Gets the number of prefix and namespace pairs in the collection.</summary>
827       <returns>The number of prefix and namespace pairs in the collection.</returns>
828     </member>
829     <member name="M:System.Xml.Serialization.XmlSerializerNamespaces.ToArray">
830       <summary>Gets the array of prefix and namespace pairs in an <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces" /> object.</summary>
831       <returns>An array of <see cref="T:System.Xml.XmlQualifiedName" /> objects that are used as qualified names in an XML document.</returns>
832     </member>
833     <member name="T:System.Xml.Serialization.XmlTextAttribute">
834       <summary>Indicates to the <see cref="T:System.Xml.Serialization.XmlSerializer" /> that the member must be treated as XML text when the class that contains it is serialized or deserialized.</summary>
835     </member>
836     <member name="M:System.Xml.Serialization.XmlTextAttribute.#ctor">
837       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlTextAttribute" /> class.</summary>
838     </member>
839     <member name="M:System.Xml.Serialization.XmlTextAttribute.#ctor(System.Type)">
840       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlTextAttribute" /> class.</summary>
841       <param name="type">The <see cref="T:System.Type" /> of the member to be serialized. </param>
842     </member>
843     <member name="P:System.Xml.Serialization.XmlTextAttribute.DataType">
844       <summary>Gets or sets the XML Schema definition language (XSD) data type of the text generated by the <see cref="T:System.Xml.Serialization.XmlSerializer" />.</summary>
845       <returns>An XML Schema (XSD) data type, as defined by the World Wide Web Consortium (www.w3.org) document "XML Schema Part 2: Datatypes".</returns>
846       <exception cref="T:System.Exception">The XML Schema data type you have specified cannot be mapped to the .NET data type. </exception>
847       <exception cref="T:System.InvalidOperationException">The XML Schema data type you have specified is invalid for the property and cannot be converted to the member type. </exception>
848     </member>
849     <member name="P:System.Xml.Serialization.XmlTextAttribute.Type">
850       <summary>Gets or sets the type of the member.</summary>
851       <returns>The <see cref="T:System.Type" /> of the member.</returns>
852     </member>
853     <member name="T:System.Xml.Serialization.XmlTypeAttribute">
854       <summary>Controls the XML schema that is generated when the attribute target is serialized by the <see cref="T:System.Xml.Serialization.XmlSerializer" />.</summary>
855     </member>
856     <member name="M:System.Xml.Serialization.XmlTypeAttribute.#ctor">
857       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlTypeAttribute" /> class.</summary>
858     </member>
859     <member name="M:System.Xml.Serialization.XmlTypeAttribute.#ctor(System.String)">
860       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlTypeAttribute" /> class and specifies the name of the XML type.</summary>
861       <param name="typeName">The name of the XML type that the <see cref="T:System.Xml.Serialization.XmlSerializer" /> generates when it serializes the class instance (and recognizes when it deserializes the class instance). </param>
862     </member>
863     <member name="P:System.Xml.Serialization.XmlTypeAttribute.AnonymousType">
864       <summary>Gets or sets a value that determines whether the resulting schema type is an XSD anonymous type.</summary>
865       <returns>true, if the resulting schema type is an XSD anonymous type; otherwise, false.</returns>
866     </member>
867     <member name="P:System.Xml.Serialization.XmlTypeAttribute.IncludeInSchema">
868       <summary>Gets or sets a value that indicates whether to include the type in XML schema documents.</summary>
869       <returns>true to include the type in XML schema documents; otherwise, false.</returns>
870     </member>
871     <member name="P:System.Xml.Serialization.XmlTypeAttribute.Namespace">
872       <summary>Gets or sets the namespace of the XML type.</summary>
873       <returns>The namespace of the XML type.</returns>
874     </member>
875     <member name="P:System.Xml.Serialization.XmlTypeAttribute.TypeName">
876       <summary>Gets or sets the name of the XML type.</summary>
877       <returns>The name of the XML type.</returns>
878     </member>
879   </members>
880 </doc>