

The capacity must be _at least_ the given range plus one public TextRange(int cpmin, int cpmax, int stringCapacity = 0) + public TextRange(IntPtr cpmin, IntPtr cpmax, long stringCapacity = 0)

: this(chrRange.cpMin, chrRange.cpMax, stringCapacity) public TextRange(CharacterRange chrRange, int stringCapacity) + public TextRange(CharacterRange chrRange, long stringCapacity) Public class -196,18 +196,18 namespace CsvQuery.PluginInfrastructure public CharacterRange(int cpmin, int cpmax) + public IntPtr cpMin + public IntPtr cpMax

a/CsvQuery/PluginInfrastructure/GatewayDomain.cs +++ b/CsvQuery/PluginInfrastructure/GatewayDomain.cs -175,9 +175,9 namespace CsvQuery.PluginInfrastructure Diff -git a/CsvQuery/PluginInfrastructure/GatewayDomain.cs b/CsvQuery/PluginInfrastructure/GatewayDomain.cs
