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

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)

Parameter

startIndex
Int32
fetchCount
Int32

Gibt zurück

IList<T>

Gilt für