Search Results for

    Show / Hide Table of Contents

    Enum ExecutableFunctionType

    Namespace: Ceres.Graph.Flow
    Assembly: cs.temp.dll.dll
    Syntax
    public enum ExecutableFunctionType

    Fields

    Name Description
    InstanceMethod

    Method from class instance

    PropertyGetter

    Get method from instance property

    PropertySetter

    Set method from instance property

    StaticMethod

    Method from static class

    StaticPropertyGetter

    Get method from static property

    StaticPropertySetter

    Set method from static property

    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX