Show / Hide Table of Contents

Class MoonSharpHideMemberAttribute

Lists a userdata member not to be exposed to scripts referencing it by name.

Inheritance
System.Object
MoonSharpHideMemberAttribute
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public sealed class MoonSharpHideMemberAttribute : Attribute

Constructors

MoonSharpHideMemberAttribute(String)

Initializes a new instance of the MoonSharpHideMemberAttribute class.

Declaration
public MoonSharpHideMemberAttribute(string memberName)
Parameters
System.String memberName

Name of the member to hide.

Properties

MemberName

Gets the name of the member to be hidden.

Declaration
public string MemberName { get; }
Property Value
System.String

Back to top Built by Itinero, MIT licensed.