zs
2024-11-06 2f0fe710bf011d4f0051339bfbfebb597bff1a50
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Extensions.DependencyModel</name>
    </assembly>
    <members>
        <member name="P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.Runtime">
            <summary>
            The runtime ID associated with this group (may be empty if the group is runtime-agnostic)
            </summary>
        </member>
        <member name="P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.AssetPaths">
            <summary>
            Gets a list of asset paths provided in this runtime group
            </summary>
        </member>
        <member name="P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.RuntimeFiles">
            <summary>
            Gets a list of RuntimeFiles provided in this runtime group
            </summary>
        </member>
    </members>
</doc>