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