示例#1
0
 public static ReadOnlyTouchScreenKeyboard AsReadOnly(this TouchScreenKeyboard self) => self.IsTrulyNull() ? null : new ReadOnlyTouchScreenKeyboard(self);