qinjie
2023-12-19 15d15d24fbccb9b70a305b46b71453b2ab1a720e
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
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>MessagePack.Annotations</name>
    </assembly>
    <members>
        <member name="P:MessagePack.UnionAttribute.Key">
            <summary>
            Gets the distinguishing value that identifies a particular subtype.
            </summary>
        </member>
        <member name="P:MessagePack.UnionAttribute.SubType">
            <summary>
            Gets the derived or implementing type.
            </summary>
        </member>
        <member name="M:MessagePack.UnionAttribute.#ctor(System.Int32,System.Type)">
            <summary>
            Initializes a new instance of the <see cref="T:MessagePack.UnionAttribute"/> class.
            </summary>
            <param name="key">The distinguishing value that identifies a particular subtype.</param>
            <param name="subType">The derived or implementing type.</param>
        </member>
        <member name="M:MessagePack.UnionAttribute.#ctor(System.Int32,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:MessagePack.UnionAttribute"/> class.
            </summary>
            <param name="key">The distinguishing value that identifies a particular subtype.</param>
            <param name="subType">The full name (should be assembly qualified) of the derived or implementing type.</param>
        </member>
    </members>
</doc>