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