Class DeckingEndList
Inheritance
System.Object
DeckingEndList
Implements
System.Collections.Generic.IEnumerable<
DeckingEnd>
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: DesignData.SDS2.Model.dll
Syntax
public class DeckingEndList : IEnumerable<DeckingEnd>, IEnumerable
Constructors
DeckingEndList()
Declaration
DeckingEndList(DeckingEndList)
Declaration
public DeckingEndList(DeckingEndList other)
Parameters
DeckingEndList(IEnumerable<DeckingEnd>)
Declaration
public DeckingEndList(IEnumerable<DeckingEnd> c)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<DeckingEnd> |
c |
|
DeckingEndList(IEnumerable)
Declaration
public DeckingEndList(IEnumerable c)
Parameters
Type |
Name |
Description |
System.Collections.IEnumerable |
c |
|
DeckingEndList(Int32)
Declaration
public DeckingEndList(int capacity)
Parameters
Type |
Name |
Description |
System.Int32 |
capacity |
|
Properties
Capacity
Declaration
public int Capacity { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Count
Declaration
public int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
IsFixedSize
Declaration
public bool IsFixedSize { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsSynchronized
Declaration
public bool IsSynchronized { get; }
Property Value
Type |
Description |
System.Boolean |
|
Item[Int32]
Declaration
public DeckingEnd this[int index] { get; set; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Methods
Add(DeckingEnd)
Declaration
public void Add(DeckingEnd x)
Parameters
AddRange(DeckingEndList)
Declaration
public void AddRange(DeckingEndList values)
Parameters
Clear()
Declaration
CopyTo(DeckingEnd[])
Declaration
public void CopyTo(DeckingEnd[] array)
Parameters
CopyTo(DeckingEnd[], Int32)
Declaration
public void CopyTo(DeckingEnd[] array, int arrayIndex)
Parameters
Type |
Name |
Description |
DeckingEnd[] |
array |
|
System.Int32 |
arrayIndex |
|
CopyTo(Int32, DeckingEnd[], Int32, Int32)
Declaration
public void CopyTo(int index, DeckingEnd[] array, int arrayIndex, int count)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
DeckingEnd[] |
array |
|
System.Int32 |
arrayIndex |
|
System.Int32 |
count |
|
Finalize()
Declaration
protected void Finalize()
GetEnumerator()
Declaration
public DeckingEndList.DeckingEndListEnumerator GetEnumerator()
Returns
GetRange(Int32, Int32)
Declaration
public DeckingEndList GetRange(int index, int count)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Int32 |
count |
|
Returns
Insert(Int32, DeckingEnd)
Declaration
public void Insert(int index, DeckingEnd x)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
DeckingEnd |
x |
|
InsertRange(Int32, DeckingEndList)
Declaration
public void InsertRange(int index, DeckingEndList values)
Parameters
RemoveAt(Int32)
Declaration
public void RemoveAt(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
RemoveRange(Int32, Int32)
Declaration
public void RemoveRange(int index, int count)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Int32 |
count |
|
Repeat(DeckingEnd, Int32)
Declaration
public static DeckingEndList Repeat(DeckingEnd value, int count)
Parameters
Type |
Name |
Description |
DeckingEnd |
value |
|
System.Int32 |
count |
|
Returns
Reverse()
Declaration
Reverse(Int32, Int32)
Declaration
public void Reverse(int index, int count)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Int32 |
count |
|
SetRange(Int32, DeckingEndList)
Declaration
public void SetRange(int index, DeckingEndList values)
Parameters
ToArray()
Declaration
public DeckingEnd[] ToArray()
Returns
Explicit Interface Implementations
IEnumerable<DeckingEnd>.GetEnumerator()
Declaration
IEnumerator<DeckingEnd> IEnumerable<DeckingEnd>.GetEnumerator()
Returns
Type |
Description |
System.Collections.Generic.IEnumerator<DeckingEnd> |
|
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type |
Description |
System.Collections.IEnumerator |
|
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable