|
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.220-beta+a56b2444ff27b37e053039e60f062b99378309bd
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