WebKit.IDOMEventListenerForkeydown.setWebScriptValueAtIndex C# (CSharp) Method

setWebScriptValueAtIndex() public method

public setWebScriptValueAtIndex ( uint index, object val ) : void
index uint
val object
return void
        public void setWebScriptValueAtIndex(uint index, object val)
        {
            throw new NotImplementedException();
        }