Strings_PlatformServices.Designer.cs 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. {
  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", "4.0.0.0")]
  21. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  22. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  23. internal class Strings_PlatformServices
  24. {
  25. private static global::System.Resources.ResourceManager resourceMan;
  26. private static global::System.Globalization.CultureInfo resourceCulture;
  27. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  28. internal Strings_PlatformServices()
  29. {
  30. }
  31. /// <summary>
  32. /// Returns the cached ResourceManager instance used by this class.
  33. /// </summary>
  34. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  35. internal static global::System.Resources.ResourceManager ResourceManager
  36. {
  37. get
  38. {
  39. if (object.ReferenceEquals(resourceMan, null))
  40. {
  41. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Reactive.Strings_PlatformServices", typeof(Strings_PlatformServices).GetTypeInfo().Assembly);
  42. resourceMan = temp;
  43. }
  44. return resourceMan;
  45. }
  46. }
  47. /// <summary>
  48. /// Overrides the current thread's CurrentUICulture property for all
  49. /// resource lookups using this strongly typed resource class.
  50. /// </summary>
  51. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  52. internal static global::System.Globalization.CultureInfo Culture
  53. {
  54. get
  55. {
  56. return resourceCulture;
  57. }
  58. set
  59. {
  60. resourceCulture = value;
  61. }
  62. }
  63. /// <summary>
  64. /// Looks up a localized string similar to The WinRT thread pool doesn&apos;t support creating periodic timers with a period below 1 millisecond..
  65. /// </summary>
  66. internal static string WINRT_NO_SUB1MS_TIMERS
  67. {
  68. get
  69. {
  70. return ResourceManager.GetString("WINRT_NO_SUB1MS_TIMERS", resourceCulture);
  71. }
  72. }
  73. }
  74. }