Struct ReflectionSpecialName
- Namespace
- MoonSharp.Interpreter.Interop
- Assembly
- Assembly-CSharp.dll
public struct ReflectionSpecialName
- Inherited Members
- Extension Methods
Constructors
ReflectionSpecialName(ReflectionSpecialNameType, string)
public ReflectionSpecialName(ReflectionSpecialNameType type, string argument = null)
Parameters
typeReflectionSpecialNameTypeargumentstring
ReflectionSpecialName(string)
public ReflectionSpecialName(string name)
Parameters
namestring
Properties
Argument
public readonly string Argument { get; }
Property Value
Type
public readonly ReflectionSpecialNameType Type { get; }