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
memberNamestring
Properties
MemberName
public string MemberName { get; }