SemPtr SemPtr
SemPtr SemPtr
Documentation generated with DocFX
Using SingulinkFX as the template

Search Results for

    Edit this page

    Enum FunctionPointerGeneration

    When used with a FunctionPointerGenerationAttribute, specifies for which kinds of delegate types extension members for function pointer types should be generated.

    Namespace: SemPtr
    Assembly: SemPtr.dll
    Syntax
    public enum FunctionPointerGeneration

    Fields

    Name Description
    All

    extension members for function pointer types should be generated for all delegate types, regardless of annotations.

    AttributeOnly

    extension members for function pointer types should be generated only for delegate types annotated with FunctionPointerAttribute or delegate types specified by FunctionPointerAttribute<TDelegate> at assembly level. No extension members should be generated for delegate types without any annotations.

    None

    No extension members for function pointer types are generated for any delegate types, including those annotated with FunctionPointerAttribute, specified by FunctionPointerAttribute<TDelegate> at assembly level, or without any annotations.

    © 2026 Felix Rüdiger. SemPtr and its documentation are licensed under the MIT license.