docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ProfiledSegmentCollection

    Inheritance
    object
    Collection<ProfiledSegment>
    KeyedCollection<string, ProfiledSegment>
    ProfiledSegmentCollection
    Implements
    IList<ProfiledSegment>
    ICollection<ProfiledSegment>
    IReadOnlyList<ProfiledSegment>
    IReadOnlyCollection<ProfiledSegment>
    IEnumerable<ProfiledSegment>
    IList
    ICollection
    IEnumerable
    Inherited Members
    KeyedCollection<string, ProfiledSegment>.ChangeItemKey(ProfiledSegment, string)
    KeyedCollection<string, ProfiledSegment>.ClearItems()
    KeyedCollection<string, ProfiledSegment>.Contains(string)
    KeyedCollection<string, ProfiledSegment>.GetKeyForItem(ProfiledSegment)
    KeyedCollection<string, ProfiledSegment>.InsertItem(int, ProfiledSegment)
    KeyedCollection<string, ProfiledSegment>.Remove(string)
    KeyedCollection<string, ProfiledSegment>.RemoveItem(int)
    KeyedCollection<string, ProfiledSegment>.SetItem(int, ProfiledSegment)
    KeyedCollection<string, ProfiledSegment>.TryGetValue(string, out ProfiledSegment)
    KeyedCollection<string, ProfiledSegment>.Comparer
    KeyedCollection<string, ProfiledSegment>.Dictionary
    KeyedCollection<string, ProfiledSegment>.this[string]
    Collection<ProfiledSegment>.Add(ProfiledSegment)
    Collection<ProfiledSegment>.Clear()
    Collection<ProfiledSegment>.ClearItems()
    Collection<ProfiledSegment>.Contains(ProfiledSegment)
    Collection<ProfiledSegment>.CopyTo(ProfiledSegment[], int)
    Collection<ProfiledSegment>.GetEnumerator()
    Collection<ProfiledSegment>.IndexOf(ProfiledSegment)
    Collection<ProfiledSegment>.Insert(int, ProfiledSegment)
    Collection<ProfiledSegment>.InsertItem(int, ProfiledSegment)
    Collection<ProfiledSegment>.Remove(ProfiledSegment)
    Collection<ProfiledSegment>.RemoveAt(int)
    Collection<ProfiledSegment>.RemoveItem(int)
    Collection<ProfiledSegment>.SetItem(int, ProfiledSegment)
    Collection<ProfiledSegment>.Count
    Collection<ProfiledSegment>.this[int]
    Collection<ProfiledSegment>.Items
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.VisualScripting
    Assembly: Unity.VisualScripting.Core.dll
    Syntax
    public class ProfiledSegmentCollection : KeyedCollection<string, ProfiledSegment>, IList<ProfiledSegment>, ICollection<ProfiledSegment>, IReadOnlyList<ProfiledSegment>, IReadOnlyCollection<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
    KeyedCollection<string, ProfiledSegment>.GetKeyForItem(ProfiledSegment)

    Implements

    IList<T>
    ICollection<T>
    IReadOnlyList<T>
    IReadOnlyCollection<T>
    IEnumerable<T>
    IList
    ICollection
    IEnumerable

    Extension Methods

    LinqUtility.AddRange<T>(ICollection<T>, IEnumerable<T>)
    LinqUtility.AddRange<T>(ICollection<T>, IEnumerable<T>)
    LinqUtility.AsReadOnlyCollection<T>(IEnumerable<T>)
    LinqUtility.AsReadOnlyCollection<T>(IEnumerable<T>)
    LinqUtility.AsReadOnlyList<T>(IEnumerable<T>)
    LinqUtility.AsReadOnlyList<T>(IEnumerable<T>)
    LinqUtility.CatchAsLogError<T>(IEnumerable<T>, string)
    LinqUtility.CatchAsLogError<T>(IEnumerable<T>, string)
    LinqUtility.CatchAsLogWarning<T>(IEnumerable<T>, string)
    LinqUtility.CatchAsLogWarning<T>(IEnumerable<T>, string)
    LinqUtility.Catch<T>(IEnumerable<T>, Action<Exception>)
    LinqUtility.Catch<T>(IEnumerable<T>, Action<Exception>)
    LinqUtility.Catch<T>(IEnumerable<T>, ICollection<Exception>)
    LinqUtility.Catch<T>(IEnumerable<T>, ICollection<Exception>)
    LinqUtility.DistinctBy<T, TKey>(IEnumerable<T>, Func<T, TKey>)
    LinqUtility.DistinctBy<T, TKey>(IEnumerable<T>, Func<T, TKey>)
    LinqUtility.Flatten<T>(IEnumerable<T>, Func<T, IEnumerable<T>>)
    LinqUtility.Flatten<T>(IEnumerable<T>, Func<T, IEnumerable<T>>)
    LinqUtility.NotNull<T>(IEnumerable<T>)
    LinqUtility.NotNull<T>(IEnumerable<T>)
    LinqUtility.OrderByDependencies<T>(IEnumerable<T>, Func<T, IEnumerable<T>>, bool)
    LinqUtility.OrderByDependencies<T>(IEnumerable<T>, Func<T, IEnumerable<T>>, bool)
    LinqUtility.OrderByDependers<T>(IEnumerable<T>, Func<T, IEnumerable<T>>, bool)
    LinqUtility.OrderByDependers<T>(IEnumerable<T>, Func<T, IEnumerable<T>>, bool)
    LinqUtility.ToHashSet<T>(IEnumerable<T>)
    LinqUtility.ToHashSet<T>(IEnumerable<T>)
    XArrayPool.ToArrayPooled<T>(IEnumerable<T>)
    XArrayPool.ToArrayPooled<T>(IEnumerable<T>)
    XHashSetPool.ToHashSetPooled<T>(IEnumerable<T>)
    XHashSetPool.ToHashSetPooled<T>(IEnumerable<T>)
    XListPool.ToListPooled<T>(IEnumerable<T>)
    XListPool.ToListPooled<T>(IEnumerable<T>)
    StringUtility.ToCommaSeparatedString(IEnumerable)
    StringUtility.ToCommaSeparatedString(IEnumerable)
    StringUtility.ToLineSeparatedString(IEnumerable)
    StringUtility.ToLineSeparatedString(IEnumerable)
    StringUtility.ToSeparatedString(IEnumerable, string)
    StringUtility.ToSeparatedString(IEnumerable, string)
    LinqUtility.AddRange(IList, IEnumerable)
    LinqUtility.AddRange(IList, IEnumerable)
    Cloning.Clone(object, ICloner, bool)
    Cloning.Clone(object, ICloner, bool)
    Cloning.CloneViaFakeSerialization(object)
    Cloning.CloneViaFakeSerialization(object)
    ConversionUtility.ConvertTo(object, Type)
    ConversionUtility.ConvertTo(object, Type)
    ConversionUtility.ConvertTo<T>(object)
    ConversionUtility.ConvertTo<T>(object)
    ConversionUtility.IsConvertibleTo(object, Type, bool)
    ConversionUtility.IsConvertibleTo(object, Type, bool)
    ConversionUtility.IsConvertibleTo<T>(object, bool)
    ConversionUtility.IsConvertibleTo<T>(object, bool)
    Serialization.Serialize(object, bool)
    Serialization.Serialize(object, bool)
    TypeUtility.ToShortString(object, int)
    TypeUtility.ToShortString(object, int)
    UnityObjectUtility.IsUnityNull(object)
    UnityObjectUtility.IsUnityNull(object)
    UnityObjectUtility.ToSafeString(object)
    UnityObjectUtility.ToSafeString(object)
    XAnalyserProvider.Analyser(object, GraphReference)
    XAnalyserProvider.Analyser(object, IGraphContext)
    XAnalyserProvider.Analyser<TAnalyser>(object, GraphReference)
    XAnalyserProvider.Analyser<TAnalyser>(object, IGraphContext)
    XAnalyserProvider.Analysis(object, GraphReference)
    XAnalyserProvider.Analysis(object, IGraphContext)
    XAnalyserProvider.Analysis<TAnalysis>(object, GraphReference)
    XAnalyserProvider.Analysis<TAnalysis>(object, IGraphContext)
    XDescriptorProvider.Describe(object)
    XDescriptorProvider.Description(object)
    XDescriptorProvider.Description<TDescription>(object)
    XDescriptorProvider.Descriptor(object)
    XDescriptorProvider.Descriptor<TDescriptor>(object)
    XDescriptorProvider.HasDescriptor(object)
    Cloning.CloneViaFakeSerialization<T>(T)
    Cloning.CloneViaFakeSerialization<T>(T)
    Cloning.Clone<T>(T, ICloner, bool)
    Cloning.Clone<T>(T, ICloner, bool)
    LinqUtility.Yield<T>(T)
    LinqUtility.Yield<T>(T)
    Serialization.CloneViaSerializationInto<TSource, TDestination>(TSource, ref TDestination, bool)
    Serialization.CloneViaSerializationInto<TSource, TDestination>(TSource, ref TDestination, bool)
    Serialization.CloneViaSerialization<T>(T, bool)
    Serialization.CloneViaSerialization<T>(T, bool)
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)