Method | Description | |
---|---|---|
GetData ( |
||
IntRangeAttribute ( int count ) : System | ||
IntRangeAttribute ( int start, int count ) : System | ||
IntRangeAttribute ( int start, int count, int step ) : System |
public GetData ( |
||
testMethod | ||
return | IEnumerable |
public IntRangeAttribute ( int count ) : System | ||
count | int | |
return | System |
public IntRangeAttribute ( int start, int count ) : System | ||
start | int | |
count | int | |
return | System |
public IntRangeAttribute ( int start, int count, int step ) : System | ||
start | int | |
count | int | |
step | int | |
return | System |