Class ReadOnlyDictionary<K, T>.ValueCollection | Unity Reflect | 1.0.0-preview.11
docs.unity3d.com
    Show / Hide Table of Contents

    Class ReadOnlyDictionary<K, T>.ValueCollection

    Inheritance
    Object
    ReadOnlyDictionary<K, T>.ValueCollection
    Namespace: Unity.Labs.Utils
    Syntax
    public class ValueCollection : ICollection<T>, IEnumerable<T>, ICollection, IEnumerable

    Constructors

    ValueCollection(Dictionary<K, T>.ValueCollection)

    Declaration
    public ValueCollection(Dictionary<K, T>.ValueCollection values)
    Parameters
    Type Name Description
    Dictionary.ValueCollection<> values

    Properties

    IsReadOnly

    Declaration
    public bool IsReadOnly { get; }
    Property Value
    Type Description
    Boolean

    IsSynchronized

    Declaration
    public bool IsSynchronized { get; }
    Property Value
    Type Description
    Boolean

    SyncRoot

    Declaration
    public object SyncRoot { get; }
    Property Value
    Type Description
    Object

    Methods

    Add(T)

    Declaration
    public void Add(T item)
    Parameters
    Type Name Description
    T item

    Clear()

    Declaration
    public void Clear()

    Contains(T)

    Declaration
    public bool Contains(T item)
    Parameters
    Type Name Description
    T item
    Returns
    Type Description
    Boolean

    CopyTo(T[], Int32)

    Declaration
    public void CopyTo(T[] array, int arrayIndex)
    Parameters
    Type Name Description
    T[] array
    Int32 arrayIndex

    CopyTo(Array, Int32)

    Declaration
    public void CopyTo(Array array, int index)
    Parameters
    Type Name Description
    Array array
    Int32 index

    GetEnumerator()

    Declaration
    public IEnumerator<T> GetEnumerator()
    Returns
    Type Description
    IEnumerator<T>

    Remove(T)

    Declaration
    public bool Remove(T item)
    Parameters
    Type Name Description
    T item
    Returns
    Type Description
    Boolean

    Extension Methods

    CollectionExtensions.Stringify<T>(ICollection<T>)
    In This Article
    • Constructors
      • ValueCollection(Dictionary<K, T>.ValueCollection)
    • Properties
      • IsReadOnly
      • IsSynchronized
      • SyncRoot
    • Methods
      • Add(T)
      • Clear()
      • Contains(T)
      • CopyTo(T[], Int32)
      • CopyTo(Array, Int32)
      • GetEnumerator()
      • Remove(T)
    • Extension Methods
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023