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