Babel.Compiler.NullTypeSpecifier.NullTypeSpecifier C# (CSharp) 메소드

NullTypeSpecifier() 공개 메소드

public NullTypeSpecifier ( ) : System
리턴 System
        public NullTypeSpecifier()
            : base(null, TypeKind.Normal, Location.Null)
        {
            name = "System.Void";
            kind = TypeKind.Normal;
        }
NullTypeSpecifier