IAccessList<T>.GetEvent(Int32) Method

Definition

public:
 T GetEvent(int eventIndex);
public:
 T GetEvent(int eventIndex);
T GetEvent(int eventIndex);
public T GetEvent (int eventIndex);
abstract member GetEvent : int -> 'T
Public Function GetEvent (eventIndex As Integer) As T

Parameters

eventIndex
Int32

Returns

T

Applies to