Mercurial > pub > bltoolkit
comparison Source/Properties/Resources.Designer.cs @ 0:f990fcb411a9
Копия текущей версии из github
author | cin |
---|---|
date | Thu, 27 Mar 2014 21:46:09 +0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f990fcb411a9 |
---|---|
1 //------------------------------------------------------------------------------ | |
2 // <auto-generated> | |
3 // This code was generated by a tool. | |
4 // Runtime Version:4.0.30319.1 | |
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 | |
11 namespace BLToolkit.Properties { | |
12 using System; | |
13 | |
14 | |
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 Resources { | |
26 | |
27 private static global::System.Resources.ResourceManager resourceMan; | |
28 | |
29 private static global::System.Globalization.CultureInfo resourceCulture; | |
30 | |
31 [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] | |
32 internal Resources() { | |
33 } | |
34 | |
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("BLToolkit.Properties.Resources", typeof(Resources).Assembly); | |
43 resourceMan = temp; | |
44 } | |
45 return resourceMan; | |
46 } | |
47 } | |
48 | |
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; | |
57 } | |
58 set { | |
59 resourceCulture = value; | |
60 } | |
61 } | |
62 | |
63 /// <summary> | |
64 /// Looks up a localized string similar to The '{0}' must be an interface.. | |
65 /// </summary> | |
66 internal static string AbstractClassBuilder_TypeIsNotAnInterface { | |
67 get { | |
68 return ResourceManager.GetString("AbstractClassBuilder_TypeIsNotAnInterface", resourceCulture); | |
69 } | |
70 } | |
71 | |
72 /// <summary> | |
73 /// Looks up a localized string similar to Can not figure out the target method for the method '{0}.{1}'.. | |
74 /// </summary> | |
75 internal static string AsyncAspectBuilder_NoTargetMethod { | |
76 get { | |
77 return ResourceManager.GetString("AsyncAspectBuilder_NoTargetMethod", resourceCulture); | |
78 } | |
79 } | |
80 | |
81 /// <summary> | |
82 /// Looks up a localized string similar to Parameter 'cacheAspectType' must be of CacheAspect type. | |
83 /// </summary> | |
84 internal static string CacheAttribute_ParentTypeConstraintViolated { | |
85 get { | |
86 return ResourceManager.GetString("CacheAttribute_ParentTypeConstraintViolated", resourceCulture); | |
87 } | |
88 } | |
89 | |
90 /// <summary> | |
91 /// Looks up a localized string similar to Invalid cast from {0} to {1}. | |
92 /// </summary> | |
93 internal static string Convert_InvalidCast { | |
94 get { | |
95 return ResourceManager.GetString("Convert_InvalidCast", resourceCulture); | |
96 } | |
97 } | |
98 | |
99 /// <summary> | |
100 /// Looks up a localized string similar to Index has more then one field for the method '{0}.{1}'. Use CompoundValue as the Key type. | |
101 /// </summary> | |
102 internal static string DataAccessor_IndexIsComplex { | |
103 get { | |
104 return ResourceManager.GetString("DataAccessor_IndexIsComplex", resourceCulture); | |
105 } | |
106 } | |
107 | |
108 /// <summary> | |
109 /// Looks up a localized string similar to Key type for the method '{0}.{1}' can be of type object or CompoundValue.. | |
110 /// </summary> | |
111 internal static string DataAccessor_InvalidKeyType { | |
112 get { | |
113 return ResourceManager.GetString("DataAccessor_InvalidKeyType", resourceCulture); | |
114 } | |
115 } | |
116 | |
117 /// <summary> | |
118 /// Looks up a localized string similar to Index is not defined for the method '{0}.{1}'.. | |
119 /// </summary> | |
120 internal static string DataAccessor_UnknownIndex { | |
121 get { | |
122 return ResourceManager.GetString("DataAccessor_UnknownIndex", resourceCulture); | |
123 } | |
124 } | |
125 | |
126 /// <summary> | |
127 /// Looks up a localized string similar to DbManager object is not provided.. | |
128 /// </summary> | |
129 internal static string DataAccessorBase_NoDbManager { | |
130 get { | |
131 return ResourceManager.GetString("DataAccessorBase_NoDbManager", resourceCulture); | |
132 } | |
133 } | |
134 | |
135 /// <summary> | |
136 /// Looks up a localized string similar to Key type for the method '{0}.{1}' can be of type object, CompoundValue, or a scalar type.. | |
137 /// </summary> | |
138 internal static string DataAccessorBuilder_BadKeyType { | |
139 get { | |
140 return ResourceManager.GetString("DataAccessorBuilder_BadKeyType", resourceCulture); | |
141 } | |
142 } | |
143 | |
144 /// <summary> | |
145 /// Looks up a localized string similar to Can not determine object type for the method '{0}.{1}'. | |
146 /// </summary> | |
147 internal static string DataAccessorBuilder_BadListItemType { | |
148 get { | |
149 return ResourceManager.GetString("DataAccessorBuilder_BadListItemType", resourceCulture); | |
150 } | |
151 } | |
152 | |
153 /// <summary> | |
154 /// Looks up a localized string similar to Cannot create an instance of the type '{0}'. | |
155 /// </summary> | |
156 internal static string DataAccessorBuilder_CantCreateTypeInstance { | |
157 get { | |
158 return ResourceManager.GetString("DataAccessorBuilder_CantCreateTypeInstance", resourceCulture); | |
159 } | |
160 } | |
161 | |
162 /// <summary> | |
163 /// Looks up a localized string similar to ExecuteNonQuery does not support the Destination attribute. | |
164 /// </summary> | |
165 internal static string DataAccessorBuilder_CantExecuteNonQueryToDestination { | |
166 get { | |
167 return ResourceManager.GetString("DataAccessorBuilder_CantExecuteNonQueryToDestination", resourceCulture); | |
168 } | |
169 } | |
170 | |
171 /// <summary> | |
172 /// Looks up a localized string similar to DataSetTable attribute for method '{0}.{1}' may not be an index. | |
173 /// </summary> | |
174 internal static string DataAccessorBuilder_DataSetTableMustBeByName { | |
175 get { | |
176 return ResourceManager.GetString("DataAccessorBuilder_DataSetTableMustBeByName", resourceCulture); | |
177 } | |
178 } | |
179 | |
180 /// <summary> | |
181 /// Looks up a localized string similar to The type '{0}' does not have 'Equals' method. | |
182 /// </summary> | |
183 internal static string DataAccessorBuilder_EqualsMethodIsNotPublic { | |
184 get { | |
185 return ResourceManager.GetString("DataAccessorBuilder_EqualsMethodIsNotPublic", resourceCulture); | |
186 } | |
187 } | |
188 | |
189 /// <summary> | |
190 /// Looks up a localized string similar to The return type '{0}' of the method '{1}' is incompatible with the destination parameter type '{2}'.. | |
191 /// </summary> | |
192 internal static string DataAccessorBuilder_IncompatibleDestinationType { | |
193 get { | |
194 return ResourceManager.GetString("DataAccessorBuilder_IncompatibleDestinationType", resourceCulture); | |
195 } | |
196 } | |
197 | |
198 /// <summary> | |
199 /// Looks up a localized string similar to ExecuteScalar destination must be an out or a ref parameter.. | |
200 /// </summary> | |
201 internal static string DataAccessorBuilder_ScalarDestinationIsNotByRef { | |
202 get { | |
203 return ResourceManager.GetString("DataAccessorBuilder_ScalarDestinationIsNotByRef", resourceCulture); | |
204 } | |
205 } | |
206 | |
207 /// <summary> | |
208 /// Looks up a localized string similar to Scalar field name is not defined for the method '{0}.{1}'.. | |
209 /// </summary> | |
210 internal static string DataAccessorBuilder_ScalarFieldNameMissing { | |
211 get { | |
212 return ResourceManager.GetString("DataAccessorBuilder_ScalarFieldNameMissing", resourceCulture); | |
213 } | |
214 } | |
215 | |
216 /// <summary> | |
217 /// Looks up a localized string similar to More then one parameter is marked as destination. | |
218 /// </summary> | |
219 internal static string DataAccessorBuilderTooManyDestinations { | |
220 get { | |
221 return ResourceManager.GetString("DataAccessorBuilderTooManyDestinations", resourceCulture); | |
222 } | |
223 } | |
224 | |
225 /// <summary> | |
226 /// Looks up a localized string similar to No such parameter: '{0}'. | |
227 /// </summary> | |
228 internal static string DataAccessot_ParameterNotFound { | |
229 get { | |
230 return ResourceManager.GetString("DataAccessot_ParameterNotFound", resourceCulture); | |
231 } | |
232 } | |
233 | |
234 /// <summary> | |
235 /// Looks up a localized string similar to DataSet must be initialized before calling Update routine. Cannot update database from a null dataset.. | |
236 /// </summary> | |
237 internal static string DbManager_CannotUpdateNullDataset { | |
238 get { | |
239 return ResourceManager.GetString("DbManager_CannotUpdateNullDataset", resourceCulture); | |
240 } | |
241 } | |
242 | |
243 /// <summary> | |
244 /// Looks up a localized string similar to DataTable must be initialized before calling Update routine. Cannot update database from a null data table.. | |
245 /// </summary> | |
246 internal static string DbManager_CannotUpdateNullDataTable { | |
247 get { | |
248 return ResourceManager.GetString("DbManager_CannotUpdateNullDataTable", resourceCulture); | |
249 } | |
250 } | |
251 | |
252 /// <summary> | |
253 /// Looks up a localized string similar to The connection does not match the data provider type.. | |
254 /// </summary> | |
255 internal static string DbManager_ConnectionTypeMismatch { | |
256 get { | |
257 return ResourceManager.GetString("DbManager_ConnectionTypeMismatch", resourceCulture); | |
258 } | |
259 } | |
260 | |
261 /// <summary> | |
262 /// Looks up a localized string similar to dataProvider.ConnectionType must be a valid connection type. | |
263 /// </summary> | |
264 internal static string DbManager_InvalidDataProviderConnectionType { | |
265 get { | |
266 return ResourceManager.GetString("DbManager_InvalidDataProviderConnectionType", resourceCulture); | |
267 } | |
268 } | |
269 | |
270 /// <summary> | |
271 /// Looks up a localized string similar to dataProvider.Name must be a valid string. | |
272 /// </summary> | |
273 internal static string DbManager_InvalidDataProviderName { | |
274 get { | |
275 return ResourceManager.GetString("DbManager_InvalidDataProviderName", resourceCulture); | |
276 } | |
277 } | |
278 | |
279 /// <summary> | |
280 /// Looks up a localized string similar to dataProvider.ProviderName must be a valid string. | |
281 /// </summary> | |
282 internal static string DbManager_InvalidDataProviderProviderName { | |
283 get { | |
284 return ResourceManager.GetString("DbManager_InvalidDataProviderProviderName", resourceCulture); | |
285 } | |
286 } | |
287 | |
288 /// <summary> | |
289 /// Looks up a localized string similar to providerName must be a valid string. | |
290 /// </summary> | |
291 internal static string DbManager_InvalidProviderName { | |
292 get { | |
293 return ResourceManager.GetString("DbManager_InvalidProviderName", resourceCulture); | |
294 } | |
295 } | |
296 | |
297 /// <summary> | |
298 /// Looks up a localized string similar to Parameter count does not match Parameter Value count.. | |
299 /// </summary> | |
300 internal static string DbManager_MismatchParameterCount { | |
301 get { | |
302 return ResourceManager.GetString("DbManager_MismatchParameterCount", resourceCulture); | |
303 } | |
304 } | |
305 | |
306 /// <summary> | |
307 /// Looks up a localized string similar to Both `{0}' and `{1}' data providers are default. | |
308 /// </summary> | |
309 internal static string DbManager_MoreThenOneDefaultProvider { | |
310 get { | |
311 return ResourceManager.GetString("DbManager_MoreThenOneDefaultProvider", resourceCulture); | |
312 } | |
313 } | |
314 | |
315 /// <summary> | |
316 /// Looks up a localized string similar to Only objects of type IDbDataParameter or arrays of IDbDataParameter are supported. | |
317 /// </summary> | |
318 internal static string DbManager_NotDbDataParameter { | |
319 get { | |
320 return ResourceManager.GetString("DbManager_NotDbDataParameter", resourceCulture); | |
321 } | |
322 } | |
323 | |
324 /// <summary> | |
325 /// Looks up a localized string similar to The '{0}' key does not exist in the configuration file.. | |
326 /// </summary> | |
327 internal static string DbManager_UnknownConfiguration { | |
328 get { | |
329 return ResourceManager.GetString("DbManager_UnknownConfiguration", resourceCulture); | |
330 } | |
331 } | |
332 | |
333 /// <summary> | |
334 /// Looks up a localized string similar to The '{0}' type of the connection could not be recognized.. | |
335 /// </summary> | |
336 internal static string DbManager_UnknownConnectionType { | |
337 get { | |
338 return ResourceManager.GetString("DbManager_UnknownConnectionType", resourceCulture); | |
339 } | |
340 } | |
341 | |
342 /// <summary> | |
343 /// Looks up a localized string similar to A suitable data provider is not available for configuration '{0}'.. | |
344 /// </summary> | |
345 internal static string DbManager_UnknownDataProvider { | |
346 get { | |
347 return ResourceManager.GetString("DbManager_UnknownDataProvider", resourceCulture); | |
348 } | |
349 } | |
350 | |
351 /// <summary> | |
352 /// Looks up a localized string similar to The interface must be public.. | |
353 /// </summary> | |
354 internal static string DuckTyping_InterfaceMustBePublic { | |
355 get { | |
356 return ResourceManager.GetString("DuckTyping_InterfaceMustBePublic", resourceCulture); | |
357 } | |
358 } | |
359 | |
360 /// <summary> | |
361 /// Looks up a localized string similar to 'interfaceType' must be an interface.. | |
362 /// </summary> | |
363 internal static string DuckTyping_InterfaceTypeMustBeAnInterface { | |
364 get { | |
365 return ResourceManager.GetString("DuckTyping_InterfaceTypeMustBeAnInterface", resourceCulture); | |
366 } | |
367 } | |
368 | |
369 /// <summary> | |
370 /// Looks up a localized string similar to Invalid number of 'baseObjectTypes' or 'objs'.. | |
371 /// </summary> | |
372 internal static string DuckTyping_InvalidNumberOfObjs { | |
373 get { | |
374 return ResourceManager.GetString("DuckTyping_InvalidNumberOfObjs", resourceCulture); | |
375 } | |
376 } | |
377 | |
378 /// <summary> | |
379 /// Looks up a localized string similar to '{0}' is not a subtype of '{1}'.. | |
380 /// </summary> | |
381 internal static string DuckTyping_NotASubtypeOf { | |
382 get { | |
383 return ResourceManager.GetString("DuckTyping_NotASubtypeOf", resourceCulture); | |
384 } | |
385 } | |
386 | |
387 /// <summary> | |
388 /// Looks up a localized string similar to Failed to query type '{0}' for method '{1}'.. | |
389 /// </summary> | |
390 internal static string EmitHelper_NoSuchMethod { | |
391 get { | |
392 return ResourceManager.GetString("EmitHelper_NoSuchMethod", resourceCulture); | |
393 } | |
394 } | |
395 | |
396 /// <summary> | |
397 /// Looks up a localized string similar to Type '{0}' is not expected.. | |
398 /// </summary> | |
399 internal static string EmitHelper_NotExpectedType { | |
400 get { | |
401 return ResourceManager.GetString("EmitHelper_NotExpectedType", resourceCulture); | |
402 } | |
403 } | |
404 | |
405 /// <summary> | |
406 /// Looks up a localized string similar to MethodInfo can not be changed.. | |
407 /// </summary> | |
408 internal static string InterceptCallInfo_CallMethodInfoIsNotMutable { | |
409 get { | |
410 return ResourceManager.GetString("InterceptCallInfo_CallMethodInfoIsNotMutable", resourceCulture); | |
411 } | |
412 } | |
413 | |
414 /// <summary> | |
415 /// Looks up a localized string similar to Type '{0}' does not contain field '{1}'.. | |
416 /// </summary> | |
417 internal static string MapIndex_BadField { | |
418 get { | |
419 return ResourceManager.GetString("MapIndex_BadField", resourceCulture); | |
420 } | |
421 } | |
422 | |
423 /// <summary> | |
424 /// Looks up a localized string similar to At least one field name or index must be specified. | |
425 /// </summary> | |
426 internal static string MapIndex_EmptyFields { | |
427 get { | |
428 return ResourceManager.GetString("MapIndex_EmptyFields", resourceCulture); | |
429 } | |
430 } | |
431 | |
432 /// <summary> | |
433 /// Looks up a localized string similar to At least one field index must be specified. | |
434 /// </summary> | |
435 internal static string MapIndex_EmptyIndices { | |
436 get { | |
437 return ResourceManager.GetString("MapIndex_EmptyIndices", resourceCulture); | |
438 } | |
439 } | |
440 | |
441 /// <summary> | |
442 /// Looks up a localized string similar to At least one field name must be specified. | |
443 /// </summary> | |
444 internal static string MapIndex_EmptyNames { | |
445 get { | |
446 return ResourceManager.GetString("MapIndex_EmptyNames", resourceCulture); | |
447 } | |
448 } | |
449 | |
450 /// <summary> | |
451 /// Looks up a localized string similar to Can not convert array of type '{0}' to array of '{1}'.. | |
452 /// </summary> | |
453 internal static string MappingSchema_IncompatibleArrayTypes { | |
454 get { | |
455 return ResourceManager.GetString("MappingSchema_IncompatibleArrayTypes", resourceCulture); | |
456 } | |
457 } | |
458 | |
459 /// <summary> | |
460 /// Looks up a localized string similar to The index parameter must be greater or equal to zero.. | |
461 /// </summary> | |
462 internal static string NameOrIndexParameter_BadIndex { | |
463 get { | |
464 return ResourceManager.GetString("NameOrIndexParameter_BadIndex", resourceCulture); | |
465 } | |
466 } | |
467 | |
468 /// <summary> | |
469 /// Looks up a localized string similar to Name must be a valid string.. | |
470 /// </summary> | |
471 internal static string NameOrIndexParameter_BadName { | |
472 get { | |
473 return ResourceManager.GetString("NameOrIndexParameter_BadName", resourceCulture); | |
474 } | |
475 } | |
476 | |
477 /// <summary> | |
478 /// Looks up a localized string similar to Can not figure out the overloaded method for the method '{0}.{1}'.. | |
479 /// </summary> | |
480 internal static string OverloadAspectBuilder_NoOverloadedMethod { | |
481 get { | |
482 return ResourceManager.GetString("OverloadAspectBuilder_NoOverloadedMethod", resourceCulture); | |
483 } | |
484 } | |
485 | |
486 /// <summary> | |
487 /// Looks up a localized string similar to The '{0}' type does not have appropriate getter. See '{1}' member '{2}' of '{3}' type.. | |
488 /// </summary> | |
489 internal static string TypeBuilder_CannotGetGetter { | |
490 get { | |
491 return ResourceManager.GetString("TypeBuilder_CannotGetGetter", resourceCulture); | |
492 } | |
493 } | |
494 | |
495 /// <summary> | |
496 /// Looks up a localized string similar to The '{0}' type does not have appropriate setter. See '{1}' member '{2}' of '{3}' type.. | |
497 /// </summary> | |
498 internal static string TypeBuilder_CannotGetSetter { | |
499 get { | |
500 return ResourceManager.GetString("TypeBuilder_CannotGetSetter", resourceCulture); | |
501 } | |
502 } | |
503 | |
504 /// <summary> | |
505 /// Looks up a localized string similar to Could not build the '{0}' property of the '{1}' type: generic type '{2}' and it's generic parameter types should have only one parameter type.. | |
506 /// </summary> | |
507 internal static string TypeBuilder_GenericShouldBeSingleTyped { | |
508 get { | |
509 return ResourceManager.GetString("TypeBuilder_GenericShouldBeSingleTyped", resourceCulture); | |
510 } | |
511 } | |
512 | |
513 /// <summary> | |
514 /// Looks up a localized string similar to Could not build the '{0}' type: default constructor not found.. | |
515 /// </summary> | |
516 internal static string TypeBuilder_NoDefaultCtor { | |
517 get { | |
518 return ResourceManager.GetString("TypeBuilder_NoDefaultCtor", resourceCulture); | |
519 } | |
520 } | |
521 | |
522 /// <summary> | |
523 /// Looks up a localized string similar to Could not build the '{0}' property of the '{1}' type: type '{2}' has to have constructor taking type '{3}'.. | |
524 /// </summary> | |
525 internal static string TypeBuilder_PropertyTypeHasNoCtorWithParamType { | |
526 get { | |
527 return ResourceManager.GetString("TypeBuilder_PropertyTypeHasNoCtorWithParamType", resourceCulture); | |
528 } | |
529 } | |
530 | |
531 /// <summary> | |
532 /// Looks up a localized string similar to Could not build the '{0}' property of the '{1}' type: type '{2}' has to have public constructor.. | |
533 /// </summary> | |
534 internal static string TypeBuilder_PropertyTypeHasNoPublicCtor { | |
535 get { | |
536 return ResourceManager.GetString("TypeBuilder_PropertyTypeHasNoPublicCtor", resourceCulture); | |
537 } | |
538 } | |
539 | |
540 /// <summary> | |
541 /// Looks up a localized string similar to Could not build the '{0}' property of the '{1}' type: type '{2}' has to have public default constructor.. | |
542 /// </summary> | |
543 internal static string TypeBuilder_PropertyTypeHasNoPublicDefaultCtor { | |
544 get { | |
545 return ResourceManager.GetString("TypeBuilder_PropertyTypeHasNoPublicDefaultCtor", resourceCulture); | |
546 } | |
547 } | |
548 | |
549 /// <summary> | |
550 /// Looks up a localized string similar to Type '{0}' must implement required public method '{1}'. | |
551 /// </summary> | |
552 internal static string TypeBuilder_PublicMethodMustBeImplemented { | |
553 get { | |
554 return ResourceManager.GetString("TypeBuilder_PublicMethodMustBeImplemented", resourceCulture); | |
555 } | |
556 } | |
557 | |
558 /// <summary> | |
559 /// Looks up a localized string similar to Type '{0}' does not implement public method '{1}'. | |
560 /// </summary> | |
561 internal static string TypeBuilder_PublicMethodNotImplemented { | |
562 get { | |
563 return ResourceManager.GetString("TypeBuilder_PublicMethodNotImplemented", resourceCulture); | |
564 } | |
565 } | |
566 | |
567 /// <summary> | |
568 /// Looks up a localized string similar to The method '{0}' of '{1}' has parameter '{2}' wich can't be handled. Please specify attrbutes [Parent] or [PropertyInfo] to get access to them.. | |
569 /// </summary> | |
570 internal static string TypeBuilder_UnknownParameterType { | |
571 get { | |
572 return ResourceManager.GetString("TypeBuilder_UnknownParameterType", resourceCulture); | |
573 } | |
574 } | |
575 | |
576 /// <summary> | |
577 /// Looks up a localized string similar to Could not build the '{0}' type.. | |
578 /// </summary> | |
579 internal static string TypeFactory_BuildFailed { | |
580 get { | |
581 return ResourceManager.GetString("TypeFactory_BuildFailed", resourceCulture); | |
582 } | |
583 } | |
584 } | |
585 } |