Condividi tramite


IAccessList<T>.GetEvents(Int32, Int32) Method

Definition

public:
 System::Collections::Generic::IList<T> ^ GetEvents(int startIndex, int fetchCount);
public System.Collections.Generic.IList<T> GetEvents (int startIndex, int fetchCount);
abstract member GetEvents : int * int -> System.Collections.Generic.IList<'T>
Public Function GetEvents (startIndex As Integer, fetchCount As Integer) As IList(Of T)

Parameters

startIndex
Int32
fetchCount
Int32

Returns

IList<T>

Applies to