Table of Contents

Class SolutionPlatformPartCollection

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

A collection of SolutionPlatformPart

[DataContract("SolutionPlatformPartCollection")]
public class SolutionPlatformPartCollection : KeyedCollection<string, SolutionPlatformPart>, IList<SolutionPlatformPart>, ICollection<SolutionPlatformPart>, IReadOnlyList<SolutionPlatformPart>, IReadOnlyCollection<SolutionPlatformPart>, IEnumerable<SolutionPlatformPart>, IList, ICollection, IEnumerable
Inheritance
SolutionPlatformPartCollection
Implements
Inherited Members
Extension Methods

Methods

GetKeyForItem(SolutionPlatformPart)

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

protected override string GetKeyForItem(SolutionPlatformPart item)

Parameters

item SolutionPlatformPart

The element from which to extract the key.

Returns

string

The key for the specified element.