Jint.Native.JsScope.baseGetDescriptor C# (CSharp) Method

baseGetDescriptor() private method

private baseGetDescriptor ( string key ) : Descriptor
key string
return Descriptor
        private Descriptor baseGetDescriptor(string key)
        {
            return base.GetDescriptor(key);
        }