|
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.230-beta+03417d7b5cff037b24e882d7adef82d359b34964
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