public abstract WriteCollectionElements ( IEnumerable collection, int start, int max ) : void | ||
collection | IEnumerable | The collection containing elements to write. |
start | int | The starting point of the elements to write |
max | int | The maximum number of elements to write |
Результат | void |