Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    UIElementCollection Class

    Namespace: Stride.UI
    Assembly: Stride.UI.dll

    A collection of UIElements.

    System.Object → FastCollection<UIElement> → TrackingCollection<UIElement> → UIElementCollection
    Derived from UIElementCollection:

    [DataContract("UIElementCollection")]
    public class UIElementCollection : TrackingCollection<UIElement>, IList<UIElement>, ICollection<UIElement>, IReadOnlyList<UIElement>, IReadOnlyCollection<UIElement>, IEnumerable<UIElement>, IEnumerable, ITrackingCollectionChanged

    Inherited Members

    TrackingCollection<UIElement>.CollectionChanged
    TrackingCollection<UIElement>.InsertItem(Int32, UIElement)
    TrackingCollection<UIElement>.RemoveItem(Int32)
    TrackingCollection<UIElement>.ClearItems()
    TrackingCollection<UIElement>.ClearItemsEvents()
    TrackingCollection<UIElement>.SetItem(Int32, UIElement)
    FastCollection<UIElement>.Capacity
    FastCollection<UIElement>.Count
    FastCollection<UIElement>.Item[Int32]
    FastCollection<UIElement>.Add(UIElement)
    FastCollection<UIElement>.Clear()
    FastCollection<UIElement>.Contains(UIElement)
    FastCollection<UIElement>.CopyTo(UIElement[], Int32)
    FastCollection<UIElement>.IndexOf(UIElement)
    FastCollection<UIElement>.Insert(Int32, UIElement)
    FastCollection<UIElement>.Remove(UIElement)
    FastCollection<UIElement>.RemoveAt(Int32)
    FastCollection<UIElement>.IEnumerable<UIElement>.GetEnumerator()
    FastCollection<UIElement>.IEnumerable.GetEnumerator()
    FastCollection<UIElement>.AddRange<TE>(TE)
    FastCollection<UIElement>.GetEnumerator()
    FastCollection<UIElement>.Sort()
    FastCollection<UIElement>.Sort(IComparer<UIElement>)
    FastCollection<UIElement>.Sort(Int32, Int32, IComparer<UIElement>)
    FastCollection<UIElement>.ICollection<UIElement>.IsReadOnly
    FastCollection<UIElement>.EnsureCapacity(Int32)

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    ArrayExtensions.ComputeHash<T>(ICollection<T>, IEqualityComparer<T>)
    CollectionExtensions.SwapRemove<T>(IList<T>, T)
    CollectionExtensions.SwapRemoveAt<T>(IList<T>, Int32)
    CollectionExtensions.GetItemOrNull<T>(IList<T>, Int32)
    CollectionExtensions.IndexOf<T>(IReadOnlyList<T>, T)
    EnumerableExtensions.IsNullOrEmpty(IEnumerable)
    EnumerableExtensions.ForEach<T>(IEnumerable, Action<T>)
    EnumerableExtensions.ForEach<T>(IEnumerable<T>, Action<T>)
    EnumerableExtensions.IndexOf<T>(IEnumerable<T>, Func<T, Boolean>)
    EnumerableExtensions.LastIndexOf<T>(IEnumerable<T>, Func<T, Boolean>)
    EnumerableExtensions.NotNull<T>(IEnumerable<T>)
    EnumerableExtensions.ToHashCode<T>(IEnumerable<T>)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation