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