Detailed Method Reference
Namespace: Canley.Utility.CSV
Class: CanleyCSVReader
Clear
public void Clear()-
Description: Manually wipes the internal data grid, resetting the Reader to an empty state.
-
Workflow:
- Memory Release: Clears the internal
List<string[]>structure. - Pointer Reset: Resets internal row and column counts to zero.
- Memory Release: Clears the internal
-
Parameters: None.
-
Returns: void
-
Example:
reader.Clear();