Table of Contents

Class SolutionConfigurationCollection

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

A collection of SolutionConfiguration

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

Methods

GetKeyForItem(SolutionConfiguration)

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

protected override string GetKeyForItem(SolutionConfiguration item)

Parameters

item SolutionConfiguration

The element from which to extract the key.

Returns

string

The key for the specified element.