Visual Basic (Declaration) | |
---|---|
Public Function EnumerateRange( _ ByVal startAt As Integer, _ ByVal endAt As Integer _ ) As IEnumerable(Of Integer) |
C# | |
---|---|
public IEnumerable<int> EnumerateRange( int startAt, int endAt ) |
Parameters
- startAt
- endAt
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
Reference
OrdinalList ClassOrdinalList Members