Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Aggregate()

override object System.Data.Common.BigIntegerStorage.Aggregate ( int[] records,
AggregateType kind )
inlinevirtual

Reimplemented from System.Data.Common.DataStorage.

Definition at line 17 of file BigIntegerStorage.cs.

18 {
19 throw ExceptionBuilder.AggregateException(kind, _dataType);
20 }

References System.Data.Common.DataStorage._dataType, and System.Data.ExceptionBuilder.AggregateException().