Class MemorySizeEstimator NamespaceToSic.Sys.Memory AssemblyToSic.Sys.Core.dll [InternalApi_DoNotUse_MayChangeWithoutNotice] public class MemorySizeEstimator : HelperBase, IHasLog Inheritance object HelperBase MemorySizeEstimator Implements IHasLog Constructors MemorySizeEstimator(ILog?) public MemorySizeEstimator(ILog? parentLog) Parameters parentLog ILog Methods Estimate(object?) public SizeEstimate Estimate(object? value) Parameters value object Returns SizeEstimate EstimateMany(object?[]) public SizeEstimate EstimateMany(object?[] values) Parameters values object[] Returns SizeEstimate