CollectionExtensions.GetDefaultGroup(IEnumerable<RuntimeAssetGroup>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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);
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.