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
namestring
Properties
Name
public string Name { get; }