Table of Contents

Class MoonSharpHideMemberAttribute

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

Constructors

MoonSharpHideMemberAttribute(string)

public MoonSharpHideMemberAttribute(string memberName)

Parameters

memberName string

Properties

MemberName

public string MemberName { get; }

Property Value

string