CollectionExtensions.GetDefaultGroup Method

Definition

Gets the first RuntimeAssetGroup with an empty Runtime.

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

Parameters

self
IEnumerable<RuntimeAssetGroup>

The source enumeration of RuntimeAssetGroup.

Returns

The first RuntimeAssetGroup with an empty Runtime, or null if none exists.

Exceptions

self is null.

Applies to