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