ABT.EmptyFunctionType.EmptyFunctionType C# (CSharp) Method

EmptyFunctionType() public method

public EmptyFunctionType ( ) : System
return System
        public EmptyFunctionType() : base(new VoidType(), new List<Utils.StoreEntry>(), false) {
        }
    }
EmptyFunctionType