Class FunctionAttribute
Inherited Members
Namespace: SociallyDistant.Core.Core.Scripting
Assembly: SociallyDistant.Framework.dll
Syntax
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public sealed class FunctionAttribute : AttributeConstructors
FunctionAttribute(string)
Declaration
public FunctionAttribute(string name)Parameters
| Type | Name | Description | 
|---|---|---|
| string | name | 
Properties
Name
Declaration
public string Name { get; }Property Value
| Type | Description | 
|---|---|
| string |