Show / Hide Table of Contents

    Class MiscellaneousRoundBarEndList

    Inheritance
    object
    MiscellaneousRoundBarEndList
    Implements
    IEnumerable<MiscellaneousRoundBarEnd>
    IEnumerable
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: DesignData.SDS2.Model
    Assembly: DesignData.SDS2.Model.dll
    Syntax
    public class MiscellaneousRoundBarEndList : IEnumerable<MiscellaneousRoundBarEnd>, IEnumerable

    Constructors

    MiscellaneousRoundBarEndList()

    Declaration
    public MiscellaneousRoundBarEndList()

    MiscellaneousRoundBarEndList(MiscellaneousRoundBarEndList)

    Declaration
    public MiscellaneousRoundBarEndList(MiscellaneousRoundBarEndList other)
    Parameters
    Type Name Description
    MiscellaneousRoundBarEndList other

    MiscellaneousRoundBarEndList(IEnumerable<MiscellaneousRoundBarEnd>)

    Declaration
    public MiscellaneousRoundBarEndList(IEnumerable<MiscellaneousRoundBarEnd> c)
    Parameters
    Type Name Description
    IEnumerable<MiscellaneousRoundBarEnd> c

    MiscellaneousRoundBarEndList(IEnumerable)

    Declaration
    public MiscellaneousRoundBarEndList(IEnumerable c)
    Parameters
    Type Name Description
    IEnumerable c

    MiscellaneousRoundBarEndList(int)

    Declaration
    public MiscellaneousRoundBarEndList(int capacity)
    Parameters
    Type Name Description
    int capacity

    Properties

    Capacity

    Declaration
    public int Capacity { get; set; }
    Property Value
    Type Description
    int

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    int

    IsFixedSize

    Declaration
    public bool IsFixedSize { get; }
    Property Value
    Type Description
    bool

    IsReadOnly

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

    IsSynchronized

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

    this[int]

    Declaration
    public MiscellaneousRoundBarEnd this[int index] { get; set; }
    Parameters
    Type Name Description
    int index
    Property Value
    Type Description
    MiscellaneousRoundBarEnd

    Methods

    Add(MiscellaneousRoundBarEnd)

    Declaration
    public void Add(MiscellaneousRoundBarEnd x)
    Parameters
    Type Name Description
    MiscellaneousRoundBarEnd x

    AddRange(MiscellaneousRoundBarEndList)

    Declaration
    public void AddRange(MiscellaneousRoundBarEndList values)
    Parameters
    Type Name Description
    MiscellaneousRoundBarEndList values

    Clear()

    Declaration
    public void Clear()

    CopyTo(MiscellaneousRoundBarEnd[])

    Declaration
    public void CopyTo(MiscellaneousRoundBarEnd[] array)
    Parameters
    Type Name Description
    MiscellaneousRoundBarEnd[] array

    CopyTo(MiscellaneousRoundBarEnd[], int)

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

    CopyTo(int, MiscellaneousRoundBarEnd[], int, int)

    Declaration
    public void CopyTo(int index, MiscellaneousRoundBarEnd[] array, int arrayIndex, int count)
    Parameters
    Type Name Description
    int index
    MiscellaneousRoundBarEnd[] array
    int arrayIndex
    int count

    ~MiscellaneousRoundBarEndList()

    Declaration
    protected ~MiscellaneousRoundBarEndList()

    GetEnumerator()

    Declaration
    public MiscellaneousRoundBarEndList.MiscellaneousRoundBarEndListEnumerator GetEnumerator()
    Returns
    Type Description
    MiscellaneousRoundBarEndList.MiscellaneousRoundBarEndListEnumerator

    GetRange(int, int)

    Declaration
    public MiscellaneousRoundBarEndList GetRange(int index, int count)
    Parameters
    Type Name Description
    int index
    int count
    Returns
    Type Description
    MiscellaneousRoundBarEndList

    Insert(int, MiscellaneousRoundBarEnd)

    Declaration
    public void Insert(int index, MiscellaneousRoundBarEnd x)
    Parameters
    Type Name Description
    int index
    MiscellaneousRoundBarEnd x

    InsertRange(int, MiscellaneousRoundBarEndList)

    Declaration
    public void InsertRange(int index, MiscellaneousRoundBarEndList values)
    Parameters
    Type Name Description
    int index
    MiscellaneousRoundBarEndList values

    RemoveAt(int)

    Declaration
    public void RemoveAt(int index)
    Parameters
    Type Name Description
    int index

    RemoveRange(int, int)

    Declaration
    public void RemoveRange(int index, int count)
    Parameters
    Type Name Description
    int index
    int count

    Repeat(MiscellaneousRoundBarEnd, int)

    Declaration
    public static MiscellaneousRoundBarEndList Repeat(MiscellaneousRoundBarEnd value, int count)
    Parameters
    Type Name Description
    MiscellaneousRoundBarEnd value
    int count
    Returns
    Type Description
    MiscellaneousRoundBarEndList

    Reverse()

    Declaration
    public void Reverse()

    Reverse(int, int)

    Declaration
    public void Reverse(int index, int count)
    Parameters
    Type Name Description
    int index
    int count

    SetRange(int, MiscellaneousRoundBarEndList)

    Declaration
    public void SetRange(int index, MiscellaneousRoundBarEndList values)
    Parameters
    Type Name Description
    int index
    MiscellaneousRoundBarEndList values

    ToArray()

    Declaration
    public MiscellaneousRoundBarEnd[] ToArray()
    Returns
    Type Description
    MiscellaneousRoundBarEnd[]

    Implements

    IEnumerable<T>
    IEnumerable
    Back to top