Jint.Native.JsArguments.GetLength C# (CSharp) 메소드

GetLength() 공개 메소드

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