Beispiel #1
0
 public Task @lock(OrientationLockType orientation)
 => Method <Task>().Invoke(orientation);
Beispiel #2
0
 public Promise Lock(OrientationLockType orientation)
 {
     return(this.CallMethod <Promise>("lock", orientation));
 }