Class MoonSharpModuleConstantAttribute
In a module type, mark fields with this attribute to have them exposed as a module constant.
See MoonSharpModuleAttribute for more information about modules.
Inheritance
System.Object
MoonSharpModuleConstantAttribute
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public sealed class MoonSharpModuleConstantAttribute : Attribute
Properties
Name
Gets or sets the name of the constant - if different from the name of the field itself
Declaration
public string Name { get; set; }
Property Value
|
System.String
|