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

◆ Aggregate()

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

Reimplemented from System.Data.Common.DataStorage.

Definition at line 70 of file ObjectStorage.cs.

71 {
72 throw ExceptionBuilder.AggregateException(kind, _dataType);
73 }

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