Class MiscellaneousBentPlateEndList
Inheritance
MiscellaneousBentPlateEndList
Assembly: DesignData.SDS2.Model.dll
Syntax
public class MiscellaneousBentPlateEndList : IEnumerable<MiscellaneousBentPlateEnd>, IEnumerable
Constructors
MiscellaneousBentPlateEndList()
Declaration
public MiscellaneousBentPlateEndList()
MiscellaneousBentPlateEndList(MiscellaneousBentPlateEndList)
Declaration
public MiscellaneousBentPlateEndList(MiscellaneousBentPlateEndList other)
Parameters
MiscellaneousBentPlateEndList(IEnumerable<MiscellaneousBentPlateEnd>)
Declaration
public MiscellaneousBentPlateEndList(IEnumerable<MiscellaneousBentPlateEnd> c)
Parameters
MiscellaneousBentPlateEndList(IEnumerable)
Declaration
public MiscellaneousBentPlateEndList(IEnumerable c)
Parameters
MiscellaneousBentPlateEndList(int)
Declaration
public MiscellaneousBentPlateEndList(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 MiscellaneousBentPlateEnd this[int index] { get; set; }
Parameters
Type |
Name |
Description |
int |
index |
|
Property Value
Methods
Add(MiscellaneousBentPlateEnd)
Declaration
public void Add(MiscellaneousBentPlateEnd x)
Parameters
AddRange(MiscellaneousBentPlateEndList)
Declaration
public void AddRange(MiscellaneousBentPlateEndList values)
Parameters
Clear()
Declaration
CopyTo(MiscellaneousBentPlateEnd[])
Declaration
public void CopyTo(MiscellaneousBentPlateEnd[] array)
Parameters
CopyTo(MiscellaneousBentPlateEnd[], int)
Declaration
public void CopyTo(MiscellaneousBentPlateEnd[] array, int arrayIndex)
Parameters
CopyTo(int, MiscellaneousBentPlateEnd[], int, int)
Declaration
public void CopyTo(int index, MiscellaneousBentPlateEnd[] array, int arrayIndex, int count)
Parameters
~MiscellaneousBentPlateEndList()
Declaration
protected ~MiscellaneousBentPlateEndList()
GetEnumerator()
Declaration
public MiscellaneousBentPlateEndList.MiscellaneousBentPlateEndListEnumerator GetEnumerator()
Returns
GetRange(int, int)
Declaration
public MiscellaneousBentPlateEndList GetRange(int index, int count)
Parameters
Type |
Name |
Description |
int |
index |
|
int |
count |
|
Returns
Insert(int, MiscellaneousBentPlateEnd)
Declaration
public void Insert(int index, MiscellaneousBentPlateEnd x)
Parameters
InsertRange(int, MiscellaneousBentPlateEndList)
Declaration
public void InsertRange(int index, MiscellaneousBentPlateEndList 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(MiscellaneousBentPlateEnd, int)
Declaration
public static MiscellaneousBentPlateEndList Repeat(MiscellaneousBentPlateEnd 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, MiscellaneousBentPlateEndList)
Declaration
public void SetRange(int index, MiscellaneousBentPlateEndList values)
Parameters
ToArray()
Declaration
public MiscellaneousBentPlateEnd[] ToArray()
Returns
Implements