Table of Contents

Class SolutionPlatformCollection

Namespace
Stride.Core.Assets
Assembly
Stride.Core.Assets.dll

A collection of SolutionPlatform.

public sealed class SolutionPlatformCollection : KeyedCollection<PlatformType, SolutionPlatform>, IList<SolutionPlatform>, ICollection<SolutionPlatform>, IReadOnlyList<SolutionPlatform>, IReadOnlyCollection<SolutionPlatform>, IEnumerable<SolutionPlatform>, IList, ICollection, IEnumerable
Inheritance
SolutionPlatformCollection
Implements
Inherited Members
Extension Methods

Methods

GetKeyForItem(SolutionPlatform)

When implemented in a derived class, extracts the key from the specified element.

protected override PlatformType GetKeyForItem(SolutionPlatform item)

Parameters

item SolutionPlatform

The element from which to extract the key.

Returns

PlatformType

The key for the specified element.