Table of Contents

Class MoonSharpPropertyAttribute

Namespace
MoonSharp.Interpreter
Assembly
Assembly-CSharp.dll
[AttributeUsage(AttributeTargets.Property, Inherited = true, AllowMultiple = true)]
public sealed class MoonSharpPropertyAttribute : Attribute
Inheritance
MoonSharpPropertyAttribute
Inherited Members
Extension Methods

Constructors

MoonSharpPropertyAttribute()

public MoonSharpPropertyAttribute()

MoonSharpPropertyAttribute(string)

public MoonSharpPropertyAttribute(string name)

Parameters

name string

Properties

Name

public string Name { get; }

Property Value

string