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

SurrogateSelector.xml « System.Runtime.Serialization « en « xml « apidocs « docs « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 812a666b336f2de3af83742c57b7afd7f59d9b2b (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE monodoc SYSTEM "http://www.go-mono.org/monodoc.dtd">
<monodoc language="en">
    <class name="System.Runtime.Serialization.SurrogateSelector" assembly="corlib">
        <summary>TODO</summary>
        <remarks>TODO</remarks>
        <constructor name="SurrogateSelector">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
        </constructor>
        <method name="GetSurrogate(System.Type, System.Runtime.Serialization.StreamingContext, System.Runtime.Serialization.ISurrogateSelector&amp;)">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="type">TODO</param>
            <param name="context">TODO</param>
            <param name="selector">TODO</param>
            <returns>TODO</returns>
        </method>
        <method name="GetNextSelector">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <returns>TODO</returns>
        </method>
        <method name="ChainSelector(System.Runtime.Serialization.ISurrogateSelector)">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="selector">TODO</param>
            <returns>TODO</returns>
        </method>
        <method name="RemoveSurrogate(System.Type, System.Runtime.Serialization.StreamingContext)">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="type">TODO</param>
            <param name="context">TODO</param>
            <returns>TODO</returns>
        </method>
        <method name="AddSurrogate(System.Type, System.Runtime.Serialization.StreamingContext, System.Runtime.Serialization.ISerializationSurrogate)">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="type">TODO</param>
            <param name="context">TODO</param>
            <param name="surrogate">TODO</param>
            <returns>TODO</returns>
        </method>
    </class>
</monodoc>