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