Class ProfiledSegmentCollection
Inheritance
ProfiledSegmentCollection
  Inherited Members
Namespace: Ludiq
Syntax
public class ProfiledSegmentCollection : KeyedCollection<string, ProfiledSegment>, IList<ProfiledSegment>, IList, IReadOnlyList<ProfiledSegment>, IReadOnlyCollection<ProfiledSegment>, IKeyedCollection<string, ProfiledSegment>, ICollection<ProfiledSegment>, IEnumerable<ProfiledSegment>, ICollection, IEnumerable
  Methods
GetKeyForItem(ProfiledSegment)
Declaration
protected override string GetKeyForItem(ProfiledSegment item)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ProfiledSegment | item | 
Returns
| Type | Description | 
|---|---|
| String | 
Overrides
System.Collections.ObjectModel.KeyedCollection<System.String, Ludiq.ProfiledSegment>.GetKeyForItem(Ludiq.ProfiledSegment)