Show / Hide Table of Contents

    Class MiscellaneousRolledShapeEndList

    Inheritance
    object
    MiscellaneousRolledShapeEndList
    Implements
    IEnumerable<MiscellaneousRolledShapeEnd>
    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 MiscellaneousRolledShapeEndList : IEnumerable<MiscellaneousRolledShapeEnd>, IEnumerable

    Constructors

    MiscellaneousRolledShapeEndList()

    Declaration
    public MiscellaneousRolledShapeEndList()

    MiscellaneousRolledShapeEndList(MiscellaneousRolledShapeEndList)

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

    MiscellaneousRolledShapeEndList(IEnumerable<MiscellaneousRolledShapeEnd>)

    Declaration
    public MiscellaneousRolledShapeEndList(IEnumerable<MiscellaneousRolledShapeEnd> c)
    Parameters
    Type Name Description
    IEnumerable<MiscellaneousRolledShapeEnd> c

    MiscellaneousRolledShapeEndList(IEnumerable)

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

    MiscellaneousRolledShapeEndList(int)

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

    Methods

    Add(MiscellaneousRolledShapeEnd)

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

    AddRange(MiscellaneousRolledShapeEndList)

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

    Clear()

    Declaration
    public void Clear()

    CopyTo(MiscellaneousRolledShapeEnd[])

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

    CopyTo(MiscellaneousRolledShapeEnd[], int)

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

    CopyTo(int, MiscellaneousRolledShapeEnd[], int, int)

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

    ~MiscellaneousRolledShapeEndList()

    Declaration
    protected ~MiscellaneousRolledShapeEndList()

    GetEnumerator()

    Declaration
    public MiscellaneousRolledShapeEndList.MiscellaneousRolledShapeEndListEnumerator GetEnumerator()
    Returns
    Type Description
    MiscellaneousRolledShapeEndList.MiscellaneousRolledShapeEndListEnumerator

    GetRange(int, int)

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

    Insert(int, MiscellaneousRolledShapeEnd)

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

    InsertRange(int, MiscellaneousRolledShapeEndList)

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

    Declaration
    public static MiscellaneousRolledShapeEndList Repeat(MiscellaneousRolledShapeEnd value, int count)
    Parameters
    Type Name Description
    MiscellaneousRolledShapeEnd value
    int count
    Returns
    Type Description
    MiscellaneousRolledShapeEndList

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

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

    ToArray()

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

    Implements

    IEnumerable<T>
    IEnumerable
    Back to top