docs.unity.cn
    Show / Hide Table of Contents

    Class ProfiledSegmentCollection

    Inheritance
    Object
    Collection<ProfiledSegment>
    KeyedCollection<String, ProfiledSegment>
    ProfiledSegmentCollection
    Inherited Members
    KeyedCollection<String, ProfiledSegment>.Contains(String)
    KeyedCollection<String, ProfiledSegment>.Remove(String)
    KeyedCollection<String, ProfiledSegment>.ChangeItemKey(ProfiledSegment, String)
    KeyedCollection<String, ProfiledSegment>.ClearItems()
    KeyedCollection<String, ProfiledSegment>.GetKeyForItem(ProfiledSegment)
    KeyedCollection<String, ProfiledSegment>.InsertItem(Int32, ProfiledSegment)
    KeyedCollection<String, ProfiledSegment>.RemoveItem(Int32)
    KeyedCollection<String, ProfiledSegment>.SetItem(Int32, ProfiledSegment)
    KeyedCollection<String, ProfiledSegment>.Comparer
    KeyedCollection<String, ProfiledSegment>.Item[String]
    KeyedCollection<String, ProfiledSegment>.Dictionary
    Collection<ProfiledSegment>.Add(ProfiledSegment)
    Collection<ProfiledSegment>.Clear()
    Collection<ProfiledSegment>.CopyTo(ProfiledSegment[], Int32)
    Collection<ProfiledSegment>.Contains(ProfiledSegment)
    Collection<ProfiledSegment>.GetEnumerator()
    Collection<ProfiledSegment>.IndexOf(ProfiledSegment)
    Collection<ProfiledSegment>.Insert(Int32, ProfiledSegment)
    Collection<ProfiledSegment>.Remove(ProfiledSegment)
    Collection<ProfiledSegment>.RemoveAt(Int32)
    Collection<ProfiledSegment>.ClearItems()
    Collection<ProfiledSegment>.InsertItem(Int32, ProfiledSegment)
    Collection<ProfiledSegment>.RemoveItem(Int32)
    Collection<ProfiledSegment>.SetItem(Int32, ProfiledSegment)
    Collection<ProfiledSegment>.IEnumerable.GetEnumerator()
    Collection<ProfiledSegment>.ICollection.CopyTo(Array, Int32)
    System.Collections.ObjectModel.Collection<Unity.VisualScripting.ProfiledSegment>.System.Collections.IList.get_Item(System.Int32)
    System.Collections.ObjectModel.Collection<Unity.VisualScripting.ProfiledSegment>.System.Collections.IList.set_Item(System.Int32, System.Object)
    Collection<ProfiledSegment>.IList.Add(Object)
    Collection<ProfiledSegment>.IList.Contains(Object)
    Collection<ProfiledSegment>.IList.IndexOf(Object)
    System.Collections.ObjectModel.Collection<Unity.VisualScripting.ProfiledSegment>.System.Collections.IList.Insert(System.Int32, System.Object)
    Collection<ProfiledSegment>.IList.Remove(Object)
    Collection<ProfiledSegment>.Count
    Collection<ProfiledSegment>.Items
    Collection<ProfiledSegment>.Item[Int32]
    Collection<ProfiledSegment>.ICollection<ProfiledSegment>.IsReadOnly
    Collection<ProfiledSegment>.ICollection.IsSynchronized
    Collection<ProfiledSegment>.ICollection.SyncRoot
    Collection<ProfiledSegment>.IList.Item[Int32]
    Collection<ProfiledSegment>.IList.IsReadOnly
    Collection<ProfiledSegment>.IList.IsFixedSize
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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)

    Extension Methods

    XAnalyserProvider.Analyser(Object, IGraphContext)
    XAnalyserProvider.Analyser<TAnalyser>(Object, IGraphContext)
    XAnalyserProvider.Analysis(Object, IGraphContext)
    XAnalyserProvider.Analysis<TAnalysis>(Object, IGraphContext)
    XAnalyserProvider.Analyser(Object, GraphReference)
    XAnalyserProvider.Analyser<TAnalyser>(Object, GraphReference)
    XAnalyserProvider.Analysis(Object, GraphReference)
    XAnalyserProvider.Analysis<TAnalysis>(Object, GraphReference)
    XDescriptorProvider.Describe(Object)
    XDescriptorProvider.HasDescriptor(Object)
    XDescriptorProvider.Descriptor(Object)
    XDescriptorProvider.Descriptor<TDescriptor>(Object)
    XDescriptorProvider.Description(Object)
    XDescriptorProvider.Description<TDescription>(Object)
    EditorLinqUtility.Cancellable<T>(IEnumerable<T>, CancellationToken)
    EditorLinqUtility.Cancellable<T>(IEnumerable<T>, CancellationToken, Action)
    SearchUtility.OrderableSearchFilter<THaystack, TResult>(IEnumerable<THaystack>, Func<THaystack, TResult>, String, Func<THaystack, String>)
    SearchUtility.OrderableSearchFilter<T>(IEnumerable<T>, String, Func<T, String>)
    SearchUtility.OrderableSearchFilter<THaystack, TResult>(IEnumerable<THaystack>, Func<THaystack, TResult>, String, Func<THaystack, String>, Func<THaystack, String>)
    SearchUtility.OrderableSearchFilter<T>(IEnumerable<T>, String, Func<T, String>, Func<T, String>)
    SearchUtility.UnorderedSearchFilter<T>(IEnumerable<T>, String, Func<T, String>)
    SearchUtility.OrderedSearchFilter<T>(IEnumerable<T>, String, Func<T, String>)
    UnitBase.WithoutInheritedDuplicates<T>(IEnumerable<T>, Func<T, IUnitOption>, CancellationToken)
    Cloning.Clone(Object, ICloner, Boolean)
    Cloning.Clone<T>(T, ICloner, Boolean)
    Cloning.CloneViaFakeSerialization(Object)
    Cloning.CloneViaFakeSerialization<T>(T)
    XArrayPool.ToArrayPooled<T>(IEnumerable<T>)
    XHashSetPool.ToHashSetPooled<T>(IEnumerable<T>)
    XListPool.ToListPooled<T>(IEnumerable<T>)
    ConversionUtility.IsConvertibleTo(Object, Type, Boolean)
    ConversionUtility.IsConvertibleTo<T>(Object, Boolean)
    ConversionUtility.ConvertTo(Object, Type)
    ConversionUtility.ConvertTo<T>(Object)
    TypeUtility.ToShortString(Object, Int32)
    Serialization.CloneViaSerialization<T>(T, Boolean)
    Serialization.CloneViaSerializationInto<TSource, TDestination>(TSource, ref TDestination, Boolean)
    Serialization.Serialize(Object, Boolean)
    LinqUtility.DistinctBy<T, TKey>(IEnumerable<T>, Func<T, TKey>)
    LinqUtility.NotNull<T>(IEnumerable<T>)
    LinqUtility.Yield<T>(T)
    LinqUtility.ToHashSet<T>(IEnumerable<T>)
    LinqUtility.AddRange<T>(ICollection<T>, IEnumerable<T>)
    LinqUtility.AddRange(IList, IEnumerable)
    LinqUtility.AsReadOnlyCollection<T>(IEnumerable<T>)
    LinqUtility.AsReadOnlyList<T>(IEnumerable<T>)
    LinqUtility.Flatten<T>(IEnumerable<T>, Func<T, IEnumerable<T>>)
    LinqUtility.OrderByDependencies<T>(IEnumerable<T>, Func<T, IEnumerable<T>>, Boolean)
    LinqUtility.OrderByDependers<T>(IEnumerable<T>, Func<T, IEnumerable<T>>, Boolean)
    LinqUtility.Catch<T>(IEnumerable<T>, Action<Exception>)
    LinqUtility.Catch<T>(IEnumerable<T>, ICollection<Exception>)
    LinqUtility.CatchAsLogError<T>(IEnumerable<T>, String)
    LinqUtility.CatchAsLogWarning<T>(IEnumerable<T>, String)
    StringUtility.ToSeparatedString(IEnumerable, String)
    StringUtility.ToCommaSeparatedString(IEnumerable)
    StringUtility.ToLineSeparatedString(IEnumerable)
    UnityObjectUtility.IsUnityNull(Object)
    UnityObjectUtility.ToSafeString(Object)
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, August 24, 2023