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