Class MiscellaneousRectangularPlateEndList
Inheritance
MiscellaneousRectangularPlateEndList
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
MiscellaneousRectangularPlateEndList(IEnumerable<MiscellaneousRectangularPlateEnd>)
Declaration
public MiscellaneousRectangularPlateEndList(IEnumerable<MiscellaneousRectangularPlateEnd> c)
Parameters
MiscellaneousRectangularPlateEndList(IEnumerable)
Declaration
public MiscellaneousRectangularPlateEndList(IEnumerable c)
Parameters
MiscellaneousRectangularPlateEndList(int)
Declaration
public MiscellaneousRectangularPlateEndList(int capacity)
Parameters
Type |
Name |
Description |
int |
capacity |
|
Properties
Capacity
Declaration
public int Capacity { get; set; }
Property Value
Count
Declaration
public int Count { get; }
Property Value
IsFixedSize
Declaration
public bool IsFixedSize { get; }
Property Value
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
IsSynchronized
Declaration
public bool IsSynchronized { get; }
Property Value
this[int]
Declaration
public MiscellaneousRectangularPlateEnd this[int index] { get; set; }
Parameters
Type |
Name |
Description |
int |
index |
|
Property Value
Methods
Add(MiscellaneousRectangularPlateEnd)
Declaration
public void Add(MiscellaneousRectangularPlateEnd x)
Parameters
AddRange(MiscellaneousRectangularPlateEndList)
Declaration
public void AddRange(MiscellaneousRectangularPlateEndList values)
Parameters
Clear()
Declaration
CopyTo(MiscellaneousRectangularPlateEnd[])
Declaration
public void CopyTo(MiscellaneousRectangularPlateEnd[] array)
Parameters
CopyTo(MiscellaneousRectangularPlateEnd[], int)
Declaration
public void CopyTo(MiscellaneousRectangularPlateEnd[] array, int arrayIndex)
Parameters
CopyTo(int, MiscellaneousRectangularPlateEnd[], int, int)
Declaration
public void CopyTo(int index, MiscellaneousRectangularPlateEnd[] array, int arrayIndex, int count)
Parameters
~MiscellaneousRectangularPlateEndList()
Declaration
protected ~MiscellaneousRectangularPlateEndList()
GetEnumerator()
Declaration
public MiscellaneousRectangularPlateEndList.MiscellaneousRectangularPlateEndListEnumerator GetEnumerator()
Returns
GetRange(int, int)
Declaration
public MiscellaneousRectangularPlateEndList GetRange(int index, int count)
Parameters
Type |
Name |
Description |
int |
index |
|
int |
count |
|
Returns
Insert(int, MiscellaneousRectangularPlateEnd)
Declaration
public void Insert(int index, MiscellaneousRectangularPlateEnd x)
Parameters
InsertRange(int, MiscellaneousRectangularPlateEndList)
Declaration
public void InsertRange(int index, MiscellaneousRectangularPlateEndList values)
Parameters
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
Returns
Reverse()
Declaration
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
ToArray()
Declaration
public MiscellaneousRectangularPlateEnd[] ToArray()
Returns
Implements