Show / Hide Table of Contents

    Class MiscellaneousRectangularPlateEndList

    Inheritance
    object
    MiscellaneousRectangularPlateEndList
    Implements
    IEnumerable<MiscellaneousRectangularPlateEnd>
    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 MiscellaneousRectangularPlateEndList : IEnumerable<MiscellaneousRectangularPlateEnd>, IEnumerable

    Constructors

    MiscellaneousRectangularPlateEndList()

    Declaration
    public MiscellaneousRectangularPlateEndList()

    MiscellaneousRectangularPlateEndList(MiscellaneousRectangularPlateEndList)

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

    MiscellaneousRectangularPlateEndList(IEnumerable<MiscellaneousRectangularPlateEnd>)

    Declaration
    public MiscellaneousRectangularPlateEndList(IEnumerable<MiscellaneousRectangularPlateEnd> c)
    Parameters
    Type Name Description
    IEnumerable<MiscellaneousRectangularPlateEnd> c

    MiscellaneousRectangularPlateEndList(IEnumerable)

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

    MiscellaneousRectangularPlateEndList(int)

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

    Methods

    Add(MiscellaneousRectangularPlateEnd)

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

    AddRange(MiscellaneousRectangularPlateEndList)

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

    Clear()

    Declaration
    public void Clear()

    CopyTo(MiscellaneousRectangularPlateEnd[])

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

    CopyTo(MiscellaneousRectangularPlateEnd[], int)

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

    CopyTo(int, MiscellaneousRectangularPlateEnd[], int, int)

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

    ~MiscellaneousRectangularPlateEndList()

    Declaration
    protected ~MiscellaneousRectangularPlateEndList()

    GetEnumerator()

    Declaration
    public MiscellaneousRectangularPlateEndList.MiscellaneousRectangularPlateEndListEnumerator GetEnumerator()
    Returns
    Type Description
    MiscellaneousRectangularPlateEndList.MiscellaneousRectangularPlateEndListEnumerator

    GetRange(int, int)

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

    Insert(int, MiscellaneousRectangularPlateEnd)

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

    InsertRange(int, MiscellaneousRectangularPlateEndList)

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

    Declaration
    public static MiscellaneousRectangularPlateEndList Repeat(MiscellaneousRectangularPlateEnd value, int count)
    Parameters
    Type Name Description
    MiscellaneousRectangularPlateEnd value
    int count
    Returns
    Type Description
    MiscellaneousRectangularPlateEndList

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

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

    ToArray()

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

    Implements

    IEnumerable<T>
    IEnumerable
    Back to top