Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ResourceReader.xml « System.Resources « en « xml « apidocs « docs « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5be53e6154d1ad50aee237fc799e096f5b4591ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE monodoc SYSTEM "http://www.go-mono.org/monodoc.dtd">
<monodoc language="en">
    <class name="System.Resources.ResourceReader" assembly="corlib">
        <summary>TODO</summary>
        <remarks>TODO</remarks>
        <constructor name="ResourceReader(System.IO.Stream)">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="stream">TODO</param>
        </constructor>
        <constructor name="ResourceReader(System.String)">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="fileName">TODO</param>
        </constructor>
        <method name="GetEnumerator">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <returns>TODO</returns>
        </method>
        <method name="Close">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <returns>TODO</returns>
        </method>
    </class>
</monodoc>