|
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.255-beta+d64b121002b51165b41b0dbf6ccf4c8d3895faa3
Syntaxpublic 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