|
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.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
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