Strings_PlatformServices.Designer.cs 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.42000
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace System.Reactive {
  11. using System;
  12. using System.Reflection;
  13. /// <summary>
  14. /// A strongly-typed resource class, for looking up localized strings, etc.
  15. /// </summary>
  16. // This class was auto-generated by the StronglyTypedResourceBuilder
  17. // class via a tool like ResGen or Visual Studio.
  18. // To add or remove a member, edit your .ResX file then rerun ResGen
  19. // with the /str option, or rebuild your VS project.
  20. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
  21. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  22. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  23. internal class Strings_PlatformServices {
  24. private static global::System.Resources.ResourceManager resourceMan;
  25. private static global::System.Globalization.CultureInfo resourceCulture;
  26. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  27. internal Strings_PlatformServices() {
  28. }
  29. /// <summary>
  30. /// Returns the cached ResourceManager instance used by this class.
  31. /// </summary>
  32. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  33. internal static global::System.Resources.ResourceManager ResourceManager {
  34. get {
  35. if (object.ReferenceEquals(resourceMan, null)) {
  36. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Reactive.Uwp.Strings_PlatformServices", typeof(Strings_PlatformServices).GetTypeInfo().Assembly);
  37. resourceMan = temp;
  38. }
  39. return resourceMan;
  40. }
  41. }
  42. /// <summary>
  43. /// Overrides the current thread's CurrentUICulture property for all
  44. /// resource lookups using this strongly typed resource class.
  45. /// </summary>
  46. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  47. internal static global::System.Globalization.CultureInfo Culture {
  48. get {
  49. return resourceCulture;
  50. }
  51. set {
  52. resourceCulture = value;
  53. }
  54. }
  55. /// <summary>
  56. /// Looks up a localized string similar to The WinRT thread pool doesn&apos;t support creating periodic timers with a period below 1 millisecond..
  57. /// </summary>
  58. internal static string WINRT_NO_SUB1MS_TIMERS {
  59. get {
  60. return ResourceManager.GetString("WINRT_NO_SUB1MS_TIMERS", resourceCulture);
  61. }
  62. }
  63. }
  64. }