WindowsRuntimeWorkaround.cs.template.cs 177 B

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