Class ExceptionToNullableEnumConvention
Use this attribute to make an exception to the nullable enum rule. Some of these cannot be avoided.
Inheritance
System.Object
System.Attribute
ExceptionToNullableEnumConvention
Inherited Members
System.Attribute.Equals(System.Object)
System.Attribute.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Support
Assembly: Lucene.Net.dll
Syntax
[AttributeUsage(AttributeTargets.Constructor | AttributeTargets.Field | AttributeTargets.Method | AttributeTargets.Property, AllowMultiple = false)]
public class ExceptionToNullableEnumConvention : Attribute