Jint.Native.JsArguments.GetLength C# (CSharp) Method

GetLength() public method

public GetLength ( JsArguments target ) : JsInstance
target JsArguments
return JsInstance
        public JsInstance GetLength(JsArguments target)
        {
            return global.NumberClass.New(target.length);
        }