Show / Hide Table of Contents

    Class MiscellaneousBentPlateEndList

    Inheritance
    object
    MiscellaneousBentPlateEndList
    Implements
    IEnumerable<MiscellaneousBentPlateEnd>
    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 MiscellaneousBentPlateEndList : IEnumerable<MiscellaneousBentPlateEnd>, IEnumerable

    Constructors

    MiscellaneousBentPlateEndList()

    Declaration
    public MiscellaneousBentPlateEndList()

    MiscellaneousBentPlateEndList(MiscellaneousBentPlateEndList)

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

    MiscellaneousBentPlateEndList(IEnumerable<MiscellaneousBentPlateEnd>)

    Declaration
    public MiscellaneousBentPlateEndList(IEnumerable<MiscellaneousBentPlateEnd> c)
    Parameters
    Type Name Description
    IEnumerable<MiscellaneousBentPlateEnd> c

    MiscellaneousBentPlateEndList(IEnumerable)

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

    MiscellaneousBentPlateEndList(int)

    Declaration
    public MiscellaneousBentPlateEndList(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 MiscellaneousBentPlateEnd this[int index] { get; set; }
    Parameters
    Type Name Description
    int index
    Property Value
    Type Description
    MiscellaneousBentPlateEnd

    Methods

    Add(MiscellaneousBentPlateEnd)

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

    AddRange(MiscellaneousBentPlateEndList)

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

    Clear()

    Declaration
    public void Clear()

    CopyTo(MiscellaneousBentPlateEnd[])

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

    CopyTo(MiscellaneousBentPlateEnd[], int)

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

    CopyTo(int, MiscellaneousBentPlateEnd[], int, int)

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

    ~MiscellaneousBentPlateEndList()

    Declaration
    protected ~MiscellaneousBentPlateEndList()

    GetEnumerator()

    Declaration
    public MiscellaneousBentPlateEndList.MiscellaneousBentPlateEndListEnumerator GetEnumerator()
    Returns
    Type Description
    MiscellaneousBentPlateEndList.MiscellaneousBentPlateEndListEnumerator

    GetRange(int, int)

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

    Insert(int, MiscellaneousBentPlateEnd)

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

    InsertRange(int, MiscellaneousBentPlateEndList)

    Declaration
    public void InsertRange(int index, MiscellaneousBentPlateEndList values)
    Parameters
    Type Name Description
    int index
    MiscellaneousBentPlateEndList 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(MiscellaneousBentPlateEnd, int)

    Declaration
    public static MiscellaneousBentPlateEndList Repeat(MiscellaneousBentPlateEnd value, int count)
    Parameters
    Type Name Description
    MiscellaneousBentPlateEnd value
    int count
    Returns
    Type Description
    MiscellaneousBentPlateEndList

    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, MiscellaneousBentPlateEndList)

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

    ToArray()

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

    Implements

    IEnumerable<T>
    IEnumerable
    Back to top