Class SolutionPlatformPartCollection
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
 - 
      objectSolutionPlatformPartCollection
 
- 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
itemSolutionPlatformPartThe element from which to extract the key.
Returns
- string
 The key for the specified element.