Class ColdFormedBendList
Inheritance
System.Object
ColdFormedBendList
Implements
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.Setup.dll
public class ColdFormedBendList : IEnumerable<ColdFormedBend>, IEnumerable
Constructors
Declaration
public ColdFormedBendList()
Declaration
public ColdFormedBendList(ColdFormedBendList other)
Parameters
Declaration
public ColdFormedBendList(IEnumerable<ColdFormedBend> c)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<ColdFormedBend> |
c |
|
Declaration
public ColdFormedBendList(IEnumerable c)
Parameters
Type |
Name |
Description |
System.Collections.IEnumerable |
c |
|
Declaration
public ColdFormedBendList(int capacity)
Parameters
Type |
Name |
Description |
System.Int32 |
capacity |
|
Properties
Declaration
public int Capacity { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool IsFixedSize { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsReadOnly { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsSynchronized { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public ColdFormedBend this[int index] { get; set; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Methods
Declaration
public void Add(ColdFormedBend x)
Parameters
Declaration
public void AddRange(ColdFormedBendList values)
Parameters
Declaration
Declaration
public void CopyTo(ColdFormedBend[] array)
Parameters
Declaration
public void CopyTo(ColdFormedBend[] array, int arrayIndex)
Parameters
Declaration
public void CopyTo(int index, ColdFormedBend[] array, int arrayIndex, int count)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
ColdFormedBend[] |
array |
|
System.Int32 |
arrayIndex |
|
System.Int32 |
count |
|
Declaration
protected void Finalize()
Declaration
public ColdFormedBendList.ColdFormedBendListEnumerator GetEnumerator()
Returns
Declaration
public ColdFormedBendList GetRange(int index, int count)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Int32 |
count |
|
Returns
Declaration
public void Insert(int index, ColdFormedBend x)
Parameters
Declaration
public void InsertRange(int index, ColdFormedBendList values)
Parameters
Declaration
public void RemoveAt(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Declaration
public void RemoveRange(int index, int count)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Int32 |
count |
|
Declaration
public static ColdFormedBendList Repeat(ColdFormedBend value, int count)
Parameters
Returns
Declaration
Declaration
public void Reverse(int index, int count)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Int32 |
count |
|
Declaration
public void SetRange(int index, ColdFormedBendList values)
Parameters
Declaration
public ColdFormedBend[] ToArray()
Returns
Explicit Interface Implementations
Declaration
IEnumerator<ColdFormedBend> IEnumerable<ColdFormedBend>.GetEnumerator()
Returns
Type |
Description |
System.Collections.Generic.IEnumerator<ColdFormedBend> |
|
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type |
Description |
System.Collections.IEnumerator |
|
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable