Class RectangularPlateEndList
Inheritance
System.Object
RectangularPlateEndList
Implements
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: DesignData.SDS2.Model.dll
Syntax
public class RectangularPlateEndList : IEnumerable<RectangularPlateEnd>, IEnumerable
Constructors
RectangularPlateEndList()
Declaration
public RectangularPlateEndList()
RectangularPlateEndList(RectangularPlateEndList)
Declaration
public RectangularPlateEndList(RectangularPlateEndList other)
Parameters
RectangularPlateEndList(IEnumerable<RectangularPlateEnd>)
Declaration
public RectangularPlateEndList(IEnumerable<RectangularPlateEnd> c)
Parameters
RectangularPlateEndList(IEnumerable)
Declaration
public RectangularPlateEndList(IEnumerable c)
Parameters
Type |
Name |
Description |
System.Collections.IEnumerable |
c |
|
RectangularPlateEndList(Int32)
Declaration
public RectangularPlateEndList(int capacity)
Parameters
Type |
Name |
Description |
System.Int32 |
capacity |
|
Properties
Capacity
Declaration
public int Capacity { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Count
Declaration
public int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
IsFixedSize
Declaration
public bool IsFixedSize { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsSynchronized
Declaration
public bool IsSynchronized { get; }
Property Value
Type |
Description |
System.Boolean |
|
Item[Int32]
Declaration
public RectangularPlateEnd this[int index] { get; set; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Methods
Add(RectangularPlateEnd)
Declaration
public void Add(RectangularPlateEnd x)
Parameters
AddRange(RectangularPlateEndList)
Declaration
public void AddRange(RectangularPlateEndList values)
Parameters
Clear()
Declaration
CopyTo(RectangularPlateEnd[])
Declaration
public void CopyTo(RectangularPlateEnd[] array)
Parameters
CopyTo(RectangularPlateEnd[], Int32)
Declaration
public void CopyTo(RectangularPlateEnd[] array, int arrayIndex)
Parameters
CopyTo(Int32, RectangularPlateEnd[], Int32, Int32)
Declaration
public void CopyTo(int index, RectangularPlateEnd[] array, int arrayIndex, int count)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
RectangularPlateEnd[] |
array |
|
System.Int32 |
arrayIndex |
|
System.Int32 |
count |
|
Finalize()
Declaration
protected void Finalize()
GetEnumerator()
Declaration
public RectangularPlateEndList.RectangularPlateEndListEnumerator GetEnumerator()
Returns
GetRange(Int32, Int32)
Declaration
public RectangularPlateEndList GetRange(int index, int count)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Int32 |
count |
|
Returns
Insert(Int32, RectangularPlateEnd)
Declaration
public void Insert(int index, RectangularPlateEnd x)
Parameters
InsertRange(Int32, RectangularPlateEndList)
Declaration
public void InsertRange(int index, RectangularPlateEndList values)
Parameters
RemoveAt(Int32)
Declaration
public void RemoveAt(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
RemoveRange(Int32, Int32)
Declaration
public void RemoveRange(int index, int count)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Int32 |
count |
|
Repeat(RectangularPlateEnd, Int32)
Declaration
public static RectangularPlateEndList Repeat(RectangularPlateEnd value, int count)
Parameters
Returns
Reverse()
Declaration
Reverse(Int32, Int32)
Declaration
public void Reverse(int index, int count)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Int32 |
count |
|
SetRange(Int32, RectangularPlateEndList)
Declaration
public void SetRange(int index, RectangularPlateEndList values)
Parameters
ToArray()
Declaration
public RectangularPlateEnd[] ToArray()
Returns
Explicit Interface Implementations
IEnumerable<RectangularPlateEnd>.GetEnumerator()
Declaration
IEnumerator<RectangularPlateEnd> IEnumerable<RectangularPlateEnd>.GetEnumerator()
Returns
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type |
Description |
System.Collections.IEnumerator |
|
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable