[Build] Move netcoreapp ref assemblies to Tizen.NET.APIx
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API4 / build / tizen40 / ref / System.Resources.Reader.xml
1 <?xml version="1.0" encoding="utf-8"?><span>
2 <doc>
3   <assembly>
4     <name>System.Resources.Reader</name>
5   </assembly>
6   <members>
7     <member name="T:System.Resources.ResourceReader">
8       <summary>Enumerates the resources in a binary resources (.resources) file by reading sequential resource name/value pairs.  Security Note: Calling methods in this class with untrusted data is a security risk. Call the methods in the class only with trusted data. For more information, see <see cref="https://docs.com/rick-anderson-1/8710/untrusted-data-security-risks">Untrusted Data Security Risks</see>.</summary>
9     </member>
10     <member name="M:System.Resources.ResourceReader.#ctor(System.IO.Stream)">
11       <summary>Initializes a new instance of the <see cref="T:System.Resources.ResourceReader"></see> class for the specified stream.</summary>
12       <param name="stream">The input stream for reading resources.</param>
13       <exception cref="T:System.ArgumentException">The <paramref name="stream">stream</paramref> parameter is not readable.</exception>
14       <exception cref="T:System.ArgumentNullException">The <paramref name="stream">stream</paramref> parameter is null.</exception>
15       <exception cref="T:System.IO.IOException">An I/O error has occurred while accessing <paramref name="stream">stream</paramref>.</exception>
16     </member>
17     <member name="M:System.Resources.ResourceReader.Dispose">
18       <summary>Releases all resources used by the current instance of the <see cref="T:System.Resources.ResourceReader"></see> class.</summary>
19     </member>
20     <member name="M:System.Resources.ResourceReader.GetEnumerator">
21       <summary>Returns an enumerator for this <see cref="T:System.Resources.ResourceReader"></see> object.</summary>
22       <returns>An enumerator for this <see cref="T:System.Resources.ResourceReader"></see> object.</returns>
23       <exception cref="T:System.InvalidOperationException">The reader has been closed or disposed, and cannot be accessed.</exception>
24     </member>
25   </members>
26 </doc></span>