Class RoundBarEndList
Inheritance
System.Object
RoundBarEndList
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.Model.dll
Syntax
public class RoundBarEndList : IEnumerable<RoundBarEnd>, IEnumerable
Constructors
RoundBarEndList()
Declaration
RoundBarEndList(RoundBarEndList)
Declaration
public RoundBarEndList(RoundBarEndList other)
Parameters
RoundBarEndList(IEnumerable<RoundBarEnd>)
Declaration
public RoundBarEndList(IEnumerable<RoundBarEnd> c)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<RoundBarEnd> |
c |
|
RoundBarEndList(IEnumerable)
Declaration
public RoundBarEndList(IEnumerable c)
Parameters
Type |
Name |
Description |
System.Collections.IEnumerable |
c |
|
RoundBarEndList(Int32)
Declaration
public RoundBarEndList(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 RoundBarEnd this[int index] { get; set; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Methods
Add(RoundBarEnd)
Declaration
public void Add(RoundBarEnd x)
Parameters
AddRange(RoundBarEndList)
Declaration
public void AddRange(RoundBarEndList values)
Parameters
Clear()
Declaration
CopyTo(RoundBarEnd[])
Declaration
public void CopyTo(RoundBarEnd[] array)
Parameters
CopyTo(RoundBarEnd[], Int32)
Declaration
public void CopyTo(RoundBarEnd[] array, int arrayIndex)
Parameters
Type |
Name |
Description |
RoundBarEnd[] |
array |
|
System.Int32 |
arrayIndex |
|
CopyTo(Int32, RoundBarEnd[], Int32, Int32)
Declaration
public void CopyTo(int index, RoundBarEnd[] array, int arrayIndex, int count)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
RoundBarEnd[] |
array |
|
System.Int32 |
arrayIndex |
|
System.Int32 |
count |
|
Finalize()
Declaration
protected void Finalize()
GetEnumerator()
Declaration
public RoundBarEndList.RoundBarEndListEnumerator GetEnumerator()
Returns
GetRange(Int32, Int32)
Declaration
public RoundBarEndList GetRange(int index, int count)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Int32 |
count |
|
Returns
Insert(Int32, RoundBarEnd)
Declaration
public void Insert(int index, RoundBarEnd x)
Parameters
InsertRange(Int32, RoundBarEndList)
Declaration
public void InsertRange(int index, RoundBarEndList 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(RoundBarEnd, Int32)
Declaration
public static RoundBarEndList Repeat(RoundBarEnd value, int count)
Parameters
Type |
Name |
Description |
RoundBarEnd |
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, RoundBarEndList)
Declaration
public void SetRange(int index, RoundBarEndList values)
Parameters
ToArray()
Declaration
public RoundBarEnd[] ToArray()
Returns
Explicit Interface Implementations
IEnumerable<RoundBarEnd>.GetEnumerator()
Declaration
IEnumerator<RoundBarEnd> IEnumerable<RoundBarEnd>.GetEnumerator()
Returns
Type |
Description |
System.Collections.Generic.IEnumerator<RoundBarEnd> |
|
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type |
Description |
System.Collections.IEnumerator |
|
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable