docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class PortList<T>

    Class PortList. Implements the IList<T> Implements the IList

    Inheritance
    object
    PortList<T>
    Implements
    IList<T>
    ICollection<T>
    IEnumerable<T>
    IList
    ICollection
    IEnumerable
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Mechatronics.SystemGraph
    Assembly: solution.dll
    Syntax
    [Serializable]
    public class PortList<T> : IList<T>, ICollection<T>, IEnumerable<T>, IList, ICollection, IEnumerable
    Type Parameters
    Name Description
    T

    Properties

    Name Description
    Count

    Gets the count.

    IsFixedSize

    Gets a value indicating whether this instance is fixed size.

    IsReadOnly

    Gets a value indicating whether this instance is read only.

    IsSynchronized

    Gets a value indicating whether this instance is synchronized.

    this[int]

    Gets or sets the value at index.

    SyncRoot

    Gets the synchronize root.

    Methods

    Name Description
    Add(T)

    Adds the specified item.

    Clear()

    Clears this instance.

    Contains(T)

    Determines whether this instance contains the object.

    CopyTo(T[], int)

    Copies to.

    GetEnumerator()

    Gets the enumerator.

    IndexOf(T)

    Returns the index of an item.

    Insert(int, T)

    Inserts the specified index.

    Remove(T)

    Removes the specified item.

    RemoveAt(int)

    Removes at.

    See Also

    IList<T>
    IList
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)