Show / Hide Table of Contents

    Class MiscellaneousGratingEndList

    Inheritance
    object
    MiscellaneousGratingEndList
    Implements
    IEnumerable<MiscellaneousGratingEnd>
    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 MiscellaneousGratingEndList : IEnumerable<MiscellaneousGratingEnd>, IEnumerable

    Constructors

    MiscellaneousGratingEndList()

    Declaration
    public MiscellaneousGratingEndList()

    MiscellaneousGratingEndList(MiscellaneousGratingEndList)

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

    MiscellaneousGratingEndList(IEnumerable<MiscellaneousGratingEnd>)

    Declaration
    public MiscellaneousGratingEndList(IEnumerable<MiscellaneousGratingEnd> c)
    Parameters
    Type Name Description
    IEnumerable<MiscellaneousGratingEnd> c

    MiscellaneousGratingEndList(IEnumerable)

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

    MiscellaneousGratingEndList(int)

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

    Methods

    Add(MiscellaneousGratingEnd)

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

    AddRange(MiscellaneousGratingEndList)

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

    Clear()

    Declaration
    public void Clear()

    CopyTo(MiscellaneousGratingEnd[])

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

    CopyTo(MiscellaneousGratingEnd[], int)

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

    CopyTo(int, MiscellaneousGratingEnd[], int, int)

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

    ~MiscellaneousGratingEndList()

    Declaration
    protected ~MiscellaneousGratingEndList()

    GetEnumerator()

    Declaration
    public MiscellaneousGratingEndList.MiscellaneousGratingEndListEnumerator GetEnumerator()
    Returns
    Type Description
    MiscellaneousGratingEndList.MiscellaneousGratingEndListEnumerator

    GetRange(int, int)

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

    Insert(int, MiscellaneousGratingEnd)

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

    InsertRange(int, MiscellaneousGratingEndList)

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

    Declaration
    public static MiscellaneousGratingEndList Repeat(MiscellaneousGratingEnd value, int count)
    Parameters
    Type Name Description
    MiscellaneousGratingEnd value
    int count
    Returns
    Type Description
    MiscellaneousGratingEndList

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

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

    ToArray()

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

    Implements

    IEnumerable<T>
    IEnumerable
    Back to top