Show / Hide Table of Contents

    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

    Extension Methods

    Number.IsNumber(Object)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Licensed to the Apache Software Foundation (ASF)