Returns a string that represents the current . A string that represents the current .
()
| 93 | /// </summary> |
| 94 | /// <returns>A string that represents the current <see cref="InputDevice"/>.</returns> |
| 95 | public override string ToString() |
| 96 | { |
| 97 | return string.Format(CultureInfo.InvariantCulture, "{0} input device [name: {1}]", this.DeviceKind, this.DeviceName); |
| 98 | } |
| 99 | } |
no test coverage detected