IAccessList<T>.GetEvents(Int32, Int32) Método

Definição

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)

Parâmetros

startIndex
Int32
fetchCount
Int32

Retornos

IList<T>

Aplica-se a