Class ProfiledSegmentCollection
Inheritance
System.Object
System.Collections.ObjectModel.Collection<ProfiledSegment>
ProfiledSegmentCollection
Implements
System.Collections.Generic.IList<ProfiledSegment>
System.Collections.Generic.ICollection<ProfiledSegment>
System.Collections.Generic.IReadOnlyList<ProfiledSegment>
System.Collections.Generic.IReadOnlyCollection<ProfiledSegment>
System.Collections.Generic.IEnumerable<ProfiledSegment>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.KeyedCollection<System.String, Bayat.Core.Profiling.ProfiledSegment>.ChangeItemKey(Bayat.Core.Profiling.ProfiledSegment, System.String)
System.Collections.ObjectModel.KeyedCollection<System.String, Bayat.Core.Profiling.ProfiledSegment>.ClearItems()
System.Collections.ObjectModel.KeyedCollection<System.String, Bayat.Core.Profiling.ProfiledSegment>.Contains(System.String)
System.Collections.ObjectModel.KeyedCollection<System.String, Bayat.Core.Profiling.ProfiledSegment>.GetKeyForItem(Bayat.Core.Profiling.ProfiledSegment)
System.Collections.ObjectModel.KeyedCollection<System.String, Bayat.Core.Profiling.ProfiledSegment>.InsertItem(System.Int32, Bayat.Core.Profiling.ProfiledSegment)
System.Collections.ObjectModel.KeyedCollection<System.String, Bayat.Core.Profiling.ProfiledSegment>.Remove(System.String)
System.Collections.ObjectModel.KeyedCollection<System.String, Bayat.Core.Profiling.ProfiledSegment>.RemoveItem(System.Int32)
System.Collections.ObjectModel.KeyedCollection<System.String, Bayat.Core.Profiling.ProfiledSegment>.SetItem(System.Int32, Bayat.Core.Profiling.ProfiledSegment)
System.Collections.ObjectModel.KeyedCollection<System.String, Bayat.Core.Profiling.ProfiledSegment>.Comparer
System.Collections.ObjectModel.KeyedCollection<System.String, Bayat.Core.Profiling.ProfiledSegment>.Dictionary
System.Collections.ObjectModel.KeyedCollection<System.String, Bayat.Core.Profiling.ProfiledSegment>.Item[System.String]
System.Collections.ObjectModel.Collection<Bayat.Core.Profiling.ProfiledSegment>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Bayat.Core.Profiling.ProfiledSegment>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Bayat.Core.Profiling.ProfiledSegment>.Add(Bayat.Core.Profiling.ProfiledSegment)
System.Collections.ObjectModel.Collection<Bayat.Core.Profiling.ProfiledSegment>.Clear()
System.Collections.ObjectModel.Collection<Bayat.Core.Profiling.ProfiledSegment>.ClearItems()
System.Collections.ObjectModel.Collection<Bayat.Core.Profiling.ProfiledSegment>.Contains(Bayat.Core.Profiling.ProfiledSegment)
System.Collections.ObjectModel.Collection<Bayat.Core.Profiling.ProfiledSegment>.CopyTo(Bayat.Core.Profiling.ProfiledSegment[], System.Int32)
System.Collections.ObjectModel.Collection<Bayat.Core.Profiling.ProfiledSegment>.GetEnumerator()
System.Collections.ObjectModel.Collection<Bayat.Core.Profiling.ProfiledSegment>.IndexOf(Bayat.Core.Profiling.ProfiledSegment)
System.Collections.ObjectModel.Collection<Bayat.Core.Profiling.ProfiledSegment>.Insert(System.Int32, Bayat.Core.Profiling.ProfiledSegment)
System.Collections.ObjectModel.Collection<Bayat.Core.Profiling.ProfiledSegment>.InsertItem(System.Int32, Bayat.Core.Profiling.ProfiledSegment)
System.Collections.ObjectModel.Collection<Bayat.Core.Profiling.ProfiledSegment>.Remove(Bayat.Core.Profiling.ProfiledSegment)
System.Collections.ObjectModel.Collection<Bayat.Core.Profiling.ProfiledSegment>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Bayat.Core.Profiling.ProfiledSegment>.RemoveItem(System.Int32)
System.Collections.ObjectModel.Collection<Bayat.Core.Profiling.ProfiledSegment>.SetItem(System.Int32, Bayat.Core.Profiling.ProfiledSegment)
System.Collections.ObjectModel.Collection<Bayat.Core.Profiling.ProfiledSegment>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Bayat.Core.Profiling.ProfiledSegment>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Bayat.Core.Profiling.ProfiledSegment>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Bayat.Core.Profiling.ProfiledSegment>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Bayat.Core.Profiling.ProfiledSegment>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Bayat.Core.Profiling.ProfiledSegment>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Bayat.Core.Profiling.ProfiledSegment>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Bayat.Core.Profiling.ProfiledSegment>.Count
System.Collections.ObjectModel.Collection<Bayat.Core.Profiling.ProfiledSegment>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Bayat.Core.Profiling.ProfiledSegment>.Items
System.Collections.ObjectModel.Collection<Bayat.Core.Profiling.ProfiledSegment>.System.Collections.Generic.ICollection<Bayat.Core.Profiling.ProfiledSegment>.IsReadOnly
System.Collections.ObjectModel.Collection<Bayat.Core.Profiling.ProfiledSegment>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Bayat.Core.Profiling.ProfiledSegment>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Bayat.Core.Profiling.ProfiledSegment>.System.Collections.IList.IsFixedSize
System.Collections.ObjectModel.Collection<Bayat.Core.Profiling.ProfiledSegment>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Bayat.Core.Profiling.ProfiledSegment>.System.Collections.IList.Item[System.Int32]
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Bayat.Core.Profiling
Assembly: Bayat.Core.Editor.dll
Syntax
public class ProfiledSegmentCollection : KeyedCollection<string, ProfiledSegment>, IList<ProfiledSegment>, ICollection<ProfiledSegment>, IReadOnlyList<ProfiledSegment>, IReadOnlyCollection<ProfiledSegment>, IEnumerable<ProfiledSegment>, IList, ICollection, IEnumerable
Methods
| Improve this Doc View SourceGetKeyForItem(ProfiledSegment)
Declaration
protected override string GetKeyForItem(ProfiledSegment item)
Parameters
Type | Name | Description |
---|---|---|
ProfiledSegment | item |
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Collections.ObjectModel.KeyedCollection<System.String, Bayat.Core.Profiling.ProfiledSegment>.GetKeyForItem(Bayat.Core.Profiling.ProfiledSegment)
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable