Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    TagCollection Class

    Namespace: Stride.Core.Assets
    Assembly: Stride.Core.Assets.dll

    A collection of tags.

    System.Object → System.Collections.Generic.List<System.String> → TagCollection
    Derived from TagCollection:

    [DataContract("TagCollection")]
    public class TagCollection : List<string>, IList<string>, ICollection<string>, IList, ICollection, IReadOnlyList<string>, IReadOnlyCollection<string>, IEnumerable<string>, IEnumerable

    Inherited Members

    System.Collections.Generic.List<System.String>.System.Collections.IList.get_Item(System.Int32)
    System.Collections.Generic.List<System.String>.System.Collections.IList.set_Item(System.Int32, System.Object)
    System.Collections.Generic.List<System.String>.Add(System.String)
    System.Collections.Generic.List<System.String>.System.Collections.IList.Add(System.Object)
    System.Collections.Generic.List<System.String>.AddRange(System.Collections.Generic.IEnumerable<System.String>)
    System.Collections.Generic.List<System.String>.AsReadOnly()
    System.Collections.Generic.List<System.String>.BinarySearch(System.Int32, System.Int32, System.String, System.Collections.Generic.IComparer<System.String>)
    System.Collections.Generic.List<System.String>.BinarySearch(System.String)
    System.Collections.Generic.List<System.String>.BinarySearch(System.String, System.Collections.Generic.IComparer<System.String>)
    System.Collections.Generic.List<System.String>.Clear()
    System.Collections.Generic.List<System.String>.Contains(System.String)
    System.Collections.Generic.List<System.String>.System.Collections.IList.Contains(System.Object)
    System.Collections.Generic.List<System.String>.ConvertAll<TOutput>(System.Converter<System.String, TOutput>)
    System.Collections.Generic.List<System.String>.CopyTo(System.String[])
    System.Collections.Generic.List<System.String>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.Generic.List<System.String>.CopyTo(System.Int32, System.String[], System.Int32, System.Int32)
    System.Collections.Generic.List<System.String>.CopyTo(System.String[], System.Int32)
    System.Collections.Generic.List<System.String>.Exists(System.Predicate<System.String>)
    System.Collections.Generic.List<System.String>.Find(System.Predicate<System.String>)
    System.Collections.Generic.List<System.String>.FindAll(System.Predicate<System.String>)
    System.Collections.Generic.List<System.String>.FindIndex(System.Predicate<System.String>)
    System.Collections.Generic.List<System.String>.FindIndex(System.Int32, System.Predicate<System.String>)
    System.Collections.Generic.List<System.String>.FindIndex(System.Int32, System.Int32, System.Predicate<System.String>)
    System.Collections.Generic.List<System.String>.FindLast(System.Predicate<System.String>)
    System.Collections.Generic.List<System.String>.FindLastIndex(System.Predicate<System.String>)
    System.Collections.Generic.List<System.String>.FindLastIndex(System.Int32, System.Predicate<System.String>)
    System.Collections.Generic.List<System.String>.FindLastIndex(System.Int32, System.Int32, System.Predicate<System.String>)
    System.Collections.Generic.List<System.String>.ForEach(System.Action<System.String>)
    System.Collections.Generic.List<System.String>.GetEnumerator()
    System.Collections.Generic.List<System.String>.System.Collections.Generic.IEnumerable<System.String>.GetEnumerator()
    System.Collections.Generic.List<System.String>.System.Collections.IEnumerable.GetEnumerator()
    System.Collections.Generic.List<System.String>.GetRange(System.Int32, System.Int32)
    System.Collections.Generic.List<System.String>.IndexOf(System.String)
    System.Collections.Generic.List<System.String>.System.Collections.IList.IndexOf(System.Object)
    System.Collections.Generic.List<System.String>.IndexOf(System.String, System.Int32)
    System.Collections.Generic.List<System.String>.IndexOf(System.String, System.Int32, System.Int32)
    System.Collections.Generic.List<System.String>.Insert(System.Int32, System.String)
    System.Collections.Generic.List<System.String>.System.Collections.IList.Insert(System.Int32, System.Object)
    System.Collections.Generic.List<System.String>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<System.String>)
    System.Collections.Generic.List<System.String>.LastIndexOf(System.String)
    System.Collections.Generic.List<System.String>.LastIndexOf(System.String, System.Int32)
    System.Collections.Generic.List<System.String>.LastIndexOf(System.String, System.Int32, System.Int32)
    System.Collections.Generic.List<System.String>.Remove(System.String)
    System.Collections.Generic.List<System.String>.System.Collections.IList.Remove(System.Object)
    System.Collections.Generic.List<System.String>.RemoveAll(System.Predicate<System.String>)
    System.Collections.Generic.List<System.String>.RemoveAt(System.Int32)
    System.Collections.Generic.List<System.String>.RemoveRange(System.Int32, System.Int32)
    System.Collections.Generic.List<System.String>.Reverse()
    System.Collections.Generic.List<System.String>.Reverse(System.Int32, System.Int32)
    System.Collections.Generic.List<System.String>.Sort()
    System.Collections.Generic.List<System.String>.Sort(System.Collections.Generic.IComparer<System.String>)
    System.Collections.Generic.List<System.String>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<System.String>)
    System.Collections.Generic.List<System.String>.Sort(System.Comparison<System.String>)
    System.Collections.Generic.List<System.String>.ToArray()
    System.Collections.Generic.List<System.String>.TrimExcess()
    System.Collections.Generic.List<System.String>.TrueForAll(System.Predicate<System.String>)
    System.Collections.Generic.List<System.String>.Capacity
    System.Collections.Generic.List<System.String>.Count
    System.Collections.Generic.List<System.String>.System.Collections.IList.IsFixedSize
    System.Collections.Generic.List<System.String>.System.Collections.Generic.ICollection<System.String>.IsReadOnly
    System.Collections.Generic.List<System.String>.System.Collections.IList.IsReadOnly
    System.Collections.Generic.List<System.String>.System.Collections.ICollection.IsSynchronized
    System.Collections.Generic.List<System.String>.System.Collections.ICollection.SyncRoot
    System.Collections.Generic.List<System.String>.Item[System.Int32]
    System.Collections.Generic.List<System.String>.System.Collections.IList.Item[System.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