Редагувати

Поділитися через


RuntimeLibrary.RuntimeAssemblyGroups Property

Definition

Gets the list of runtime assembly groups for this library.

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::Extensions::DependencyModel::RuntimeAssetGroup ^> ^ RuntimeAssemblyGroups { System::Collections::Generic::IReadOnlyList<Microsoft::Extensions::DependencyModel::RuntimeAssetGroup ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.DependencyModel.RuntimeAssetGroup> RuntimeAssemblyGroups { get; }
member this.RuntimeAssemblyGroups : System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.DependencyModel.RuntimeAssetGroup>
Public ReadOnly Property RuntimeAssemblyGroups As IReadOnlyList(Of RuntimeAssetGroup)

Property Value

The list of runtime assembly groups for this library.

Applies to