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