Class MoonSharpPropertyAttribute
Marks a property as a configruation property
Inheritance
System.Object
MoonSharpPropertyAttribute
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public sealed class MoonSharpPropertyAttribute : Attribute
Constructors
MoonSharpPropertyAttribute()
Initializes a new instance of the MoonSharpPropertyAttribute class.
Declaration
public MoonSharpPropertyAttribute()
MoonSharpPropertyAttribute(String)
Initializes a new instance of the MoonSharpPropertyAttribute class.
Declaration
public MoonSharpPropertyAttribute(string name)
Parameters
|
System.String
name
The name for this property |
Properties
Name
The metamethod name (like '__div', '__ipairs', etc.)
Declaration
public string Name { get; }
Property Value
|
System.String
|