暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

WindowsRuntimeWorkaround.cs.template.cs 177B

12345678910
  1. #if ENABLE_WINMD_SUPPORT
  2. // WARNING: Do not modify! Generated file.
  3. struct WindowsRuntimeWorkaround
  4. {
  5. private Windows.Foundation.IAsyncAction _workaroundAction;
  6. }
  7. #endif