Show / Hide Table of Contents

    Enum AttributeTargets

    Specifies the application elements on which it is valid to apply an attribute.

    Namespace: System
    Assembly: mscorlib.dll
    Syntax
    public enum AttributeTargets

    Fields

    Name Description
    All

    Attribute can be applied to any application element.

    Assembly

    Attribute can be applied to an assembly.

    Class

    Attribute can be applied to a class.

    Constructor

    Attribute can be applied to a constructor.

    Delegate

    Attribute can be applied to a delegate.

    Enum

    Attribute can be applied to an enumeration.

    Event

    Attribute can be applied to an event.

    Field

    Attribute can be applied to a field.

    Interface

    Attribute can be applied to an interface.

    Method

    Attribute can be applied to a method.

    Module

    Attribute can be applied to a module.

    Parameter

    Attribute can be applied to a parameter.

    Property

    Attribute can be applied to a property.

    ReturnValue

    Attribute can be applied to a return value.

    Struct

    Attribute can be applied to a structure; that is, a value type.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 nanoFramework Contributors
    Generated by DocFX