IAccessList<T>.GetEvents(Int32, Int32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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>