Class SolutionPlatformCollection
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
 - 
      objectSolutionPlatformCollection
 
- 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
itemSolutionPlatformThe element from which to extract the key.
Returns
- PlatformType
 The key for the specified element.