Show / Hide Table of Contents

    Enum MethodLookup

    An enumeration of method lookup strategies.

    Namespace: Flame.Compiler.Instructions
    Assembly: Flame.Compiler.dll
    Syntax
    public enum MethodLookup

    Fields

    Name Description
    Static

    The implementation of a method is the exact method being referred to.

    Virtual

    The implementation of a method is found by taking the most derived implementation for the 'this' parameter.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX