This document is archived and information here might be outdated. Recommended version. |
Forces the enumerator pointing at the last element in the enumeration and returns the last element.
[Visual Basic .NET]
Public Function Last ( _
) As Integer
[C#]
public int Last (
);
[C++]
HRESULT Last(
void
);