CollectionExtensions.GetDefaultAssets Method

Definition

Gets an enumeration of assets where each asset has an empty runtime.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Collections::Generic::IEnumerable<System::String ^> ^ GetDefaultAssets(System::Collections::Generic::IEnumerable<Microsoft::Extensions::DependencyModel::RuntimeAssetGroup ^> ^ self);
public static System.Collections.Generic.IEnumerable<string> GetDefaultAssets (this System.Collections.Generic.IEnumerable<Microsoft.Extensions.DependencyModel.RuntimeAssetGroup> self);
static member GetDefaultAssets : seq<Microsoft.Extensions.DependencyModel.RuntimeAssetGroup> -> seq<string>
<Extension()>
Public Function GetDefaultAssets (self As IEnumerable(Of RuntimeAssetGroup)) As IEnumerable(Of String)

Parameters

self
IEnumerable<RuntimeAssetGroup>

The source enumeration of RuntimeAssetGroup.

Returns

An enumeration of assets, each with an empty Runtime.

Exceptions

self is null.

Applies to