Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    IGameSystemCollection Interface

    Namespace: Stride.Games
    Assembly: Stride.Games.dll

    A list of game systems.

    public interface IGameSystemCollection : IList<IGameSystemBase>, ICollection<IGameSystemBase>, IReadOnlyList<IGameSystemBase>, IReadOnlyCollection<IGameSystemBase>, IEnumerable<IGameSystemBase>, IEnumerable

    Inherited Members

    System.Collections.Generic.IList<Stride.Games.IGameSystemBase>.IndexOf(Stride.Games.IGameSystemBase)
    System.Collections.Generic.IList<Stride.Games.IGameSystemBase>.Insert(System.Int32, Stride.Games.IGameSystemBase)
    System.Collections.Generic.IList<Stride.Games.IGameSystemBase>.RemoveAt(System.Int32)
    System.Collections.Generic.IList<Stride.Games.IGameSystemBase>.Item[System.Int32]
    System.Collections.Generic.ICollection<Stride.Games.IGameSystemBase>.Add(Stride.Games.IGameSystemBase)
    System.Collections.Generic.ICollection<Stride.Games.IGameSystemBase>.Clear()
    System.Collections.Generic.ICollection<Stride.Games.IGameSystemBase>.Contains(Stride.Games.IGameSystemBase)
    System.Collections.Generic.ICollection<Stride.Games.IGameSystemBase>.CopyTo(Stride.Games.IGameSystemBase[], System.Int32)
    System.Collections.Generic.ICollection<Stride.Games.IGameSystemBase>.Remove(Stride.Games.IGameSystemBase)
    System.Collections.Generic.ICollection<Stride.Games.IGameSystemBase>.Count
    System.Collections.Generic.ICollection<Stride.Games.IGameSystemBase>.IsReadOnly
    System.Collections.Generic.IEnumerable<Stride.Games.IGameSystemBase>.GetEnumerator()

    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