Table of Contents

Class FunctionAttribute

Namespace
AutoGen.Core
Assembly
AutoGen.Core.dll
[AttributeUsage(AttributeTargets.Method, Inherited = false, AllowMultiple = false)]
public class FunctionAttribute : Attribute
Inheritance
FunctionAttribute
Inherited Members

Constructors

FunctionAttribute(string?, string?)

public FunctionAttribute(string? functionName = null, string? description = null)

Parameters

functionName string
description string

Properties

Description

public string? Description { get; }

Property Value

string

FunctionName

public string? FunctionName { get; }

Property Value

string