Search Results for

    Show / Hide Table of Contents

    Class FunctionMetadata

    Represents metadata about a given function call.

    Inheritance
    Object
    FunctionMetadata
    Namespace: Gossip.Connection.Fluent
    Assembly: Gossip.dll
    Syntax
    public class FunctionMetadata : object

    Properties

    | Improve this Doc View Source

    CallerFilePath

    The caller file path.

    Declaration
    public string CallerFilePath { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    CallerMemberName

    The caller member name.

    Declaration
    public string CallerMemberName { get; set; }
    Property Value
    Type Description
    String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX