jscript.net
Cast to delegate type fails in JScript.NET
I am trying to do async IO using BeginRead() in JScript.NET, but I can\'t get the callback function to work correctly.[详细]
2022-12-29 01:35 分类:问答JScript.NET private variables
I\'m wondering about JScript.NET private variables. Please take a look on the following code: import System;[详细]
2022-12-17 03:20 分类:问答Why is there a conflict between variables and functions of the same name in JScript?
I have a variable named age and a function named AGE.Ignore the problem I am having with JScript beign case insensitive at the moment, i.e. age(dob) and AGE(dob) both work...[详细]
2022-12-10 02:03 分类:问答