Class ProfiledSegmentCollection
Inheritance
ProfiledSegmentCollection
Namespace: Unity.VisualScripting
Syntax
public class ProfiledSegmentCollection : KeyedCollection<string, ProfiledSegment>, IList<ProfiledSegment>, ICollection<ProfiledSegment>, IEnumerable<ProfiledSegment>, IList, 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, Unity.VisualScripting.ProfiledSegment>.GetKeyForItem(Unity.VisualScripting.ProfiledSegment)