Class ExcludeFromRamUsageEstimationAttribute
Marks a field exempt from the SizeOf(object) calculation.
Inherited Members
Namespace: Lucene.Net.Util
Assembly: Lucene.Net.dll
Syntax
[AttributeUsage(AttributeTargets.Field, AllowMultiple = false)]
public class ExcludeFromRamUsageEstimationAttribute : Attribute