Updates referencesource to .NET 4.7
[mono-project.git] / mcs / class / referencesource / System.Runtime.Caching / Resources / R.Designer.cs
bloba6a4cc0f7a789e86f28ea23030d18f73584ee5c6
1 //------------------------------------------------------------------------------
2 // <auto-generated>
3 // This code was generated by a tool.
4 // Runtime Version:4.0.20414.0
5 //
6 // Changes to this file may cause incorrect behavior and will be lost if
7 // the code is regenerated.
8 // </auto-generated>
9 //------------------------------------------------------------------------------
11 namespace System.Runtime.Caching.Resources {
12 using System;
15 /// <summary>
16 /// A strongly-typed resource class, for looking up localized strings, etc.
17 /// </summary>
18 // This class was auto-generated by the StronglyTypedResourceBuilder
19 // class via a tool like ResGen or Visual Studio.
20 // To add or remove a member, edit your .ResX file then rerun ResGen
21 // with the /str option, or rebuild your VS project.
22 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
23 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
24 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
25 internal class R {
27 private static global::System.Resources.ResourceManager resourceMan;
29 private static global::System.Globalization.CultureInfo resourceCulture;
31 [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Justification = "Grandfathered suppression from original caching code checkin")]
32 internal R() {
35 /// <summary>
36 /// Returns the cached ResourceManager instance used by this class.
37 /// </summary>
38 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
39 internal static global::System.Resources.ResourceManager ResourceManager {
40 get {
41 if (object.ReferenceEquals(resourceMan, null)) {
42 global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Runtime.Caching.Resources.R", typeof(R).Assembly);
43 resourceMan = temp;
45 return resourceMan;
49 /// <summary>
50 /// Overrides the current thread's CurrentUICulture property for all
51 /// resource lookups using this strongly typed resource class.
52 /// </summary>
53 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
54 internal static global::System.Globalization.CultureInfo Culture {
55 get {
56 return resourceCulture;
58 set {
59 resourceCulture = value;
63 /// <summary>
64 /// Looks up a localized string similar to &apos;{0}&apos; must be greater than or equal to &apos;{1}&apos; and less than or equal to &apos;{2}&apos;..
65 /// </summary>
66 internal static string Argument_out_of_range {
67 get {
68 return ResourceManager.GetString("Argument_out_of_range", resourceCulture);
72 /// <summary>
73 /// Looks up a localized string similar to The collection &apos;{0}&apos; contains a null element..
74 /// </summary>
75 internal static string Collection_contains_null_element {
76 get {
77 return ResourceManager.GetString("Collection_contains_null_element", resourceCulture);
81 /// <summary>
82 /// Looks up a localized string similar to The collection &apos;{0}&apos; contains a null or empty string..
83 /// </summary>
84 internal static string Collection_contains_null_or_empty_string {
85 get {
86 return ResourceManager.GetString("Collection_contains_null_or_empty_string", resourceCulture);
90 /// <summary>
91 /// Looks up a localized string similar to Unable to retrieve configuration section &apos;{0}&apos;..
92 /// </summary>
93 internal static string Config_unable_to_get_section {
94 get {
95 return ResourceManager.GetString("Config_unable_to_get_section", resourceCulture);
99 /// <summary>
100 /// Looks up a localized string similar to Default is a reserved MemoryCache name..
101 /// </summary>
102 internal static string Default_is_reserved {
103 get {
104 return ResourceManager.GetString("Default_is_reserved", resourceCulture);
108 /// <summary>
109 /// Looks up a localized string similar to The collection &apos;{0}&apos; is empty..
110 /// </summary>
111 internal static string Empty_collection {
112 get {
113 return ResourceManager.GetString("Empty_collection", resourceCulture);
117 /// <summary>
118 /// Looks up a localized string similar to Initialization has not completed yet. The InitializationComplete method must be invoked before Dispose is invoked..
119 /// </summary>
120 internal static string Init_not_complete {
121 get {
122 return ResourceManager.GetString("Init_not_complete", resourceCulture);
126 /// <summary>
127 /// Looks up a localized string similar to One of the following parameters must be specified: dependencies, absoluteExpiration, slidingExpiration..
128 /// </summary>
129 internal static string Invalid_argument_combination {
130 get {
131 return ResourceManager.GetString("Invalid_argument_combination", resourceCulture);
135 /// <summary>
136 /// Looks up a localized string similar to Only one callback can be specified. Either RemovedCallback or UpdateCallback must be null..
137 /// </summary>
138 internal static string Invalid_callback_combination {
139 get {
140 return ResourceManager.GetString("Invalid_callback_combination", resourceCulture);
144 /// <summary>
145 /// Looks up a localized string similar to AbsoluteExpiration must be DateTimeOffset.MaxValue or SlidingExpiration must be TimeSpan.Zero..
146 /// </summary>
147 internal static string Invalid_expiration_combination {
148 get {
149 return ResourceManager.GetString("Invalid_expiration_combination", resourceCulture);
153 /// <summary>
154 /// Looks up a localized string similar to Invalid state..
155 /// </summary>
156 internal static string Invalid_state {
157 get {
158 return ResourceManager.GetString("Invalid_state", resourceCulture);
162 /// <summary>
163 /// Looks up a localized string similar to The method has already been invoked, and can only be invoked once..
164 /// </summary>
165 internal static string Method_already_invoked {
166 get {
167 return ResourceManager.GetString("Method_already_invoked", resourceCulture);
171 /// <summary>
172 /// Looks up a localized string similar to The property has already been set, and can only be set once..
173 /// </summary>
174 internal static string Property_already_set {
175 get {
176 return ResourceManager.GetString("Property_already_set", resourceCulture);
180 /// <summary>
181 /// Looks up a localized string similar to Invalid configuration: {0}=&quot;{1}&quot;. The {0} value must be a time interval that can be parsed by System.TimeSpan.Parse..
182 /// </summary>
183 internal static string TimeSpan_invalid_format {
184 get {
185 return ResourceManager.GetString("TimeSpan_invalid_format", resourceCulture);
189 /// <summary>
190 /// Looks up a localized string similar to CacheItemUpdateCallback must be null..
191 /// </summary>
192 internal static string Update_callback_must_be_null {
193 get {
194 return ResourceManager.GetString("Update_callback_must_be_null", resourceCulture);
198 /// <summary>
199 /// Looks up a localized string similar to Invalid configuration: {0}=&quot;{1}&quot;. The {0} value must be a non-negative 32-bit integer..
200 /// </summary>
201 internal static string Value_must_be_non_negative_integer {
202 get {
203 return ResourceManager.GetString("Value_must_be_non_negative_integer", resourceCulture);
207 /// <summary>
208 /// Looks up a localized string similar to Invalid configuration: {0}=&quot;{1}&quot;. The {0} value must be a positive 32-bit integer..
209 /// </summary>
210 internal static string Value_must_be_positive_integer {
211 get {
212 return ResourceManager.GetString("Value_must_be_positive_integer", resourceCulture);
216 /// <summary>
217 /// Looks up a localized string similar to Invalid configuration: {0}=&quot;{1}&quot;. The {0} value cannot be greater than &apos;{2}&apos;..
218 /// </summary>
219 internal static string Value_too_big {
220 get {
221 return ResourceManager.GetString("Value_too_big", resourceCulture);
225 /// <summary>
226 /// Looks up a localized string similar to Invalid configuration: {0}=&quot;{1}&quot;. The {0} value must be a boolean..
227 /// </summary>
228 internal static string Value_must_be_boolean {
229 get {
230 return ResourceManager.GetString("Value_must_be_boolean", resourceCulture);
234 /// <summary>
235 /// Looks up a localized string similar to An empty string is invalid..
236 /// </summary>
237 internal static string Empty_string_invalid {
238 get {
239 return ResourceManager.GetString("Empty_string_invalid", resourceCulture);
243 /// <summary>
244 /// Looks up a localized string similar to The parameter regionName must be null..
245 /// </summary>
246 internal static string RegionName_not_supported {
247 get {
248 return ResourceManager.GetString("RegionName_not_supported", resourceCulture);