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:

    1. Memory Release: Clears the internal List<string[]> structure.
    2. Pointer Reset: Resets internal row and column counts to zero.
  • Parameters: None.

  • Returns: void

  • Example:

reader.Clear();