|
ProcessQueueTGetRange Method
|
Creates a shallow copy of a range of elements in the source
ProcessQueueT.
Namespace: GSF.CollectionsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax public virtual List<T> GetRange(
int index,
int count
)
public:
virtual List<T>^ GetRange(
int index,
int count
)
abstract GetRange :
index : int *
count : int -> List<'T>
override GetRange :
index : int *
count : int -> List<'T>
function GetRange(index, count);
View SourceParameters
- index Int32
- The zero-based ProcessQueueT index at which the range starts.
- count Int32
- The number of elements in the range.
Return Value
ListTA shallow copy of a range of elements in the source
ProcessQueueT.
Exceptions See Also