1a7d41de48d6b5f4c38838283c41fa5d55f73142
[mono.git] / mcs / class / System.Runtime.Caching / ReferenceSources / R.Designer.cs
1 // This is a copy of external/referencesource/System.Runtime.Caching/Resources/R.Designer.cs
2 // This verison does not use ResourceManager, instead it uses hard coded strings.
3 // This should be removed once Mono has access to .NET resources.
4
5 namespace System.Runtime.Caching.Resources {
6     using System;
7     
8     
9     /// <summary>
10     ///   A strongly-typed resource class, for looking up localized strings, etc.
11     /// </summary>
12     // This class was auto-generated by the StronglyTypedResourceBuilder
13     // class via a tool like ResGen or Visual Studio.
14     // To add or remove a member, edit your .ResX file then rerun ResGen
15     // with the /str option, or rebuild your VS project.
16     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
17     [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
18     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
19     internal class R {
20         
21         private static global::System.Resources.ResourceManager resourceMan;
22         
23         private static global::System.Globalization.CultureInfo resourceCulture;
24         
25         [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Justification = "Grandfathered suppression from original caching code checkin")]
26         internal R() {
27         }
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.Runtime.Caching.Resources.R", typeof(R).Assembly);
37                     resourceMan = temp;
38                 }
39                 return resourceMan;
40             }
41         }
42         
43         /// <summary>
44         ///   Overrides the current thread's CurrentUICulture property for all
45         ///   resource lookups using this strongly typed resource class.
46         /// </summary>
47         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
48         internal static global::System.Globalization.CultureInfo Culture {
49             get {
50                 return resourceCulture;
51             }
52             set {
53                 resourceCulture = value;
54             }
55         }
56         
57         /// <summary>
58         ///   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;..
59         /// </summary>
60         internal static string Argument_out_of_range {
61             get {
62                 return "Argument_out_of_range";
63             }
64         }
65         
66         /// <summary>
67         ///   Looks up a localized string similar to The collection &apos;{0}&apos; contains a null element..
68         /// </summary>
69         internal static string Collection_contains_null_element {
70             get {
71                 return "Collection_contains_null_element";
72             }
73         }
74         
75         /// <summary>
76         ///   Looks up a localized string similar to The collection &apos;{0}&apos; contains a null or empty string..
77         /// </summary>
78         internal static string Collection_contains_null_or_empty_string {
79             get {
80                 return "Collection_contains_null_or_empty_string";
81             }
82         }
83         
84         /// <summary>
85         ///   Looks up a localized string similar to Unable to retrieve configuration section &apos;{0}&apos;..
86         /// </summary>
87         internal static string Config_unable_to_get_section {
88             get {
89                 return "Config_unable_to_get_section";
90             }
91         }
92         
93         /// <summary>
94         ///   Looks up a localized string similar to Default is a reserved MemoryCache name..
95         /// </summary>
96         internal static string Default_is_reserved {
97             get {
98                 return "Default_is_reserved";
99             }
100         }
101         
102         /// <summary>
103         ///   Looks up a localized string similar to The collection &apos;{0}&apos; is empty..
104         /// </summary>
105         internal static string Empty_collection {
106             get {
107                 return "Empty_collection";
108             }
109         }
110         
111         /// <summary>
112         ///   Looks up a localized string similar to Initialization has not completed yet.  The InitializationComplete method must be invoked before Dispose is invoked..
113         /// </summary>
114         internal static string Init_not_complete {
115             get {
116                 return "Init_not_complete";
117             }
118         }
119         
120         /// <summary>
121         ///   Looks up a localized string similar to One of the following parameters must be specified: dependencies, absoluteExpiration, slidingExpiration..
122         /// </summary>
123         internal static string Invalid_argument_combination {
124             get {
125                 return "Invalid_argument_combination";
126             }
127         }
128         
129         /// <summary>
130         ///   Looks up a localized string similar to Only one callback can be specified.  Either RemovedCallback or UpdateCallback must be null..
131         /// </summary>
132         internal static string Invalid_callback_combination {
133             get {
134                 return "Invalid_callback_combination";
135             }
136         }
137         
138         /// <summary>
139         ///   Looks up a localized string similar to AbsoluteExpiration must be DateTimeOffset.MaxValue or SlidingExpiration must be TimeSpan.Zero..
140         /// </summary>
141         internal static string Invalid_expiration_combination {
142             get {
143                 return "Invalid_expiration_combination";
144             }
145         }
146         
147         /// <summary>
148         ///   Looks up a localized string similar to Invalid state..
149         /// </summary>
150         internal static string Invalid_state {
151             get {
152                 return "Invalid_state";
153             }
154         }
155         
156         /// <summary>
157         ///   Looks up a localized string similar to The method has already been invoked, and can only be invoked once..
158         /// </summary>
159         internal static string Method_already_invoked {
160             get {
161                 return "Method_already_invoked";
162             }
163         }
164         
165         /// <summary>
166         ///   Looks up a localized string similar to The property has already been set, and can only be set once..
167         /// </summary>
168         internal static string Property_already_set {
169             get {
170                 return "Property_already_set";
171             }
172         }
173         
174         /// <summary>
175         ///   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..
176         /// </summary>
177         internal static string TimeSpan_invalid_format {
178             get {
179                 return "TimeSpan_invalid_format";
180             }
181         }
182         
183         /// <summary>
184         ///   Looks up a localized string similar to CacheItemUpdateCallback must be null..
185         /// </summary>
186         internal static string Update_callback_must_be_null {
187             get {
188                 return "Update_callback_must_be_null";
189             }
190         }
191         
192         /// <summary>
193         ///   Looks up a localized string similar to Invalid configuration: {0}=&quot;{1}&quot;.  The {0} value must be a non-negative 32-bit integer..
194         /// </summary>
195         internal static string Value_must_be_non_negative_integer {
196             get {
197                 return "Value_must_be_non_negative_integer";
198             }
199         }
200         
201         /// <summary>
202         ///   Looks up a localized string similar to Invalid configuration: {0}=&quot;{1}&quot;.  The {0} value must be a positive 32-bit integer..
203         /// </summary>
204         internal static string Value_must_be_positive_integer {
205             get {
206                 return "Value_must_be_positive_integer";
207             }
208         }
209         
210         /// <summary>
211         ///   Looks up a localized string similar to Invalid configuration: {0}=&quot;{1}&quot;.  The {0} value cannot be greater than &apos;{2}&apos;..
212         /// </summary>
213         internal static string Value_too_big {
214             get {
215                 return "Value_too_big";
216             }
217         }
218
219         /// <summary>
220         ///   Looks up a localized string similar to An empty string is invalid..
221         /// </summary>
222         internal static string Empty_string_invalid {
223             get {
224                 return "Empty_string_invalid";
225             }
226         }
227
228         /// <summary>
229         ///   Looks up a localized string similar to The parameter regionName must be null..
230         /// </summary>
231         internal static string RegionName_not_supported {
232             get {
233                 return "RegionName_not_supported";
234             }
235         }
236
237     }
238 }