CSharpResources.Designer.cs 593.8 KB
Newer Older
P
Pilchie 已提交
1 2 3
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
4
//     Runtime Version:4.0.30319.42000
P
Pilchie 已提交
5 6 7 8 9 10 11 12
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

namespace Microsoft.CodeAnalysis.CSharp {
    using System;
13
    using System.Reflection;
P
Pilchie 已提交
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
    
    
    /// <summary>
    ///   A strongly-typed resource class, for looking up localized strings, etc.
    /// </summary>
    // This class was auto-generated by the StronglyTypedResourceBuilder
    // class via a tool like ResGen or Visual Studio.
    // To add or remove a member, edit your .ResX file then rerun ResGen
    // with the /str option, or rebuild your VS project.
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    internal class CSharpResources {
        
        private static global::System.Resources.ResourceManager resourceMan;
        
        private static global::System.Globalization.CultureInfo resourceCulture;
        
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal CSharpResources() {
        }
        
        /// <summary>
        ///   Returns the cached ResourceManager instance used by this class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Resources.ResourceManager ResourceManager {
            get {
                if (object.ReferenceEquals(resourceMan, null)) {
43
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.CSharp.CSharpResources", typeof(CSharpResources).GetTypeInfo().Assembly);
P
Pilchie 已提交
44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
                    resourceMan = temp;
                }
                return resourceMan;
            }
        }
        
        /// <summary>
        ///   Overrides the current thread's CurrentUICulture property for all
        ///   resource lookups using this strongly typed resource class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Globalization.CultureInfo Culture {
            get {
                return resourceCulture;
            }
            set {
                resourceCulture = value;
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Can&apos;t reference compilation of type &apos;{0}&apos; from {1} compilation..
        /// </summary>
        internal static string CantReferenceCompilationOf {
            get {
                return ResourceManager.GetString("CantReferenceCompilationOf", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Chaining speculative semantic model is not supported. You should create a speculative model from the non-speculative ParentModel..
        /// </summary>
        internal static string ChainingSpeculativeModelIsNotSupported {
            get {
                return ResourceManager.GetString("ChainingSpeculativeModelIsNotSupported", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Compilation (C#): .
        /// </summary>
        internal static string CompilationC {
            get {
                return ResourceManager.GetString("CompilationC", resourceCulture);
            }
        }
        
91 92 93 94 95 96 97 98 99
        /// <summary>
        ///   Looks up a localized string similar to Could not find file..
        /// </summary>
        internal static string CouldNotFindFile {
            get {
                return ResourceManager.GetString("CouldNotFindFile", resourceCulture);
            }
        }
        
P
Pilchie 已提交
100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225
        /// <summary>
        ///   Looks up a localized string similar to element is expected.
        /// </summary>
        internal static string ElementIsExpected {
            get {
                return ResourceManager.GetString("ElementIsExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Elements cannot be null..
        /// </summary>
        internal static string ElementsCannotBeNull {
            get {
                return ResourceManager.GetString("ElementsCannotBeNull", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; cannot be both extern and abstract.
        /// </summary>
        internal static string ERR_AbstractAndExtern {
            get {
                return ResourceManager.GetString("ERR_AbstractAndExtern", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; cannot be both abstract and sealed.
        /// </summary>
        internal static string ERR_AbstractAndSealed {
            get {
                return ResourceManager.GetString("ERR_AbstractAndSealed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot apply attribute class &apos;{0}&apos; because it is abstract.
        /// </summary>
        internal static string ERR_AbstractAttributeClass {
            get {
                return ResourceManager.GetString("ERR_AbstractAttributeClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot call an abstract base member: &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_AbstractBaseCall {
            get {
                return ResourceManager.GetString("ERR_AbstractBaseCall", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: abstract event cannot have initializer.
        /// </summary>
        internal static string ERR_AbstractEventInitializer {
            get {
                return ResourceManager.GetString("ERR_AbstractEventInitializer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The modifier &apos;abstract&apos; is not valid on fields. Try using a property instead..
        /// </summary>
        internal static string ERR_AbstractField {
            get {
                return ResourceManager.GetString("ERR_AbstractField", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; cannot declare a body because it is marked abstract.
        /// </summary>
        internal static string ERR_AbstractHasBody {
            get {
                return ResourceManager.GetString("ERR_AbstractHasBody", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is abstract but it is contained in non-abstract class &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_AbstractInConcreteClass {
            get {
                return ResourceManager.GetString("ERR_AbstractInConcreteClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The abstract method &apos;{0}&apos; cannot be marked virtual.
        /// </summary>
        internal static string ERR_AbstractNotVirtual {
            get {
                return ResourceManager.GetString("ERR_AbstractNotVirtual", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: an abstract class cannot be sealed or static.
        /// </summary>
        internal static string ERR_AbstractSealedStatic {
            get {
                return ResourceManager.GetString("ERR_AbstractSealedStatic", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: accessibility modifiers on accessors may only be used if the property or indexer has both a get and a set accessor.
        /// </summary>
        internal static string ERR_AccessModMissingAccessor {
            get {
                return ResourceManager.GetString("ERR_AccessModMissingAccessor", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Accessor &apos;{0}&apos; cannot implement interface member &apos;{1}&apos; for type &apos;{2}&apos;. Use an explicit interface implementation..
        /// </summary>
        internal static string ERR_AccessorImplementingMethod {
            get {
                return ResourceManager.GetString("ERR_AccessorImplementingMethod", resourceCulture);
            }
        }
        
226 227 228 229 230 231 232 233 234
        /// <summary>
        ///   Looks up a localized string similar to Properties cannot combine accessor lists with expression bodies..
        /// </summary>
        internal static string ERR_AccessorListAndExpressionBody {
            get {
                return ResourceManager.GetString("ERR_AccessorListAndExpressionBody", resourceCulture);
            }
        }
        
P
Pilchie 已提交
235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; cannot be added to this assembly because it already is an assembly.
        /// </summary>
        internal static string ERR_AddModuleAssembly {
            get {
                return ResourceManager.GetString("ERR_AddModuleAssembly", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An add or remove accessor expected.
        /// </summary>
        internal static string ERR_AddOrRemoveExpected {
            get {
                return ResourceManager.GetString("ERR_AddOrRemoveExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An add or remove accessor must have a body.
        /// </summary>
        internal static string ERR_AddRemoveMustHaveBody {
            get {
                return ResourceManager.GetString("ERR_AddRemoveMustHaveBody", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot take the address of a read-only local variable.
        /// </summary>
        internal static string ERR_AddrOnReadOnlyLocal {
            get {
                return ResourceManager.GetString("ERR_AddrOnReadOnlyLocal", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Agnostic assembly cannot have a processor specific module &apos;{0}&apos;..
        /// </summary>
        internal static string ERR_AgnosticToMachineModule {
            get {
                return ResourceManager.GetString("ERR_AgnosticToMachineModule", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid reference alias option: &apos;{0}=&apos; -- missing filename.
        /// </summary>
        internal static string ERR_AliasMissingFile {
            get {
                return ResourceManager.GetString("ERR_AliasMissingFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Alias &apos;{0}&apos; not found.
        /// </summary>
        internal static string ERR_AliasNotFound {
            get {
                return ResourceManager.GetString("ERR_AliasNotFound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The namespace alias qualifier &apos;::&apos; always resolves to a type or namespace so is illegal here. Consider using &apos;.&apos; instead..
        /// </summary>
        internal static string ERR_AliasQualAsExpression {
            get {
                return ResourceManager.GetString("ERR_AliasQualAsExpression", resourceCulture);
            }
        }
        
307 308 309 310 311 312 313 314 315
        /// <summary>
        ///   Looks up a localized string similar to An alias-qualified name is not an expression..
        /// </summary>
        internal static string ERR_AliasQualifiedNameNotAnExpression {
            get {
                return ResourceManager.GetString("ERR_AliasQualifiedNameNotAnExpression", resourceCulture);
            }
        }
        
P
Pilchie 已提交
316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387
        /// <summary>
        ///   Looks up a localized string similar to Operator &apos;{0}&apos; is ambiguous on operands of type &apos;{1}&apos; and &apos;{2}&apos;.
        /// </summary>
        internal static string ERR_AmbigBinaryOps {
            get {
                return ResourceManager.GetString("ERR_AmbigBinaryOps", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The call is ambiguous between the following methods or properties: &apos;{0}&apos; and &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_AmbigCall {
            get {
                return ResourceManager.GetString("ERR_AmbigCall", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is an ambiguous reference between &apos;{1}&apos; and &apos;{2}&apos;.
        /// </summary>
        internal static string ERR_AmbigContext {
            get {
                return ResourceManager.GetString("ERR_AmbigContext", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Ambiguity between &apos;{0}&apos; and &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_AmbigMember {
            get {
                return ResourceManager.GetString("ERR_AmbigMember", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The inherited members &apos;{0}&apos; and &apos;{1}&apos; have the same signature in type &apos;{2}&apos;, so they cannot be overridden.
        /// </summary>
        internal static string ERR_AmbigOverride {
            get {
                return ResourceManager.GetString("ERR_AmbigOverride", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type of conditional expression cannot be determined because &apos;{0}&apos; and &apos;{1}&apos; implicitly convert to one another.
        /// </summary>
        internal static string ERR_AmbigQM {
            get {
                return ResourceManager.GetString("ERR_AmbigQM", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Ambiguous user defined conversions &apos;{0}&apos; and &apos;{1}&apos; when converting from &apos;{2}&apos; to &apos;{3}&apos;.
        /// </summary>
        internal static string ERR_AmbigUDConv {
            get {
                return ResourceManager.GetString("ERR_AmbigUDConv", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Operator &apos;{0}&apos; is ambiguous on an operand of type &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_AmbigUnaryOp {
            get {
                return ResourceManager.GetString("ERR_AmbigUnaryOp", resourceCulture);
            }
        }
        
C
Charles Stoner 已提交
388 389 390 391 392 393 394 395 396
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is ambiguous between &apos;{1}&apos; and &apos;{2}&apos;; use either &apos;@{0}&apos; or &apos;{0}Attribute&apos;.
        /// </summary>
        internal static string ERR_AmbiguousAttribute {
            get {
                return ResourceManager.GetString("ERR_AmbiguousAttribute", resourceCulture);
            }
        }
        
P
Pilchie 已提交
397 398 399 400 401 402 403 404 405
        /// <summary>
        ///   Looks up a localized string similar to Cannot use ref or out parameter &apos;{0}&apos; inside an anonymous method, lambda expression, or query expression.
        /// </summary>
        internal static string ERR_AnonDelegateCantUse {
            get {
                return ResourceManager.GetString("ERR_AnonDelegateCantUse", resourceCulture);
            }
        }
        
406 407 408 409 410 411 412 413 414
        /// <summary>
        ///   Looks up a localized string similar to Cannot use ref local &apos;{0}&apos; inside an anonymous method, lambda expression, or query expression.
        /// </summary>
        internal static string ERR_AnonDelegateCantUseLocal {
            get {
                return ResourceManager.GetString("ERR_AnonDelegateCantUseLocal", resourceCulture);
            }
        }
        
P
Pilchie 已提交
415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746
        /// <summary>
        ///   Looks up a localized string similar to Foreach cannot operate on a &apos;{0}&apos;. Did you intend to invoke the &apos;{0}&apos;?.
        /// </summary>
        internal static string ERR_AnonMethGrpInForEach {
            get {
                return ResourceManager.GetString("ERR_AnonMethGrpInForEach", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot convert {0} to type &apos;{1}&apos; because it is not a delegate type.
        /// </summary>
        internal static string ERR_AnonMethToNonDel {
            get {
                return ResourceManager.GetString("ERR_AnonMethToNonDel", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An anonymous method expression cannot be converted to an expression tree.
        /// </summary>
        internal static string ERR_AnonymousMethodToExpressionTree {
            get {
                return ResourceManager.GetString("ERR_AnonymousMethodToExpressionTree", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Not all code paths return a value in {0} of type &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_AnonymousReturnExpected {
            get {
                return ResourceManager.GetString("ERR_AnonymousReturnExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An anonymous type cannot have multiple properties with the same name.
        /// </summary>
        internal static string ERR_AnonymousTypeDuplicatePropertyName {
            get {
                return ResourceManager.GetString("ERR_AnonymousTypeDuplicatePropertyName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot use anonymous type in a constant expression.
        /// </summary>
        internal static string ERR_AnonymousTypeNotAvailable {
            get {
                return ResourceManager.GetString("ERR_AnonymousTypeNotAvailable", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot assign {0} to anonymous type property.
        /// </summary>
        internal static string ERR_AnonymousTypePropertyAssignedBadValue {
            get {
                return ResourceManager.GetString("ERR_AnonymousTypePropertyAssignedBadValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The __arglist construct is valid only within a variable argument method.
        /// </summary>
        internal static string ERR_ArgsInvalid {
            get {
                return ResourceManager.GetString("ERR_ArgsInvalid", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Array elements cannot be of type &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_ArrayElementCantBeRefAny {
            get {
                return ResourceManager.GetString("ERR_ArrayElementCantBeRefAny", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A nested array initializer is expected.
        /// </summary>
        internal static string ERR_ArrayInitializerExpected {
            get {
                return ResourceManager.GetString("ERR_ArrayInitializerExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An array initializer of length &apos;{0}&apos; is expected.
        /// </summary>
        internal static string ERR_ArrayInitializerIncorrectLength {
            get {
                return ResourceManager.GetString("ERR_ArrayInitializerIncorrectLength", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Array initializers can only be used in a variable or field initializer. Try using a new expression instead..
        /// </summary>
        internal static string ERR_ArrayInitInBadPlace {
            get {
                return ResourceManager.GetString("ERR_ArrayInitInBadPlace", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Can only use array initializer expressions to assign to array types. Try using a new expression instead..
        /// </summary>
        internal static string ERR_ArrayInitToNonArrayType {
            get {
                return ResourceManager.GetString("ERR_ArrayInitToNonArrayType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: array elements cannot be of static type.
        /// </summary>
        internal static string ERR_ArrayOfStaticClass {
            get {
                return ResourceManager.GetString("ERR_ArrayOfStaticClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Array size cannot be specified in a variable declaration (try initializing with a &apos;new&apos; expression).
        /// </summary>
        internal static string ERR_ArraySizeInDeclaration {
            get {
                return ResourceManager.GetString("ERR_ArraySizeInDeclaration", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The as operator must be used with a reference type or nullable type (&apos;{0}&apos; is a non-nullable value type).
        /// </summary>
        internal static string ERR_AsMustHaveReferenceType {
            get {
                return ResourceManager.GetString("ERR_AsMustHaveReferenceType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Assembly &apos;{0}&apos; with identity &apos;{1}&apos; uses &apos;{2}&apos; which has a higher version than referenced assembly &apos;{3}&apos; with identity &apos;{4}&apos;.
        /// </summary>
        internal static string ERR_AssemblyMatchBadVersion {
            get {
                return ResourceManager.GetString("ERR_AssemblyMatchBadVersion", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The /moduleassemblyname option may only be specified when building a target type of &apos;module&apos;.
        /// </summary>
        internal static string ERR_AssemblyNameOnNonModule {
            get {
                return ResourceManager.GetString("ERR_AssemblyNameOnNonModule", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Assemblies &apos;{0}&apos; and &apos;{1}&apos; refer to the same metadata but only one is a linked reference (specified using /link option); consider removing one of the references..
        /// </summary>
        internal static string ERR_AssemblySpecifiedForLinkAndRef {
            get {
                return ResourceManager.GetString("ERR_AssemblySpecifiedForLinkAndRef", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The left-hand side of an assignment must be a variable, property or indexer.
        /// </summary>
        internal static string ERR_AssgLvalueExpected {
            get {
                return ResourceManager.GetString("ERR_AssgLvalueExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A readonly field cannot be assigned to (except in a constructor or a variable initializer).
        /// </summary>
        internal static string ERR_AssgReadonly {
            get {
                return ResourceManager.GetString("ERR_AssgReadonly", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Members of readonly field &apos;{0}&apos; cannot be modified (except in a constructor or a variable initializer).
        /// </summary>
        internal static string ERR_AssgReadonly2 {
            get {
                return ResourceManager.GetString("ERR_AssgReadonly2", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot assign to &apos;{0}&apos; because it is read-only.
        /// </summary>
        internal static string ERR_AssgReadonlyLocal {
            get {
                return ResourceManager.GetString("ERR_AssgReadonlyLocal", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot modify members of &apos;{0}&apos; because it is a &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_AssgReadonlyLocal2Cause {
            get {
                return ResourceManager.GetString("ERR_AssgReadonlyLocal2Cause", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot assign to &apos;{0}&apos; because it is a &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_AssgReadonlyLocalCause {
            get {
                return ResourceManager.GetString("ERR_AssgReadonlyLocalCause", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Property or indexer &apos;{0}&apos; cannot be assigned to -- it is read only.
        /// </summary>
        internal static string ERR_AssgReadonlyProp {
            get {
                return ResourceManager.GetString("ERR_AssgReadonlyProp", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A static readonly field cannot be assigned to (except in a static constructor or a variable initializer).
        /// </summary>
        internal static string ERR_AssgReadonlyStatic {
            get {
                return ResourceManager.GetString("ERR_AssgReadonlyStatic", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Fields of static readonly field &apos;{0}&apos; cannot be assigned to (except in a static constructor or a variable initializer).
        /// </summary>
        internal static string ERR_AssgReadonlyStatic2 {
            get {
                return ResourceManager.GetString("ERR_AssgReadonlyStatic2", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type parameter &apos;{0}&apos; cannot be used with the &apos;as&apos; operator because it does not have a class type constraint nor a &apos;class&apos; constraint.
        /// </summary>
        internal static string ERR_AsWithTypeVar {
            get {
                return ResourceManager.GetString("ERR_AsWithTypeVar", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: an attribute argument cannot use type parameters.
        /// </summary>
        internal static string ERR_AttrArgWithTypeVars {
            get {
                return ResourceManager.GetString("ERR_AttrArgWithTypeVars", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot apply attribute class &apos;{0}&apos; because it is generic.
        /// </summary>
        internal static string ERR_AttributeCantBeGeneric {
            get {
                return ResourceManager.GetString("ERR_AttributeCantBeGeneric", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Attribute &apos;{0}&apos; is not valid on property or event accessors. It is only valid on &apos;{1}&apos; declarations..
        /// </summary>
        internal static string ERR_AttributeNotOnAccessor {
            get {
                return ResourceManager.GetString("ERR_AttributeNotOnAccessor", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Attribute &apos;{0}&apos; is not valid on this declaration type. It is only valid on &apos;{1}&apos; declarations..
        /// </summary>
        internal static string ERR_AttributeOnBadSymbolType {
            get {
                return ResourceManager.GetString("ERR_AttributeOnBadSymbolType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Attribute parameter &apos;{0}&apos; must be specified..
        /// </summary>
        internal static string ERR_AttributeParameterRequired1 {
            get {
                return ResourceManager.GetString("ERR_AttributeParameterRequired1", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Attribute parameter &apos;{0}&apos; or &apos;{1}&apos; must be specified..
        /// </summary>
        internal static string ERR_AttributeParameterRequired2 {
            get {
                return ResourceManager.GetString("ERR_AttributeParameterRequired2", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Attributes are not valid in this context..
        /// </summary>
        internal static string ERR_AttributesNotAllowed {
            get {
                return ResourceManager.GetString("ERR_AttributesNotAllowed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Attribute &apos;{0}&apos; is only valid on classes derived from System.Attribute.
        /// </summary>
        internal static string ERR_AttributeUsageOnNonAttributeClass {
            get {
                return ResourceManager.GetString("ERR_AttributeUsageOnNonAttributeClass", resourceCulture);
            }
        }
747
        
748 749 750 751 752 753 754 755 756
        /// <summary>
        ///   Looks up a localized string similar to Auto-implemented properties cannot return by reference.
        /// </summary>
        internal static string ERR_AutoPropertyCannotBeRefReturning {
            get {
                return ResourceManager.GetString("ERR_AutoPropertyCannotBeRefReturning", resourceCulture);
            }
        }
        
P
Pilchie 已提交
757
        /// <summary>
758
        ///   Looks up a localized string similar to Auto-implemented properties inside interfaces cannot have initializers..
P
Pilchie 已提交
759
        /// </summary>
760 761
        internal static string ERR_AutoPropertyInitializerInInterface {
            get {
762 763 764
                return ResourceManager.GetString("ERR_AutoPropertyInitializerInInterface", resourceCulture);
            }
        }
765
        
766 767 768
        /// <summary>
        ///   Looks up a localized string similar to Auto-implemented properties must have get accessors..
        /// </summary>
769 770
        internal static string ERR_AutoPropertyMustHaveGetAccessor {
            get {
771 772 773
                return ResourceManager.GetString("ERR_AutoPropertyMustHaveGetAccessor", resourceCulture);
            }
        }
774
        
A
angocke 已提交
775
        /// <summary>
776
        ///   Looks up a localized string similar to Auto-implemented properties must override all accessors of the overridden property..
A
angocke 已提交
777 778 779 780 781 782 783
        /// </summary>
        internal static string ERR_AutoPropertyMustOverrideSet {
            get {
                return ResourceManager.GetString("ERR_AutoPropertyMustOverrideSet", resourceCulture);
            }
        }
        
P
Pilchie 已提交
784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820
        /// <summary>
        ///   Looks up a localized string similar to Cannot await in an unsafe context.
        /// </summary>
        internal static string ERR_AwaitInUnsafeContext {
            get {
                return ResourceManager.GetString("ERR_AwaitInUnsafeContext", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is inaccessible due to its protection level.
        /// </summary>
        internal static string ERR_BadAccess {
            get {
                return ResourceManager.GetString("ERR_BadAccess", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to AppConfigPath must be absolute..
        /// </summary>
        internal static string ERR_BadAppConfigPath {
            get {
                return ResourceManager.GetString("ERR_BadAppConfigPath", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to No overload for method &apos;{0}&apos; takes {1} arguments.
        /// </summary>
        internal static string ERR_BadArgCount {
            get {
                return ResourceManager.GetString("ERR_BadArgCount", resourceCulture);
            }
        }
        
        /// <summary>
L
Llewellyn Pritchard 已提交
821
        ///   Looks up a localized string similar to Argument {0} may not be passed with the &apos;{1}&apos; keyword.
P
Pilchie 已提交
822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910
        /// </summary>
        internal static string ERR_BadArgExtraRef {
            get {
                return ResourceManager.GetString("ERR_BadArgExtraRef", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Argument {0} must be passed with the &apos;{1}&apos; keyword.
        /// </summary>
        internal static string ERR_BadArgRef {
            get {
                return ResourceManager.GetString("ERR_BadArgRef", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Argument {0}: cannot convert from &apos;{1}&apos; to &apos;{2}&apos;.
        /// </summary>
        internal static string ERR_BadArgType {
            get {
                return ResourceManager.GetString("ERR_BadArgType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; has no applicable method named &apos;{1}&apos; but appears to have an extension method by that name. Extension methods cannot be dynamically dispatched. Consider casting the dynamic arguments or calling the extension method without the extension method syntax..
        /// </summary>
        internal static string ERR_BadArgTypeDynamicExtension {
            get {
                return ResourceManager.GetString("ERR_BadArgTypeDynamicExtension", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The best overloaded Add method &apos;{0}&apos; for the collection initializer has some invalid arguments.
        /// </summary>
        internal static string ERR_BadArgTypesForCollectionAdd {
            get {
                return ResourceManager.GetString("ERR_BadArgTypesForCollectionAdd", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The argument to the &apos;{0}&apos; attribute must be a valid identifier.
        /// </summary>
        internal static string ERR_BadArgumentToAttribute {
            get {
                return ResourceManager.GetString("ERR_BadArgumentToAttribute", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Using the generic {1} &apos;{0}&apos; requires {2} type arguments.
        /// </summary>
        internal static string ERR_BadArity {
            get {
                return ResourceManager.GetString("ERR_BadArity", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Array type specifier, [], must appear before parameter name.
        /// </summary>
        internal static string ERR_BadArraySyntax {
            get {
                return ResourceManager.GetString("ERR_BadArraySyntax", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Async methods cannot have ref or out parameters.
        /// </summary>
        internal static string ERR_BadAsyncArgType {
            get {
                return ResourceManager.GetString("ERR_BadAsyncArgType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Async lambda expressions cannot be converted to expression trees.
        /// </summary>
        internal static string ERR_BadAsyncExpressionTree {
            get {
                return ResourceManager.GetString("ERR_BadAsyncExpressionTree", resourceCulture);
            }
        }
        
        /// <summary>
T
Ty Overby 已提交
911
        ///   Looks up a localized string similar to The &apos;async&apos; modifier can only be used in methods that have a body..
P
Pilchie 已提交
912 913 914 915 916 917 918
        /// </summary>
        internal static string ERR_BadAsyncLacksBody {
            get {
                return ResourceManager.GetString("ERR_BadAsyncLacksBody", resourceCulture);
            }
        }
        
919 920 921 922 923 924 925 926 927
        /// <summary>
        ///   Looks up a localized string similar to Async methods cannot have by reference locals.
        /// </summary>
        internal static string ERR_BadAsyncLocalType {
            get {
                return ResourceManager.GetString("ERR_BadAsyncLocalType", resourceCulture);
            }
        }
        
P
Pilchie 已提交
928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071
        /// <summary>
        ///   Looks up a localized string similar to The return type of an async method must be void, Task or Task&lt;T&gt;.
        /// </summary>
        internal static string ERR_BadAsyncReturn {
            get {
                return ResourceManager.GetString("ERR_BadAsyncReturn", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Since this is an async method, the return expression must be of type &apos;{0}&apos; rather than &apos;Task&lt;{0}&gt;&apos;.
        /// </summary>
        internal static string ERR_BadAsyncReturnExpression {
            get {
                return ResourceManager.GetString("ERR_BadAsyncReturnExpression", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An attribute argument must be a constant expression, typeof expression or array creation expression of an attribute parameter type.
        /// </summary>
        internal static string ERR_BadAttributeArgument {
            get {
                return ResourceManager.GetString("ERR_BadAttributeArgument", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Attribute constructor parameter &apos;{0}&apos; is optional, but no default parameter value was specified..
        /// </summary>
        internal static string ERR_BadAttributeParamDefaultArgument {
            get {
                return ResourceManager.GetString("ERR_BadAttributeParamDefaultArgument", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Attribute constructor parameter &apos;{0}&apos; has type &apos;{1}&apos;, which is not a valid attribute parameter type.
        /// </summary>
        internal static string ERR_BadAttributeParamType {
            get {
                return ResourceManager.GetString("ERR_BadAttributeParamType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;await&apos; requires that the type {0} have a suitable GetAwaiter method.
        /// </summary>
        internal static string ERR_BadAwaitArg {
            get {
                return ResourceManager.GetString("ERR_BadAwaitArg", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;await&apos; requires that the type &apos;{0}&apos; have a suitable GetAwaiter method. Are you missing a using directive for &apos;System&apos;?.
        /// </summary>
        internal static string ERR_BadAwaitArg_NeedSystem {
            get {
                return ResourceManager.GetString("ERR_BadAwaitArg_NeedSystem", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot await &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadAwaitArgIntrinsic {
            get {
                return ResourceManager.GetString("ERR_BadAwaitArgIntrinsic", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot await &apos;void&apos;.
        /// </summary>
        internal static string ERR_BadAwaitArgVoidCall {
            get {
                return ResourceManager.GetString("ERR_BadAwaitArgVoidCall", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;await&apos; cannot be used as an identifier within an async method or lambda expression.
        /// </summary>
        internal static string ERR_BadAwaitAsIdentifier {
            get {
                return ResourceManager.GetString("ERR_BadAwaitAsIdentifier", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;await&apos; requires that the return type &apos;{0}&apos; of &apos;{1}.GetAwaiter()&apos; have suitable IsCompleted, OnCompleted, and GetResult members, and implement INotifyCompletion or ICriticalNotifyCompletion.
        /// </summary>
        internal static string ERR_BadAwaiterPattern {
            get {
                return ResourceManager.GetString("ERR_BadAwaiterPattern", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot await in a catch clause.
        /// </summary>
        internal static string ERR_BadAwaitInCatch {
            get {
                return ResourceManager.GetString("ERR_BadAwaitInCatch", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot await in the filter expression of a catch clause.
        /// </summary>
        internal static string ERR_BadAwaitInCatchFilter {
            get {
                return ResourceManager.GetString("ERR_BadAwaitInCatchFilter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot await in the body of a finally clause.
        /// </summary>
        internal static string ERR_BadAwaitInFinally {
            get {
                return ResourceManager.GetString("ERR_BadAwaitInFinally", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot await in the body of a lock statement.
        /// </summary>
        internal static string ERR_BadAwaitInLock {
            get {
                return ResourceManager.GetString("ERR_BadAwaitInLock", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The &apos;await&apos; operator may only be used in a query expression within the first collection expression of the initial &apos;from&apos; clause or within the collection expression of a &apos;join&apos; clause.
        /// </summary>
        internal static string ERR_BadAwaitInQuery {
            get {
                return ResourceManager.GetString("ERR_BadAwaitInQuery", resourceCulture);
            }
        }
        
1072 1073 1074 1075 1076 1077 1078 1079 1080
        /// <summary>
        ///   Looks up a localized string similar to The &apos;await&apos; operator cannot be used in a static script variable initializer..
        /// </summary>
        internal static string ERR_BadAwaitInStaticVariableInitializer {
            get {
                return ResourceManager.GetString("ERR_BadAwaitInStaticVariableInitializer", resourceCulture);
            }
        }
        
P
Pilchie 已提交
1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279
        /// <summary>
        ///   Looks up a localized string similar to The &apos;await&apos; operator can only be used when contained within a method or lambda expression marked with the &apos;async&apos; modifier.
        /// </summary>
        internal static string ERR_BadAwaitWithoutAsync {
            get {
                return ResourceManager.GetString("ERR_BadAwaitWithoutAsync", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The &apos;await&apos; operator can only be used within an async {0}. Consider marking this {0} with the &apos;async&apos; modifier..
        /// </summary>
        internal static string ERR_BadAwaitWithoutAsyncLambda {
            get {
                return ResourceManager.GetString("ERR_BadAwaitWithoutAsyncLambda", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The &apos;await&apos; operator can only be used within an async method. Consider marking this method with the &apos;async&apos; modifier and changing its return type to &apos;Task&lt;{0}&gt;&apos;..
        /// </summary>
        internal static string ERR_BadAwaitWithoutAsyncMethod {
            get {
                return ResourceManager.GetString("ERR_BadAwaitWithoutAsyncMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The &apos;await&apos; operator can only be used within an async method. Consider marking this method with the &apos;async&apos; modifier and changing its return type to &apos;Task&apos;..
        /// </summary>
        internal static string ERR_BadAwaitWithoutVoidAsyncMethod {
            get {
                return ResourceManager.GetString("ERR_BadAwaitWithoutVoidAsyncMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid image base number &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadBaseNumber {
            get {
                return ResourceManager.GetString("ERR_BadBaseNumber", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid base type.
        /// </summary>
        internal static string ERR_BadBaseType {
            get {
                return ResourceManager.GetString("ERR_BadBaseType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to One of the parameters of a binary operator must be the containing type.
        /// </summary>
        internal static string ERR_BadBinaryOperatorSignature {
            get {
                return ResourceManager.GetString("ERR_BadBinaryOperatorSignature", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Operator &apos;{0}&apos; cannot be applied to operands of type &apos;{1}&apos; and &apos;{2}&apos;.
        /// </summary>
        internal static string ERR_BadBinaryOps {
            get {
                return ResourceManager.GetString("ERR_BadBinaryOps", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Overloaded binary operator &apos;{0}&apos; takes two parameters.
        /// </summary>
        internal static string ERR_BadBinOpArgs {
            get {
                return ResourceManager.GetString("ERR_BadBinOpArgs", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to In order to be applicable as a short circuit operator a user-defined logical operator (&apos;{0}&apos;) must have the same return type and parameter types.
        /// </summary>
        internal static string ERR_BadBoolOp {
            get {
                return ResourceManager.GetString("ERR_BadBoolOp", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is not a valid constraint. A type used as a constraint must be an interface, a non-sealed class or a type parameter..
        /// </summary>
        internal static string ERR_BadBoundType {
            get {
                return ResourceManager.GetString("ERR_BadBoundType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The CallerFilePathAttribute may only be applied to parameters with default values.
        /// </summary>
        internal static string ERR_BadCallerFilePathParamWithoutDefaultValue {
            get {
                return ResourceManager.GetString("ERR_BadCallerFilePathParamWithoutDefaultValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The CallerLineNumberAttribute may only be applied to parameters with default values.
        /// </summary>
        internal static string ERR_BadCallerLineNumberParamWithoutDefaultValue {
            get {
                return ResourceManager.GetString("ERR_BadCallerLineNumberParamWithoutDefaultValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The CallerMemberNameAttribute may only be applied to parameters with default values.
        /// </summary>
        internal static string ERR_BadCallerMemberNameParamWithoutDefaultValue {
            get {
                return ResourceManager.GetString("ERR_BadCallerMemberNameParamWithoutDefaultValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The right hand side of a fixed statement assignment may not be a cast expression.
        /// </summary>
        internal static string ERR_BadCastInFixed {
            get {
                return ResourceManager.GetString("ERR_BadCastInFixed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The managed coclass wrapper class signature &apos;{0}&apos; for interface &apos;{1}&apos; is not a valid class name signature.
        /// </summary>
        internal static string ERR_BadCoClassSig {
            get {
                return ResourceManager.GetString("ERR_BadCoClassSig", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid option &apos;{0}&apos; for /langversion; must be ISO-1, ISO-2, Default or an integer in range 1 to 6..
        /// </summary>
        internal static string ERR_BadCompatMode {
            get {
                return ResourceManager.GetString("ERR_BadCompatMode", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to {0}.
        /// </summary>
        internal static string ERR_BadCompilationOption {
            get {
                return ResourceManager.GetString("ERR_BadCompilationOption", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid &apos;{0}&apos; value: &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_BadCompilationOptionValue {
            get {
                return ResourceManager.GetString("ERR_BadCompilationOptionValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid constraint type. A type used as a constraint must be an interface, a non-sealed class or a type parameter..
        /// </summary>
        internal static string ERR_BadConstraintType {
            get {
                return ResourceManager.GetString("ERR_BadConstraintType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type &apos;{0}&apos; cannot be declared const.
        /// </summary>
        internal static string ERR_BadConstType {
            get {
                return ResourceManager.GetString("ERR_BadConstType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not contain a constructor that takes {1} arguments.
        /// </summary>
        internal static string ERR_BadCtorArgCount {
            get {
                return ResourceManager.GetString("ERR_BadCtorArgCount", resourceCulture);
            }
        }
        
        /// <summary>
1280
        ///   Looks up a localized string similar to Invalid option &apos;{0}&apos; for /debug; must be &apos;portable&apos;, &apos;embedded&apos;, &apos;full&apos; or &apos;pdbonly&apos;.
P
Pilchie 已提交
1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575
        /// </summary>
        internal static string ERR_BadDebugType {
            get {
                return ResourceManager.GetString("ERR_BadDebugType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Delegate &apos;{0}&apos; does not take {1} arguments.
        /// </summary>
        internal static string ERR_BadDelArgCount {
            get {
                return ResourceManager.GetString("ERR_BadDelArgCount", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The delegate &apos;{0}&apos; does not have a valid constructor.
        /// </summary>
        internal static string ERR_BadDelegateConstructor {
            get {
                return ResourceManager.GetString("ERR_BadDelegateConstructor", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Control cannot leave the body of an anonymous method or lambda expression.
        /// </summary>
        internal static string ERR_BadDelegateLeave {
            get {
                return ResourceManager.GetString("ERR_BadDelegateLeave", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Name of destructor must match name of class.
        /// </summary>
        internal static string ERR_BadDestructorName {
            get {
                return ResourceManager.GetString("ERR_BadDestructorName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Preprocessor directives must appear as the first non-whitespace character on a line.
        /// </summary>
        internal static string ERR_BadDirectivePlacement {
            get {
                return ResourceManager.GetString("ERR_BadDirectivePlacement", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: user-defined conversions to or from the dynamic type are not allowed.
        /// </summary>
        internal static string ERR_BadDynamicConversion {
            get {
                return ResourceManager.GetString("ERR_BadDynamicConversion", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot use an expression of type &apos;{0}&apos; as an argument to a dynamically dispatched operation..
        /// </summary>
        internal static string ERR_BadDynamicMethodArg {
            get {
                return ResourceManager.GetString("ERR_BadDynamicMethodArg", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot use a lambda expression as an argument to a dynamically dispatched operation without first casting it to a delegate or expression tree type..
        /// </summary>
        internal static string ERR_BadDynamicMethodArgLambda {
            get {
                return ResourceManager.GetString("ERR_BadDynamicMethodArgLambda", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot use a method group as an argument to a dynamically dispatched operation. Did you intend to invoke the method?.
        /// </summary>
        internal static string ERR_BadDynamicMethodArgMemgrp {
            get {
                return ResourceManager.GetString("ERR_BadDynamicMethodArgMemgrp", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Query expressions over source type &apos;dynamic&apos; or with a join sequence of type &apos;dynamic&apos; are not allowed.
        /// </summary>
        internal static string ERR_BadDynamicQuery {
            get {
                return ResourceManager.GetString("ERR_BadDynamicQuery", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The typeof operator cannot be used on the dynamic type.
        /// </summary>
        internal static string ERR_BadDynamicTypeof {
            get {
                return ResourceManager.GetString("ERR_BadDynamicTypeof", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Embedded statement cannot be a declaration or labeled statement.
        /// </summary>
        internal static string ERR_BadEmbeddedStmt {
            get {
                return ResourceManager.GetString("ERR_BadEmbeddedStmt", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A throw statement with no arguments is not allowed outside of a catch clause.
        /// </summary>
        internal static string ERR_BadEmptyThrow {
            get {
                return ResourceManager.GetString("ERR_BadEmptyThrow", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A throw statement with no arguments is not allowed in a finally clause that is nested inside the nearest enclosing catch clause.
        /// </summary>
        internal static string ERR_BadEmptyThrowInFinally {
            get {
                return ResourceManager.GetString("ERR_BadEmptyThrowInFinally", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The event &apos;{0}&apos; can only appear on the left hand side of += or -= (except when used from within the type &apos;{1}&apos;).
        /// </summary>
        internal static string ERR_BadEventUsage {
            get {
                return ResourceManager.GetString("ERR_BadEventUsage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The event &apos;{0}&apos; can only appear on the left hand side of += or -=.
        /// </summary>
        internal static string ERR_BadEventUsageNoField {
            get {
                return ResourceManager.GetString("ERR_BadEventUsageNoField", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type caught or thrown must be derived from System.Exception.
        /// </summary>
        internal static string ERR_BadExceptionType {
            get {
                return ResourceManager.GetString("ERR_BadExceptionType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Extension method must be defined in a non-generic static class.
        /// </summary>
        internal static string ERR_BadExtensionAgg {
            get {
                return ResourceManager.GetString("ERR_BadExtensionAgg", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not contain a definition for &apos;{1}&apos; and the best extension method overload &apos;{2}&apos; has some invalid arguments.
        /// </summary>
        internal static string ERR_BadExtensionArgTypes {
            get {
                return ResourceManager.GetString("ERR_BadExtensionArgTypes", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Extension method must be static.
        /// </summary>
        internal static string ERR_BadExtensionMeth {
            get {
                return ResourceManager.GetString("ERR_BadExtensionMeth", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The extern alias &apos;{0}&apos; was not specified in a /reference option.
        /// </summary>
        internal static string ERR_BadExternAlias {
            get {
                return ResourceManager.GetString("ERR_BadExternAlias", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid extern alias for &apos;/reference&apos;; &apos;{0}&apos; is not a valid identifier.
        /// </summary>
        internal static string ERR_BadExternIdentifier {
            get {
                return ResourceManager.GetString("ERR_BadExternIdentifier", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Control cannot leave the body of a finally clause.
        /// </summary>
        internal static string ERR_BadFinallyLeave {
            get {
                return ResourceManager.GetString("ERR_BadFinallyLeave", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type of a local declared in a fixed statement must be a pointer type.
        /// </summary>
        internal static string ERR_BadFixedInitType {
            get {
                return ResourceManager.GetString("ERR_BadFixedInitType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type and identifier are both required in a foreach statement.
        /// </summary>
        internal static string ERR_BadForeachDecl {
            get {
                return ResourceManager.GetString("ERR_BadForeachDecl", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to foreach requires that the return type &apos;{0}&apos; of &apos;{1}&apos; must have a suitable public MoveNext method and public Current property.
        /// </summary>
        internal static string ERR_BadGetEnumerator {
            get {
                return ResourceManager.GetString("ERR_BadGetEnumerator", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The return type for ++ or -- operator must match the parameter type or be derived from the parameter type.
        /// </summary>
        internal static string ERR_BadIncDecRetType {
            get {
                return ResourceManager.GetString("ERR_BadIncDecRetType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The parameter type for ++ or -- operator must be the containing type.
        /// </summary>
        internal static string ERR_BadIncDecSignature {
            get {
                return ResourceManager.GetString("ERR_BadIncDecSignature", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Wrong number of indices inside []; expected {0}.
        /// </summary>
        internal static string ERR_BadIndexCount {
            get {
                return ResourceManager.GetString("ERR_BadIndexCount", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The &apos;{0}&apos; attribute is valid only on an indexer that is not an explicit interface member declaration.
        /// </summary>
        internal static string ERR_BadIndexerNameAttr {
            get {
                return ResourceManager.GetString("ERR_BadIndexerNameAttr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot apply indexing with [] to an expression of type &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadIndexLHS {
            get {
                return ResourceManager.GetString("ERR_BadIndexLHS", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not contain a definition for &apos;{1}&apos; and the best extension method overload &apos;{2}&apos; requires a receiver of type &apos;{3}&apos;.
        /// </summary>
        internal static string ERR_BadInstanceArgType {
            get {
                return ResourceManager.GetString("ERR_BadInstanceArgType", resourceCulture);
            }
        }
        
1576 1577 1578 1579 1580 1581 1582 1583 1584
        /// <summary>
        ///   Looks up a localized string similar to Invalid operand for pattern match..
        /// </summary>
        internal static string ERR_BadIsPatternExpression {
            get {
                return ResourceManager.GetString("ERR_BadIsPatternExpression", resourceCulture);
            }
        }
        
P
Pilchie 已提交
1585 1586 1587 1588 1589 1590 1591 1592 1593
        /// <summary>
        ///   Looks up a localized string similar to Iterators cannot have ref or out parameters.
        /// </summary>
        internal static string ERR_BadIteratorArgType {
            get {
                return ResourceManager.GetString("ERR_BadIteratorArgType", resourceCulture);
            }
        }
        
1594 1595 1596 1597 1598 1599 1600 1601 1602
        /// <summary>
        ///   Looks up a localized string similar to Iterators cannot have by reference locals.
        /// </summary>
        internal static string ERR_BadIteratorLocalType {
            get {
                return ResourceManager.GetString("ERR_BadIteratorLocalType", resourceCulture);
            }
        }
        
P
Pilchie 已提交
1603 1604 1605 1606 1607 1608 1609 1610 1611
        /// <summary>
        ///   Looks up a localized string similar to The body of &apos;{0}&apos; cannot be an iterator block because &apos;{1}&apos; is not an iterator interface type.
        /// </summary>
        internal static string ERR_BadIteratorReturn {
            get {
                return ResourceManager.GetString("ERR_BadIteratorReturn", resourceCulture);
            }
        }
        
1612 1613 1614 1615 1616 1617 1618 1619 1620
        /// <summary>
        ///   Looks up a localized string similar to The body of &apos;{0}&apos; cannot be an iterator block because &apos;{0}&apos; returns by reference.
        /// </summary>
        internal static string ERR_BadIteratorReturnRef {
            get {
                return ResourceManager.GetString("ERR_BadIteratorReturnRef", resourceCulture);
            }
        }
        
P
Pilchie 已提交
1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755
        /// <summary>
        ///   Looks up a localized string similar to The modifier &apos;{0}&apos; is not valid for this item.
        /// </summary>
        internal static string ERR_BadMemberFlag {
            get {
                return ResourceManager.GetString("ERR_BadMemberFlag", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to More than one protection modifier.
        /// </summary>
        internal static string ERR_BadMemberProtection {
            get {
                return ResourceManager.GetString("ERR_BadMemberProtection", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Member modifier &apos;{0}&apos; must precede the member type and name.
        /// </summary>
        internal static string ERR_BadModifierLocation {
            get {
                return ResourceManager.GetString("ERR_BadModifierLocation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A namespace declaration cannot have modifiers or attributes.
        /// </summary>
        internal static string ERR_BadModifiersOnNamespace {
            get {
                return ResourceManager.GetString("ERR_BadModifiersOnNamespace", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The best overload for &apos;{0}&apos; does not have a parameter named &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_BadNamedArgument {
            get {
                return ResourceManager.GetString("ERR_BadNamedArgument", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The delegate &apos;{0}&apos; does not have a parameter named &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_BadNamedArgumentForDelegateInvoke {
            get {
                return ResourceManager.GetString("ERR_BadNamedArgumentForDelegateInvoke", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is not a valid named attribute argument. Named attribute arguments must be fields which are not readonly, static, or const, or read-write properties which are public and not static..
        /// </summary>
        internal static string ERR_BadNamedAttributeArgument {
            get {
                return ResourceManager.GetString("ERR_BadNamedAttributeArgument", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is not a valid named attribute argument because it is not a valid attribute parameter type.
        /// </summary>
        internal static string ERR_BadNamedAttributeArgumentType {
            get {
                return ResourceManager.GetString("ERR_BadNamedAttributeArgumentType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A new expression requires (), [], or {} after type.
        /// </summary>
        internal static string ERR_BadNewExpr {
            get {
                return ResourceManager.GetString("ERR_BadNewExpr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Declaration is not valid; use &apos;{0} operator &lt;dest-type&gt; (...&apos; instead.
        /// </summary>
        internal static string ERR_BadOperatorSyntax {
            get {
                return ResourceManager.GetString("ERR_BadOperatorSyntax", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to  The parameter modifier &apos;out&apos; cannot be used with &apos;this&apos; .
        /// </summary>
        internal static string ERR_BadOutWithThis {
            get {
                return ResourceManager.GetString("ERR_BadOutWithThis", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Parameter {0} should not be declared with the &apos;{1}&apos; keyword.
        /// </summary>
        internal static string ERR_BadParamExtraRef {
            get {
                return ResourceManager.GetString("ERR_BadParamExtraRef", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A parameter array cannot be used with &apos;this&apos; modifier on an extension method.
        /// </summary>
        internal static string ERR_BadParamModThis {
            get {
                return ResourceManager.GetString("ERR_BadParamModThis", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Parameter {0} must be declared with the &apos;{1}&apos; keyword.
        /// </summary>
        internal static string ERR_BadParamRef {
            get {
                return ResourceManager.GetString("ERR_BadParamRef", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Parameter {0} is declared as type &apos;{1}{2}&apos; but should be &apos;{3}{4}&apos;.
        /// </summary>
        internal static string ERR_BadParamType {
            get {
                return ResourceManager.GetString("ERR_BadParamType", resourceCulture);
            }
        }
        
T
Tomas Matousek 已提交
1756 1757 1758 1759 1760 1761 1762 1763 1764
        /// <summary>
        ///   Looks up a localized string similar to Error reading debug information for &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadPdbData {
            get {
                return ResourceManager.GetString("ERR_BadPdbData", resourceCulture);
            }
        }
        
P
Pilchie 已提交
1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791
        /// <summary>
        ///   Looks up a localized string similar to Invalid option &apos;{0}&apos; for /platform; must be anycpu, x86, Itanium or x64.
        /// </summary>
        internal static string ERR_BadPlatformType {
            get {
                return ResourceManager.GetString("ERR_BadPlatformType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to /platform:anycpu32bitpreferred can only be used with /t:exe, /t:winexe and /t:appcontainerexe.
        /// </summary>
        internal static string ERR_BadPrefer32OnLib {
            get {
                return ResourceManager.GetString("ERR_BadPrefer32OnLib", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot access protected member &apos;{0}&apos; via a qualifier of type &apos;{1}&apos;; the qualifier must be of type &apos;{2}&apos; (or derived from it).
        /// </summary>
        internal static string ERR_BadProtectedAccess {
            get {
                return ResourceManager.GetString("ERR_BadProtectedAccess", resourceCulture);
            }
        }
        
1792 1793 1794 1795 1796 1797 1798 1799 1800
        /// <summary>
        ///   Looks up a localized string similar to Lambda expressions that return by reference cannot be converted to expression trees.
        /// </summary>
        internal static string ERR_BadRefReturnExpressionTree {
            get {
                return ResourceManager.GetString("ERR_BadRefReturnExpressionTree", resourceCulture);
            }
        }
        
P
Pilchie 已提交
1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945
        /// <summary>
        ///   Looks up a localized string similar to  The parameter modifier &apos;ref&apos; cannot be used with &apos;this&apos; .
        /// </summary>
        internal static string ERR_BadRefWithThis {
            get {
                return ResourceManager.GetString("ERR_BadRefWithThis", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid option &apos;{0}&apos;; Resource visibility must be either &apos;public&apos; or &apos;private&apos;.
        /// </summary>
        internal static string ERR_BadResourceVis {
            get {
                return ResourceManager.GetString("ERR_BadResourceVis", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{1} {0}&apos; has the wrong return type.
        /// </summary>
        internal static string ERR_BadRetType {
            get {
                return ResourceManager.GetString("ERR_BadRetType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The first operand of an overloaded shift operator must have the same type as the containing type, and the type of the second operand must be int.
        /// </summary>
        internal static string ERR_BadShiftOperatorSignature {
            get {
                return ResourceManager.GetString("ERR_BadShiftOperatorSignature", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is a {1} but is used like a {2}.
        /// </summary>
        internal static string ERR_BadSKknown {
            get {
                return ResourceManager.GetString("ERR_BadSKknown", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is a {1}, which is not valid in the given context.
        /// </summary>
        internal static string ERR_BadSKunknown {
            get {
                return ResourceManager.GetString("ERR_BadSKunknown", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Parameters or locals of type &apos;{0}&apos; cannot be declared in async methods or lambda expressions..
        /// </summary>
        internal static string ERR_BadSpecialByRefLocal {
            get {
                return ResourceManager.GetString("ERR_BadSpecialByRefLocal", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A stackalloc expression requires [] after type.
        /// </summary>
        internal static string ERR_BadStackAllocExpr {
            get {
                return ResourceManager.GetString("ERR_BadStackAllocExpr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unrecognized option: &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadSwitch {
            get {
                return ResourceManager.GetString("ERR_BadSwitch", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Method &apos;{0}&apos; has a parameter modifier &apos;this&apos; which is not on the first parameter.
        /// </summary>
        internal static string ERR_BadThisParam {
            get {
                return ResourceManager.GetString("ERR_BadThisParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type &apos;{0}&apos; may not be used as a type argument.
        /// </summary>
        internal static string ERR_BadTypeArgument {
            get {
                return ResourceManager.GetString("ERR_BadTypeArgument", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The first parameter of an extension method cannot be of type &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadTypeforThis {
            get {
                return ResourceManager.GetString("ERR_BadTypeforThis", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot reference a type through an expression; try &apos;{1}&apos; instead.
        /// </summary>
        internal static string ERR_BadTypeReference {
            get {
                return ResourceManager.GetString("ERR_BadTypeReference", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Operator &apos;{0}&apos; cannot be applied to operand of type &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_BadUnaryOp {
            get {
                return ResourceManager.GetString("ERR_BadUnaryOp", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The parameter of a unary operator must be the containing type.
        /// </summary>
        internal static string ERR_BadUnaryOperatorSignature {
            get {
                return ResourceManager.GetString("ERR_BadUnaryOperatorSignature", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Overloaded unary operator &apos;{0}&apos; takes one parameter.
        /// </summary>
        internal static string ERR_BadUnOpArgs {
            get {
                return ResourceManager.GetString("ERR_BadUnOpArgs", resourceCulture);
            }
        }
        
        /// <summary>
1946
        ///   Looks up a localized string similar to A &apos;using namespace&apos; directive can only be applied to namespaces; &apos;{0}&apos; is a type not a namespace. Consider a &apos;using static&apos; directive instead.
P
Pilchie 已提交
1947 1948 1949 1950 1951 1952 1953 1954
        /// </summary>
        internal static string ERR_BadUsingNamespace {
            get {
                return ResourceManager.GetString("ERR_BadUsingNamespace", resourceCulture);
            }
        }
        
        /// <summary>
1955
        ///   Looks up a localized string similar to A &apos;using static&apos; directive can only be applied to types; &apos;{0}&apos; is a namespace not a type. Consider a &apos;using namespace&apos; directive instead.
P
Pilchie 已提交
1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232
        /// </summary>
        internal static string ERR_BadUsingType {
            get {
                return ResourceManager.GetString("ERR_BadUsingType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A method with vararg cannot be generic, be in a generic type, or have a params parameter.
        /// </summary>
        internal static string ERR_BadVarargs {
            get {
                return ResourceManager.GetString("ERR_BadVarargs", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expected ; or = (cannot specify constructor arguments in declaration).
        /// </summary>
        internal static string ERR_BadVarDecl {
            get {
                return ResourceManager.GetString("ERR_BadVarDecl", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inconsistent accessibility: base class &apos;{1}&apos; is less accessible than class &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadVisBaseClass {
            get {
                return ResourceManager.GetString("ERR_BadVisBaseClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inconsistent accessibility: base interface &apos;{1}&apos; is less accessible than interface &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadVisBaseInterface {
            get {
                return ResourceManager.GetString("ERR_BadVisBaseInterface", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inconsistent accessibility: constraint type &apos;{1}&apos; is less accessible than &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadVisBound {
            get {
                return ResourceManager.GetString("ERR_BadVisBound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inconsistent accessibility: parameter type &apos;{1}&apos; is less accessible than delegate &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadVisDelegateParam {
            get {
                return ResourceManager.GetString("ERR_BadVisDelegateParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inconsistent accessibility: return type &apos;{1}&apos; is less accessible than delegate &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadVisDelegateReturn {
            get {
                return ResourceManager.GetString("ERR_BadVisDelegateReturn", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inconsistent accessibility: event type &apos;{1}&apos; is less accessible than event &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadVisEventType {
            get {
                return ResourceManager.GetString("ERR_BadVisEventType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inconsistent accessibility: field type &apos;{1}&apos; is less accessible than field &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadVisFieldType {
            get {
                return ResourceManager.GetString("ERR_BadVisFieldType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inconsistent accessibility: parameter type &apos;{1}&apos; is less accessible than indexer &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadVisIndexerParam {
            get {
                return ResourceManager.GetString("ERR_BadVisIndexerParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inconsistent accessibility: indexer return type &apos;{1}&apos; is less accessible than indexer &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadVisIndexerReturn {
            get {
                return ResourceManager.GetString("ERR_BadVisIndexerReturn", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inconsistent accessibility: parameter type &apos;{1}&apos; is less accessible than operator &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadVisOpParam {
            get {
                return ResourceManager.GetString("ERR_BadVisOpParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inconsistent accessibility: return type &apos;{1}&apos; is less accessible than operator &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadVisOpReturn {
            get {
                return ResourceManager.GetString("ERR_BadVisOpReturn", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inconsistent accessibility: parameter type &apos;{1}&apos; is less accessible than method &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadVisParamType {
            get {
                return ResourceManager.GetString("ERR_BadVisParamType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inconsistent accessibility: property type &apos;{1}&apos; is less accessible than property &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadVisPropertyType {
            get {
                return ResourceManager.GetString("ERR_BadVisPropertyType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inconsistent accessibility: return type &apos;{1}&apos; is less accessible than method &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadVisReturnType {
            get {
                return ResourceManager.GetString("ERR_BadVisReturnType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Warning level must be in the range 0-4.
        /// </summary>
        internal static string ERR_BadWarningLevel {
            get {
                return ResourceManager.GetString("ERR_BadWarningLevel", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Error reading Win32 resources -- {0}.
        /// </summary>
        internal static string ERR_BadWin32Res {
            get {
                return ResourceManager.GetString("ERR_BadWin32Res", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot yield a value in the body of a catch clause.
        /// </summary>
        internal static string ERR_BadYieldInCatch {
            get {
                return ResourceManager.GetString("ERR_BadYieldInCatch", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot yield in the body of a finally clause.
        /// </summary>
        internal static string ERR_BadYieldInFinally {
            get {
                return ResourceManager.GetString("ERR_BadYieldInFinally", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot yield a value in the body of a try block with a catch clause.
        /// </summary>
        internal static string ERR_BadYieldInTryOfCatch {
            get {
                return ResourceManager.GetString("ERR_BadYieldInTryOfCatch", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Base class &apos;{0}&apos; must come before any interfaces.
        /// </summary>
        internal static string ERR_BaseClassMustBeFirst {
            get {
                return ResourceManager.GetString("ERR_BaseClassMustBeFirst", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type parameter &apos;{0}&apos; inherits conflicting constraints &apos;{1}&apos; and &apos;{2}&apos;.
        /// </summary>
        internal static string ERR_BaseConstraintConflict {
            get {
                return ResourceManager.GetString("ERR_BaseConstraintConflict", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Use of keyword &apos;base&apos; is not valid in this context.
        /// </summary>
        internal static string ERR_BaseIllegal {
            get {
                return ResourceManager.GetString("ERR_BaseIllegal", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Keyword &apos;base&apos; is not available in the current context.
        /// </summary>
        internal static string ERR_BaseInBadContext {
            get {
                return ResourceManager.GetString("ERR_BaseInBadContext", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Keyword &apos;base&apos; is not available in a static method.
        /// </summary>
        internal static string ERR_BaseInStaticMeth {
            get {
                return ResourceManager.GetString("ERR_BaseInStaticMeth", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is a binary file instead of a text file.
        /// </summary>
        internal static string ERR_BinaryFile {
            get {
                return ResourceManager.GetString("ERR_BinaryFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is not supported by the language.
        /// </summary>
        internal static string ERR_BindToBogus {
            get {
                return ResourceManager.GetString("ERR_BindToBogus", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Property, indexer, or event &apos;{0}&apos; is not supported by the language; try directly calling accessor method &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_BindToBogusProp1 {
            get {
                return ResourceManager.GetString("ERR_BindToBogusProp1", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Property, indexer, or event &apos;{0}&apos; is not supported by the language; try directly calling accessor methods &apos;{1}&apos; or &apos;{2}&apos;.
        /// </summary>
        internal static string ERR_BindToBogusProp2 {
            get {
                return ResourceManager.GetString("ERR_BindToBogusProp2", resourceCulture);
            }
        }
        
2233 2234 2235 2236 2237 2238 2239 2240 2241
        /// <summary>
        ///   Looks up a localized string similar to Methods cannot combine block bodies with expression bodies..
        /// </summary>
        internal static string ERR_BlockBodyAndExpressionBody {
            get {
                return ResourceManager.GetString("ERR_BlockBodyAndExpressionBody", resourceCulture);
            }
        }
        
P
Pilchie 已提交
2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; cannot implement &apos;{1}&apos; because it is not supported by the language.
        /// </summary>
        internal static string ERR_BogusExplicitImpl {
            get {
                return ResourceManager.GetString("ERR_BogusExplicitImpl", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is a type not supported by the language.
        /// </summary>
        internal static string ERR_BogusType {
            get {
                return ResourceManager.GetString("ERR_BogusType", resourceCulture);
            }
        }
        
V
vsadov 已提交
2260 2261 2262 2263 2264 2265 2266 2267 2268
        /// <summary>
        ///   Looks up a localized string similar to A declaration of a by-reference variable must have an initializer.
        /// </summary>
        internal static string ERR_ByReferenceVariableMustBeInitialized {
            get {
                return ResourceManager.GetString("ERR_ByReferenceVariableMustBeInitialized", resourceCulture);
            }
        }
        
P
Pilchie 已提交
2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286
        /// <summary>
        ///   Looks up a localized string similar to An expression tree lambda may not contain an out or ref parameter.
        /// </summary>
        internal static string ERR_ByRefParameterInExpressionTree {
            get {
                return ResourceManager.GetString("ERR_ByRefParameterInExpressionTree", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to By-reference return type &apos;ref {0}&apos; is not supported..
        /// </summary>
        internal static string ERR_ByRefReturnUnsupported {
            get {
                return ResourceManager.GetString("ERR_ByRefReturnUnsupported", resourceCulture);
            }
        }
        
2287
        /// <summary>
2288
        ///   Looks up a localized string similar to &apos;await&apos; cannot be used in an expression containing the type &apos;{0}&apos;.
2289 2290 2291 2292 2293 2294 2295
        /// </summary>
        internal static string ERR_ByRefTypeAndAwait {
            get {
                return ResourceManager.GetString("ERR_ByRefTypeAndAwait", resourceCulture);
            }
        }
        
P
Pilchie 已提交
2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313
        /// <summary>
        ///   Looks up a localized string similar to Do not directly call your base class Finalize method. It is called automatically from your destructor..
        /// </summary>
        internal static string ERR_CallingBaseFinalizeDeprecated {
            get {
                return ResourceManager.GetString("ERR_CallingBaseFinalizeDeprecated", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Destructors and object.Finalize cannot be called directly. Consider calling IDisposable.Dispose if available..
        /// </summary>
        internal static string ERR_CallingFinalizeDeprecated {
            get {
                return ResourceManager.GetString("ERR_CallingFinalizeDeprecated", resourceCulture);
            }
        }
        
J
Julien 已提交
2314 2315 2316 2317 2318 2319 2320 2321 2322
        /// <summary>
        ///   Looks up a localized string similar to Cannot deconstruct dynamic objects..
        /// </summary>
        internal static string ERR_CannotDeconstructDynamic {
            get {
                return ResourceManager.GetString("ERR_CannotDeconstructDynamic", resourceCulture);
            }
        }
        
2323 2324 2325 2326 2327 2328 2329 2330 2331
        /// <summary>
        ///   Looks up a localized string similar to /embed switch is only supported when emitting Portable PDB (/debug:portable or /debug:embedded)..
        /// </summary>
        internal static string ERR_CannotEmbedWithoutPdb {
            get {
                return ResourceManager.GetString("ERR_CannotEmbedWithoutPdb", resourceCulture);
            }
        }
        
P
Pilchie 已提交
2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358
        /// <summary>
        ///   Looks up a localized string similar to Cannot pass null for friend assembly name.
        /// </summary>
        internal static string ERR_CannotPassNullForFriendAssembly {
            get {
                return ResourceManager.GetString("ERR_CannotPassNullForFriendAssembly", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot explicitly call operator or accessor.
        /// </summary>
        internal static string ERR_CantCallSpecialMethod {
            get {
                return ResourceManager.GetString("ERR_CantCallSpecialMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot change access modifiers when overriding &apos;{1}&apos; inherited member &apos;{2}&apos;.
        /// </summary>
        internal static string ERR_CantChangeAccessOnOverride {
            get {
                return ResourceManager.GetString("ERR_CantChangeAccessOnOverride", resourceCulture);
            }
        }
        
2359 2360 2361 2362 2363 2364 2365 2366 2367
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; must {2}return by reference to match overridden member &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_CantChangeRefReturnOnOverride {
            get {
                return ResourceManager.GetString("ERR_CantChangeRefReturnOnOverride", resourceCulture);
            }
        }
        
P
Pilchie 已提交
2368 2369 2370 2371 2372 2373 2374 2375 2376
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: return type must be &apos;{2}&apos; to match overridden member &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_CantChangeReturnTypeOnOverride {
            get {
                return ResourceManager.GetString("ERR_CantChangeReturnTypeOnOverride", resourceCulture);
            }
        }
        
2377 2378 2379 2380 2381 2382 2383 2384 2385
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot change tuple element names when overriding inherited member &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_CantChangeTupleNamesOnOverride {
            get {
                return ResourceManager.GetString("ERR_CantChangeTupleNamesOnOverride", resourceCulture);
            }
        }
        
P
Pilchie 已提交
2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: type must be &apos;{2}&apos; to match overridden member &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_CantChangeTypeOnOverride {
            get {
                return ResourceManager.GetString("ERR_CantChangeTypeOnOverride", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot convert anonymous method block without a parameter list to delegate type &apos;{0}&apos; because it has one or more out parameters.
        /// </summary>
        internal static string ERR_CantConvAnonMethNoParams {
            get {
                return ResourceManager.GetString("ERR_CantConvAnonMethNoParams", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot convert {0} to delegate type &apos;{1}&apos; because the parameter types do not match the delegate parameter types.
        /// </summary>
        internal static string ERR_CantConvAnonMethParams {
            get {
                return ResourceManager.GetString("ERR_CantConvAnonMethParams", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot convert {0} to intended delegate type because some of the return types in the block are not implicitly convertible to the delegate return type.
        /// </summary>
        internal static string ERR_CantConvAnonMethReturns {
            get {
                return ResourceManager.GetString("ERR_CantConvAnonMethReturns", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot convert async {0} to delegate type &apos;{1}&apos;. An async {0} may return void, Task or Task&lt;T&gt;, none of which are convertible to &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_CantConvAsyncAnonFuncReturns {
            get {
                return ResourceManager.GetString("ERR_CantConvAsyncAnonFuncReturns", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot derive from sealed type &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_CantDeriveFromSealedType {
            get {
                return ResourceManager.GetString("ERR_CantDeriveFromSealedType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Conflicting options specified: Win32 resource file; Win32 icon.
        /// </summary>
        internal static string ERR_CantHaveWin32ResAndIcon {
            get {
                return ResourceManager.GetString("ERR_CantHaveWin32ResAndIcon", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Conflicting options specified: Win32 resource file; Win32 manifest.
        /// </summary>
        internal static string ERR_CantHaveWin32ResAndManifest {
            get {
                return ResourceManager.GetString("ERR_CantHaveWin32ResAndManifest", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type arguments for method &apos;{0}&apos; cannot be inferred from the usage. Try specifying the type arguments explicitly..
        /// </summary>
        internal static string ERR_CantInferMethTypeArgs {
            get {
                return ResourceManager.GetString("ERR_CantInferMethTypeArgs", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot create temporary file -- {0}.
        /// </summary>
        internal static string ERR_CantMakeTempFile {
            get {
                return ResourceManager.GetString("ERR_CantMakeTempFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot open &apos;{0}&apos; for writing -- &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_CantOpenFileWrite {
            get {
                return ResourceManager.GetString("ERR_CantOpenFileWrite", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Error opening icon file {0} -- {1}.
        /// </summary>
        internal static string ERR_CantOpenIcon {
            get {
                return ResourceManager.GetString("ERR_CantOpenIcon", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Error opening Win32 manifest file {0} -- {1}.
        /// </summary>
        internal static string ERR_CantOpenWin32Manifest {
            get {
                return ResourceManager.GetString("ERR_CantOpenWin32Manifest", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Error opening Win32 resource file &apos;{0}&apos; -- &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_CantOpenWin32Res {
            get {
                return ResourceManager.GetString("ERR_CantOpenWin32Res", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot override &apos;{1}&apos; because it is not supported by the language.
        /// </summary>
        internal static string ERR_CantOverrideBogusMethod {
            get {
                return ResourceManager.GetString("ERR_CantOverrideBogusMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot override; &apos;{1}&apos; is not an event.
        /// </summary>
        internal static string ERR_CantOverrideNonEvent {
            get {
                return ResourceManager.GetString("ERR_CantOverrideNonEvent", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot override because &apos;{1}&apos; is not a function.
        /// </summary>
        internal static string ERR_CantOverrideNonFunction {
            get {
                return ResourceManager.GetString("ERR_CantOverrideNonFunction", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot override because &apos;{1}&apos; is not a property.
        /// </summary>
        internal static string ERR_CantOverrideNonProperty {
            get {
                return ResourceManager.GetString("ERR_CantOverrideNonProperty", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot override inherited member &apos;{1}&apos; because it is not marked virtual, abstract, or override.
        /// </summary>
        internal static string ERR_CantOverrideNonVirtual {
            get {
                return ResourceManager.GetString("ERR_CantOverrideNonVirtual", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot override inherited member &apos;{1}&apos; because it is sealed.
        /// </summary>
        internal static string ERR_CantOverrideSealed {
            get {
                return ResourceManager.GetString("ERR_CantOverrideSealed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot read config file &apos;{0}&apos; -- &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_CantReadConfigFile {
            get {
                return ResourceManager.GetString("ERR_CantReadConfigFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Error reading resource &apos;{0}&apos; -- &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_CantReadResource {
            get {
                return ResourceManager.GetString("ERR_CantReadResource", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Error reading ruleset file {0} - {1}.
        /// </summary>
        internal static string ERR_CantReadRulesetFile {
            get {
                return ResourceManager.GetString("ERR_CantReadRulesetFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot link resource files when building a module.
        /// </summary>
        internal static string ERR_CantRefResource {
            get {
                return ResourceManager.GetString("ERR_CantRefResource", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot return an expression of type &apos;void&apos;.
        /// </summary>
        internal static string ERR_CantReturnVoid {
            get {
                return ResourceManager.GetString("ERR_CantReturnVoid", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Error reading Win32 manifest file &apos;{0}&apos; -- &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_CantSetWin32Manifest {
            get {
                return ResourceManager.GetString("ERR_CantSetWin32Manifest", resourceCulture);
            }
        }
        
        /// <summary>
Y
YingP99 已提交
2621
        ///   Looks up a localized string similar to The RequiredAttribute attribute is not permitted on C# types.
P
Pilchie 已提交
2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718
        /// </summary>
        internal static string ERR_CantUseRequiredAttribute {
            get {
                return ResourceManager.GetString("ERR_CantUseRequiredAttribute", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The operation overflows at compile time in checked mode.
        /// </summary>
        internal static string ERR_CheckedOverflow {
            get {
                return ResourceManager.GetString("ERR_CheckedOverflow", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The evaluation of the constant value for &apos;{0}&apos; involves a circular definition.
        /// </summary>
        internal static string ERR_CircConstValue {
            get {
                return ResourceManager.GetString("ERR_CircConstValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Circular base class dependency involving &apos;{0}&apos; and &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_CircularBase {
            get {
                return ResourceManager.GetString("ERR_CircularBase", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Circular constraint dependency involving &apos;{0}&apos; and &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_CircularConstraint {
            get {
                return ResourceManager.GetString("ERR_CircularConstraint", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The class type constraint &apos;{0}&apos; must come before any other constraints.
        /// </summary>
        internal static string ERR_ClassBoundNotFirst {
            get {
                return ResourceManager.GetString("ERR_ClassBoundNotFirst", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: containing type does not implement interface &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_ClassDoesntImplementInterface {
            get {
                return ResourceManager.GetString("ERR_ClassDoesntImplementInterface", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An object, string, or class type expected.
        /// </summary>
        internal static string ERR_ClassTypeExpected {
            get {
                return ResourceManager.GetString("ERR_ClassTypeExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to ) expected.
        /// </summary>
        internal static string ERR_CloseParenExpected {
            get {
                return ResourceManager.GetString("ERR_CloseParenExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not implement interface member &apos;{1}&apos;. &apos;{2}&apos; cannot implement an interface member because it is not public..
        /// </summary>
        internal static string ERR_CloseUnimplementedInterfaceMemberNotPublic {
            get {
                return ResourceManager.GetString("ERR_CloseUnimplementedInterfaceMemberNotPublic", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not implement interface member &apos;{1}&apos;. &apos;{2}&apos; cannot implement an interface member because it is static..
        /// </summary>
        internal static string ERR_CloseUnimplementedInterfaceMemberStatic {
            get {
                return ResourceManager.GetString("ERR_CloseUnimplementedInterfaceMemberStatic", resourceCulture);
            }
        }
        
2719 2720 2721 2722 2723 2724 2725 2726 2727
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not implement interface member &apos;{1}&apos;. &apos;{2}&apos; cannot implement &apos;{1}&apos; because it does not return by {3}.
        /// </summary>
        internal static string ERR_CloseUnimplementedInterfaceMemberWrongRefReturn {
            get {
                return ResourceManager.GetString("ERR_CloseUnimplementedInterfaceMemberWrongRefReturn", resourceCulture);
            }
        }
        
P
Pilchie 已提交
2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not implement interface member &apos;{1}&apos;. &apos;{2}&apos; cannot implement &apos;{1}&apos; because it does not have the matching return type of &apos;{3}&apos;..
        /// </summary>
        internal static string ERR_CloseUnimplementedInterfaceMemberWrongReturnType {
            get {
                return ResourceManager.GetString("ERR_CloseUnimplementedInterfaceMemberWrongReturnType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Attribute &apos;{0}&apos; given in a source file conflicts with option &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_CmdOptionConflictsSource {
            get {
                return ResourceManager.GetString("ERR_CmdOptionConflictsSource", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot use alias &apos;{0}&apos; with &apos;::&apos; since the alias references a type. Use &apos;.&apos; instead..
        /// </summary>
        internal static string ERR_ColColWithTypeAlias {
            get {
                return ResourceManager.GetString("ERR_ColColWithTypeAlias", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot initialize type &apos;{0}&apos; with a collection initializer because it does not implement &apos;System.Collections.IEnumerable&apos;.
        /// </summary>
        internal static string ERR_CollectionInitRequiresIEnumerable {
            get {
                return ResourceManager.GetString("ERR_CollectionInitRequiresIEnumerable", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: a class with the ComImport attribute cannot specify a base class.
        /// </summary>
        internal static string ERR_ComImportWithBase {
            get {
                return ResourceManager.GetString("ERR_ComImportWithBase", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Since &apos;{1}&apos; has the ComImport attribute, &apos;{0}&apos; must be extern or abstract.
        /// </summary>
        internal static string ERR_ComImportWithImpl {
            get {
                return ResourceManager.GetString("ERR_ComImportWithImpl", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: a class with the ComImport attribute cannot specify field initializers..
        /// </summary>
        internal static string ERR_ComImportWithInitializers {
            get {
                return ResourceManager.GetString("ERR_ComImportWithInitializers", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The Guid attribute must be specified with the ComImport attribute.
        /// </summary>
        internal static string ERR_ComImportWithoutUuidAttribute {
            get {
                return ResourceManager.GetString("ERR_ComImportWithoutUuidAttribute", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A class with the ComImport attribute cannot have a user-defined constructor.
        /// </summary>
        internal static string ERR_ComImportWithUserCtor {
            get {
                return ResourceManager.GetString("ERR_ComImportWithUserCtor", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Compilation cancelled by user.
        /// </summary>
        internal static string ERR_CompileCancelled {
            get {
                return ResourceManager.GetString("ERR_CompileCancelled", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An expression tree lambda may not contain a COM call with ref omitted on arguments.
        /// </summary>
        internal static string ERR_ComRefCallInExpressionTree {
            get {
                return ResourceManager.GetString("ERR_ComRefCallInExpressionTree", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; must declare a body because it is not marked abstract, extern, or partial.
        /// </summary>
        internal static string ERR_ConcreteMissingBody {
            get {
                return ResourceManager.GetString("ERR_ConcreteMissingBody", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The Conditional attribute is not valid on &apos;{0}&apos; because its return type is not void.
        /// </summary>
        internal static string ERR_ConditionalMustReturnVoid {
            get {
                return ResourceManager.GetString("ERR_ConditionalMustReturnVoid", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The Conditional attribute is not valid on interface members.
        /// </summary>
        internal static string ERR_ConditionalOnInterfaceMethod {
            get {
                return ResourceManager.GetString("ERR_ConditionalOnInterfaceMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Attribute &apos;{0}&apos; is only valid on methods or attribute classes.
        /// </summary>
        internal static string ERR_ConditionalOnNonAttributeClass {
            get {
                return ResourceManager.GetString("ERR_ConditionalOnNonAttributeClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The Conditional attribute is not valid on &apos;{0}&apos; because it is an override method.
        /// </summary>
        internal static string ERR_ConditionalOnOverride {
            get {
                return ResourceManager.GetString("ERR_ConditionalOnOverride", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The Conditional attribute is not valid on &apos;{0}&apos; because it is a constructor, destructor, operator, or explicit interface implementation.
        /// </summary>
        internal static string ERR_ConditionalOnSpecialMethod {
            get {
                return ResourceManager.GetString("ERR_ConditionalOnSpecialMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Conditional member &apos;{0}&apos; cannot have an out parameter.
        /// </summary>
        internal static string ERR_ConditionalWithOutParam {
            get {
                return ResourceManager.GetString("ERR_ConditionalWithOutParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Namespace &apos;{1}&apos; contains a definition conflicting with alias &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_ConflictAliasAndMember {
            get {
                return ResourceManager.GetString("ERR_ConflictAliasAndMember", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Alias &apos;{0}&apos; conflicts with {1} definition.
        /// </summary>
        internal static string ERR_ConflictingAliasAndDefinition {
            get {
                return ResourceManager.GetString("ERR_ConflictingAliasAndDefinition", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Assembly and module &apos;{0}&apos; cannot target different processors..
        /// </summary>
        internal static string ERR_ConflictingMachineModule {
            get {
                return ResourceManager.GetString("ERR_ConflictingMachineModule", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A constant value is expected.
        /// </summary>
        internal static string ERR_ConstantExpected {
            get {
                return ResourceManager.GetString("ERR_ConstantExpected", resourceCulture);
            }
        }
        
C
Charles Stoner 已提交
2926 2927 2928 2929 2930 2931 2932 2933 2934
        /// <summary>
        ///   Looks up a localized string similar to Length of String constant exceeds current memory limit.  Try splitting the string into multiple constants..
        /// </summary>
        internal static string ERR_ConstantStringTooLong {
            get {
                return ResourceManager.GetString("ERR_ConstantStringTooLong", resourceCulture);
            }
        }
        
P
Pilchie 已提交
2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006
        /// <summary>
        ///   Looks up a localized string similar to Constant value &apos;{0}&apos; cannot be converted to a &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_ConstOutOfRange {
            get {
                return ResourceManager.GetString("ERR_ConstOutOfRange", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Constant value &apos;{0}&apos; cannot be converted to a &apos;{1}&apos; (use &apos;unchecked&apos; syntax to override).
        /// </summary>
        internal static string ERR_ConstOutOfRangeChecked {
            get {
                return ResourceManager.GetString("ERR_ConstOutOfRangeChecked", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: static classes cannot be used as constraints.
        /// </summary>
        internal static string ERR_ConstraintIsStaticClass {
            get {
                return ResourceManager.GetString("ERR_ConstraintIsStaticClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Constraints are not allowed on non-generic declarations.
        /// </summary>
        internal static string ERR_ConstraintOnlyAllowedOnGenericDecl {
            get {
                return ResourceManager.GetString("ERR_ConstraintOnlyAllowedOnGenericDecl", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Constraint cannot be a dynamic type &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_ConstructedDynamicTypeAsBound {
            get {
                return ResourceManager.GetString("ERR_ConstructedDynamicTypeAsBound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Static classes cannot have instance constructors.
        /// </summary>
        internal static string ERR_ConstructorInStaticClass {
            get {
                return ResourceManager.GetString("ERR_ConstructorInStaticClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A const field requires a value to be provided.
        /// </summary>
        internal static string ERR_ConstValueRequired {
            get {
                return ResourceManager.GetString("ERR_ConstValueRequired", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to User-defined conversion must convert to or from the enclosing type.
        /// </summary>
        internal static string ERR_ConversionNotInvolvingContainedType {
            get {
                return ResourceManager.GetString("ERR_ConversionNotInvolvingContainedType", resourceCulture);
            }
        }
        
G
gafter 已提交
3007 3008 3009 3010 3011 3012 3013 3014 3015
        /// <summary>
        ///   Looks up a localized string similar to Tuple with {0} elements cannot be converted to type &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_ConversionNotTupleCompatible {
            get {
                return ResourceManager.GetString("ERR_ConversionNotTupleCompatible", resourceCulture);
            }
        }
        
P
Pilchie 已提交
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: user-defined conversions to or from a base class are not allowed.
        /// </summary>
        internal static string ERR_ConversionWithBase {
            get {
                return ResourceManager.GetString("ERR_ConversionWithBase", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: user-defined conversions to or from a derived class are not allowed.
        /// </summary>
        internal static string ERR_ConversionWithDerived {
            get {
                return ResourceManager.GetString("ERR_ConversionWithDerived", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: user-defined conversions to or from an interface are not allowed.
        /// </summary>
        internal static string ERR_ConversionWithInterface {
            get {
                return ResourceManager.GetString("ERR_ConversionWithInterface", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot convert to static type &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_ConvertToStaticClass {
            get {
                return ResourceManager.GetString("ERR_ConvertToStaticClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type parameter &apos;{1}&apos; has the &apos;struct&apos; constraint so &apos;{1}&apos; cannot be used as a constraint for &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_ConWithValCon {
            get {
                return ResourceManager.GetString("ERR_ConWithValCon", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cryptographic failure while creating hashes..
        /// </summary>
        internal static string ERR_CryptoHashFailed {
            get {
                return ResourceManager.GetString("ERR_CryptoHashFailed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Bad array declarator: To declare a managed array the rank specifier precedes the variable&apos;s identifier. To declare a fixed size buffer field, use the fixed keyword before the field type..
        /// </summary>
        internal static string ERR_CStyleArray {
            get {
                return ResourceManager.GetString("ERR_CStyleArray", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inherited interface &apos;{1}&apos; causes a cycle in the interface hierarchy of &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_CycleInInterfaceInheritance {
            get {
                return ResourceManager.GetString("ERR_CycleInInterfaceInheritance", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type forwarder for type &apos;{0}&apos; in assembly &apos;{1}&apos; causes a cycle.
        /// </summary>
        internal static string ERR_CycleInTypeForwarder {
            get {
                return ResourceManager.GetString("ERR_CycleInTypeForwarder", resourceCulture);
            }
        }
        
3097 3098 3099 3100 3101 3102 3103 3104 3105
        /// <summary>
        ///   Looks up a localized string similar to Debug entry point must be a definition of a method declared in the current compilation..
        /// </summary>
        internal static string ERR_DebugEntryPointNotSourceMethodDefinition {
            get {
                return ResourceManager.GetString("ERR_DebugEntryPointNotSourceMethodDefinition", resourceCulture);
            }
        }
        
P
Pilchie 已提交
3106 3107 3108 3109 3110 3111 3112 3113 3114
        /// <summary>
        ///   Looks up a localized string similar to Evaluation of the decimal constant expression failed.
        /// </summary>
        internal static string ERR_DecConstError {
            get {
                return ResourceManager.GetString("ERR_DecConstError", resourceCulture);
            }
        }
        
3115 3116 3117 3118 3119 3120 3121 3122 3123
        /// <summary>
        ///   Looks up a localized string similar to The type information on the left-hand-side &apos;{0}&apos; and right-hand-side &apos;{1}&apos; of the deconstruction was insufficient to infer a merged type..
        /// </summary>
        internal static string ERR_DeconstructCouldNotInferMergedType {
            get {
                return ResourceManager.GetString("ERR_DeconstructCouldNotInferMergedType", resourceCulture);
            }
        }
        
3124 3125 3126 3127 3128 3129 3130 3131 3132
        /// <summary>
        ///   Looks up a localized string similar to Deconstruction `var (...)` form disallows a specific type for &apos;var&apos;..
        /// </summary>
        internal static string ERR_DeconstructionVarFormDisallowsSpecificType {
            get {
                return ResourceManager.GetString("ERR_DeconstructionVarFormDisallowsSpecificType", resourceCulture);
            }
        }
        
3133 3134 3135 3136 3137 3138 3139 3140 3141
        /// <summary>
        ///   Looks up a localized string similar to Deconstruct assignment requires an expression with a type on the right-hand-side..
        /// </summary>
        internal static string ERR_DeconstructRequiresExpression {
            get {
                return ResourceManager.GetString("ERR_DeconstructRequiresExpression", resourceCulture);
            }
        }
        
3142 3143 3144 3145 3146 3147 3148 3149 3150
        /// <summary>
        ///   Looks up a localized string similar to Deconstruction must contain at least two variables..
        /// </summary>
        internal static string ERR_DeconstructTooFewElements {
            get {
                return ResourceManager.GetString("ERR_DeconstructTooFewElements", resourceCulture);
            }
        }
        
3151 3152 3153 3154 3155 3156 3157 3158 3159
        /// <summary>
        ///   Looks up a localized string similar to Cannot deconstruct a tuple of &apos;{0}&apos; elements into &apos;{1}&apos; variables..
        /// </summary>
        internal static string ERR_DeconstructWrongCardinality {
            get {
                return ResourceManager.GetString("ERR_DeconstructWrongCardinality", resourceCulture);
            }
        }
        
P
Pilchie 已提交
3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321
        /// <summary>
        ///   Looks up a localized string similar to Cannot specify the DefaultMember attribute on a type containing an indexer.
        /// </summary>
        internal static string ERR_DefaultMemberOnIndexedType {
            get {
                return ResourceManager.GetString("ERR_DefaultMemberOnIndexedType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Argument of type &apos;{0}&apos; is not applicable for the DefaultParameterValue attribute.
        /// </summary>
        internal static string ERR_DefaultValueBadValueType {
            get {
                return ResourceManager.GetString("ERR_DefaultValueBadValueType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Optional parameters must appear after all required parameters.
        /// </summary>
        internal static string ERR_DefaultValueBeforeRequiredValue {
            get {
                return ResourceManager.GetString("ERR_DefaultValueBeforeRequiredValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot specify a default value for the &apos;this&apos; parameter.
        /// </summary>
        internal static string ERR_DefaultValueForExtensionParameter {
            get {
                return ResourceManager.GetString("ERR_DefaultValueForExtensionParameter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot specify a default value for a parameter array.
        /// </summary>
        internal static string ERR_DefaultValueForParamsParameter {
            get {
                return ResourceManager.GetString("ERR_DefaultValueForParamsParameter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Default parameter value for &apos;{0}&apos; must be a compile-time constant.
        /// </summary>
        internal static string ERR_DefaultValueMustBeConstant {
            get {
                return ResourceManager.GetString("ERR_DefaultValueMustBeConstant", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Default values are not valid in this context..
        /// </summary>
        internal static string ERR_DefaultValueNotAllowed {
            get {
                return ResourceManager.GetString("ERR_DefaultValueNotAllowed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type of the argument to the DefaultParameterValue attribute must match the parameter type.
        /// </summary>
        internal static string ERR_DefaultValueTypeMustMatch {
            get {
                return ResourceManager.GetString("ERR_DefaultValueTypeMustMatch", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot specify default parameter value in conjunction with DefaultParameterAttribute or OptionalAttribute.
        /// </summary>
        internal static string ERR_DefaultValueUsedWithAttributes {
            get {
                return ResourceManager.GetString("ERR_DefaultValueUsedWithAttributes", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot create delegate with &apos;{0}&apos; because it or a method it overrides has a Conditional attribute.
        /// </summary>
        internal static string ERR_DelegateOnConditional {
            get {
                return ResourceManager.GetString("ERR_DelegateOnConditional", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot bind delegate to &apos;{0}&apos; because it is a member of &apos;System.Nullable&lt;T&gt;&apos;.
        /// </summary>
        internal static string ERR_DelegateOnNullable {
            get {
                return ResourceManager.GetString("ERR_DelegateOnNullable", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The best overloaded Add method &apos;{0}&apos; for the collection initializer element is obsolete. {1}.
        /// </summary>
        internal static string ERR_DeprecatedCollectionInitAddStr {
            get {
                return ResourceManager.GetString("ERR_DeprecatedCollectionInitAddStr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is obsolete: &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_DeprecatedSymbolStr {
            get {
                return ResourceManager.GetString("ERR_DeprecatedSymbolStr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot implement a dynamic interface &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_DeriveFromConstructedDynamic {
            get {
                return ResourceManager.GetString("ERR_DeriveFromConstructedDynamic", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot derive from the dynamic type.
        /// </summary>
        internal static string ERR_DeriveFromDynamic {
            get {
                return ResourceManager.GetString("ERR_DeriveFromDynamic", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; cannot derive from special class &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_DeriveFromEnumOrValueType {
            get {
                return ResourceManager.GetString("ERR_DeriveFromEnumOrValueType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot derive from &apos;{0}&apos; because it is a type parameter.
        /// </summary>
        internal static string ERR_DerivingFromATyVar {
            get {
                return ResourceManager.GetString("ERR_DerivingFromATyVar", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Static classes cannot contain destructors.
        /// </summary>
        internal static string ERR_DestructorInStaticClass {
            get {
                return ResourceManager.GetString("ERR_DestructorInStaticClass", resourceCulture);
            }
        }
        
3322 3323 3324 3325 3326 3327 3328 3329 3330
        /// <summary>
        ///   Looks up a localized string similar to An expression tree lambda may not contain a dictionary initializer..
        /// </summary>
        internal static string ERR_DictionaryInitializerInExpressionTree {
            get {
                return ResourceManager.GetString("ERR_DictionaryInitializerInExpressionTree", resourceCulture);
            }
        }
        
P
Pilchie 已提交
3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501
        /// <summary>
        ///   Looks up a localized string similar to The DllImport attribute cannot be applied to a method that is generic or contained in a generic type..
        /// </summary>
        internal static string ERR_DllImportOnGenericMethod {
            get {
                return ResourceManager.GetString("ERR_DllImportOnGenericMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The DllImport attribute must be specified on a method marked &apos;static&apos; and &apos;extern&apos;.
        /// </summary>
        internal static string ERR_DllImportOnInvalidMethod {
            get {
                return ResourceManager.GetString("ERR_DllImportOnInvalidMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not implement &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_DoesntImplementAwaitInterface {
            get {
                return ResourceManager.GetString("ERR_DoesntImplementAwaitInterface", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Do not use &apos;System.Runtime.CompilerServices.FixedBuffer&apos; attribute. Use the &apos;fixed&apos; field modifier instead..
        /// </summary>
        internal static string ERR_DoNotUseFixedBufferAttr {
            get {
                return ResourceManager.GetString("ERR_DoNotUseFixedBufferAttr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type name &apos;{0}&apos; does not exist in the type &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_DottedTypeNameNotFoundInAgg {
            get {
                return ResourceManager.GetString("ERR_DottedTypeNameNotFoundInAgg", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type or namespace name &apos;{0}&apos; does not exist in the namespace &apos;{1}&apos; (are you missing an assembly reference?).
        /// </summary>
        internal static string ERR_DottedTypeNameNotFoundInNS {
            get {
                return ResourceManager.GetString("ERR_DottedTypeNameNotFoundInNS", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type name &apos;{0}&apos; could not be found in the namespace &apos;{1}&apos;. This type has been forwarded to assembly &apos;{2}&apos; Consider adding a reference to that assembly..
        /// </summary>
        internal static string ERR_DottedTypeNameNotFoundInNSFwd {
            get {
                return ResourceManager.GetString("ERR_DottedTypeNameNotFoundInNSFwd", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Property accessor already defined.
        /// </summary>
        internal static string ERR_DuplicateAccessor {
            get {
                return ResourceManager.GetString("ERR_DuplicateAccessor", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The using alias &apos;{0}&apos; appeared previously in this namespace.
        /// </summary>
        internal static string ERR_DuplicateAlias {
            get {
                return ResourceManager.GetString("ERR_DuplicateAlias", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Duplicate &apos;{0}&apos; attribute.
        /// </summary>
        internal static string ERR_DuplicateAttribute {
            get {
                return ResourceManager.GetString("ERR_DuplicateAttribute", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Duplicate &apos;{0}&apos; attribute in &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_DuplicateAttributeInNetModule {
            get {
                return ResourceManager.GetString("ERR_DuplicateAttributeInNetModule", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Duplicate constraint &apos;{0}&apos; for type parameter &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_DuplicateBound {
            get {
                return ResourceManager.GetString("ERR_DuplicateBound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The switch statement contains multiple cases with the label value &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_DuplicateCaseLabel {
            get {
                return ResourceManager.GetString("ERR_DuplicateCaseLabel", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A constraint clause has already been specified for type parameter &apos;{0}&apos;. All of the constraints for a type parameter must be specified in a single where clause..
        /// </summary>
        internal static string ERR_DuplicateConstraintClause {
            get {
                return ResourceManager.GetString("ERR_DuplicateConstraintClause", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Duplicate user-defined conversion in type &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_DuplicateConversionInClass {
            get {
                return ResourceManager.GetString("ERR_DuplicateConversionInClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The parameter name &apos;{0}&apos; conflicts with an automatically-generated parameter name.
        /// </summary>
        internal static string ERR_DuplicateGeneratedName {
            get {
                return ResourceManager.GetString("ERR_DuplicateGeneratedName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Multiple assemblies with equivalent identity have been imported: &apos;{0}&apos; and &apos;{1}&apos;. Remove one of the duplicate references..
        /// </summary>
        internal static string ERR_DuplicateImport {
            get {
                return ResourceManager.GetString("ERR_DuplicateImport", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An assembly with the same simple name &apos;{0}&apos; has already been imported. Try removing one of the references (e.g. &apos;{1}&apos;) or sign them to enable side-by-side..
        /// </summary>
        internal static string ERR_DuplicateImportSimple {
            get {
                return ResourceManager.GetString("ERR_DuplicateImportSimple", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is already listed in interface list.
        /// </summary>
        internal static string ERR_DuplicateInterfaceInBaseList {
            get {
                return ResourceManager.GetString("ERR_DuplicateInterfaceInBaseList", resourceCulture);
            }
        }
        
3502 3503 3504 3505 3506 3507 3508 3509 3510
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is already listed in the interface list on type &apos;{2}&apos; with different tuple element names, as &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_DuplicateInterfaceWithTupleNamesInBaseList {
            get {
                return ResourceManager.GetString("ERR_DuplicateInterfaceWithTupleNamesInBaseList", resourceCulture);
            }
        }
        
P
Pilchie 已提交
3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618
        /// <summary>
        ///   Looks up a localized string similar to The label &apos;{0}&apos; is a duplicate.
        /// </summary>
        internal static string ERR_DuplicateLabel {
            get {
                return ResourceManager.GetString("ERR_DuplicateLabel", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Duplicate &apos;{0}&apos; modifier.
        /// </summary>
        internal static string ERR_DuplicateModifier {
            get {
                return ResourceManager.GetString("ERR_DuplicateModifier", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Named argument &apos;{0}&apos; cannot be specified multiple times.
        /// </summary>
        internal static string ERR_DuplicateNamedArgument {
            get {
                return ResourceManager.GetString("ERR_DuplicateNamedArgument", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; duplicate named attribute argument.
        /// </summary>
        internal static string ERR_DuplicateNamedAttributeArgument {
            get {
                return ResourceManager.GetString("ERR_DuplicateNamedAttributeArgument", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type &apos;{0}&apos; already contains a definition for &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_DuplicateNameInClass {
            get {
                return ResourceManager.GetString("ERR_DuplicateNameInClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The namespace &apos;{1}&apos; already contains a definition for &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_DuplicateNameInNS {
            get {
                return ResourceManager.GetString("ERR_DuplicateNameInNS", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The parameter name &apos;{0}&apos; is a duplicate.
        /// </summary>
        internal static string ERR_DuplicateParamName {
            get {
                return ResourceManager.GetString("ERR_DuplicateParamName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot specify accessibility modifiers for both accessors of the property or indexer &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_DuplicatePropertyAccessMods {
            get {
                return ResourceManager.GetString("ERR_DuplicatePropertyAccessMods", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; duplicate TypeForwardedToAttribute.
        /// </summary>
        internal static string ERR_DuplicateTypeForwarder {
            get {
                return ResourceManager.GetString("ERR_DuplicateTypeForwarder", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Duplicate type parameter &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_DuplicateTypeParameter {
            get {
                return ResourceManager.GetString("ERR_DuplicateTypeParameter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A parameter can only have one &apos;{0}&apos; modifier.
        /// </summary>
        internal static string ERR_DupParamMod {
            get {
                return ResourceManager.GetString("ERR_DupParamMod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot define a class or member that utilizes &apos;dynamic&apos; because the compiler required type &apos;{0}&apos; cannot be found. Are you missing a reference?.
        /// </summary>
        internal static string ERR_DynamicAttributeMissing {
            get {
                return ResourceManager.GetString("ERR_DynamicAttributeMissing", resourceCulture);
            }
        }
        
3619
        /// <summary>
3620
        ///   Looks up a localized string similar to Cannot pass argument with dynamic type to params parameter &apos;{0}&apos; of local function &apos;{1}&apos;..
3621
        /// </summary>
3622
        internal static string ERR_DynamicLocalFunctionParamsParameter {
3623
            get {
3624
                return ResourceManager.GetString("ERR_DynamicLocalFunctionParamsParameter", resourceCulture);
3625 3626 3627
            }
        }
        
P
Pilchie 已提交
3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663
        /// <summary>
        ///   Looks up a localized string similar to One or more types required to compile a dynamic expression cannot be found. Are you missing a reference?.
        /// </summary>
        internal static string ERR_DynamicRequiredTypesMissing {
            get {
                return ResourceManager.GetString("ERR_DynamicRequiredTypesMissing", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Constraint cannot be the dynamic type.
        /// </summary>
        internal static string ERR_DynamicTypeAsBound {
            get {
                return ResourceManager.GetString("ERR_DynamicTypeAsBound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Empty character literal.
        /// </summary>
        internal static string ERR_EmptyCharConst {
            get {
                return ResourceManager.GetString("ERR_EmptyCharConst", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Element initializer cannot be empty.
        /// </summary>
        internal static string ERR_EmptyElementInitializer {
            get {
                return ResourceManager.GetString("ERR_EmptyElementInitializer", resourceCulture);
            }
        }
        
3664 3665 3666 3667 3668 3669 3670 3671 3672
        /// <summary>
        ///   Looks up a localized string similar to Empty format specifier..
        /// </summary>
        internal static string ERR_EmptyFormatSpecifier {
            get {
                return ResourceManager.GetString("ERR_EmptyFormatSpecifier", resourceCulture);
            }
        }
        
P
Pilchie 已提交
3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684
        /// <summary>
        ///   Looks up a localized string similar to Expression expected after yield return.
        /// </summary>
        internal static string ERR_EmptyYield {
            get {
                return ResourceManager.GetString("ERR_EmptyYield", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot continue since the edit includes a reference to an embedded type: &apos;{0}&apos;..
        /// </summary>
3685
        internal static string ERR_EncNoPIAReference {
P
Pilchie 已提交
3686
            get {
3687
                return ResourceManager.GetString("ERR_EncNoPIAReference", resourceCulture);
P
Pilchie 已提交
3688 3689 3690
            }
        }
        
3691 3692 3693 3694 3695 3696 3697 3698 3699
        /// <summary>
        ///   Looks up a localized string similar to Cannot emit debug information for a source text without encoding..
        /// </summary>
        internal static string ERR_EncodinglessSyntaxTree {
            get {
                return ResourceManager.GetString("ERR_EncodinglessSyntaxTree", resourceCulture);
            }
        }
        
3700 3701 3702 3703 3704 3705 3706 3707 3708
        /// <summary>
        ///   Looks up a localized string similar to Member &apos;{0}&apos; added during the current debug session can only be accessed from within its declaring assembly &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_EncReferenceToAddedMember {
            get {
                return ResourceManager.GetString("ERR_EncReferenceToAddedMember", resourceCulture);
            }
        }
        
3709 3710 3711 3712 3713 3714 3715 3716 3717
        /// <summary>
        ///   Looks up a localized string similar to Cannot update &apos;{0}&apos;; attribute &apos;{1}&apos; is missing..
        /// </summary>
        internal static string ERR_EncUpdateFailedMissingAttribute {
            get {
                return ResourceManager.GetString("ERR_EncUpdateFailedMissingAttribute", resourceCulture);
            }
        }
        
P
Pilchie 已提交
3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753
        /// <summary>
        ///   Looks up a localized string similar to #endif directive expected.
        /// </summary>
        internal static string ERR_EndifDirectiveExpected {
            get {
                return ResourceManager.GetString("ERR_EndifDirectiveExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Single-line comment or end-of-line expected.
        /// </summary>
        internal static string ERR_EndOfPPLineExpected {
            get {
                return ResourceManager.GetString("ERR_EndOfPPLineExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to #endregion directive expected.
        /// </summary>
        internal static string ERR_EndRegionDirectiveExpected {
            get {
                return ResourceManager.GetString("ERR_EndRegionDirectiveExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: the enumerator value is too large to fit in its type.
        /// </summary>
        internal static string ERR_EnumeratorOverflow {
            get {
                return ResourceManager.GetString("ERR_EnumeratorOverflow", resourceCulture);
            }
        }
        
3754 3755 3756 3757 3758 3759 3760 3761 3762
        /// <summary>
        ///   Looks up a localized string similar to Enums cannot contain explicit parameterless constructors.
        /// </summary>
        internal static string ERR_EnumsCantContainDefaultConstructor {
            get {
                return ResourceManager.GetString("ERR_EnumsCantContainDefaultConstructor", resourceCulture);
            }
        }
        
P
Pilchie 已提交
3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789
        /// <summary>
        ///   Looks up a localized string similar to Type or namespace definition, or end-of-file expected.
        /// </summary>
        internal static string ERR_EOFExpected {
            get {
                return ResourceManager.GetString("ERR_EOFExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Error building Win32 resources -- {0}.
        /// </summary>
        internal static string ERR_ErrorBuildingWin32Resources {
            get {
                return ResourceManager.GetString("ERR_ErrorBuildingWin32Resources", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to #error: &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_ErrorDirective {
            get {
                return ResourceManager.GetString("ERR_ErrorDirective", resourceCulture);
            }
        }
        
3790 3791 3792 3793 3794 3795 3796 3797 3798
        /// <summary>
        ///   Looks up a localized string similar to There is an error in a referenced assembly &apos;{0}&apos;..
        /// </summary>
        internal static string ERR_ErrorInReferencedAssembly {
            get {
                return ResourceManager.GetString("ERR_ErrorInReferencedAssembly", resourceCulture);
            }
        }
        
3799 3800 3801 3802 3803 3804 3805 3806 3807
        /// <summary>
        ///   Looks up a localized string similar to A &apos;{0}&apos; character may only be escaped by doubling &apos;{0}{0}&apos; in an interpolated string..
        /// </summary>
        internal static string ERR_EscapedCurly {
            get {
                return ResourceManager.GetString("ERR_EscapedCurly", resourceCulture);
            }
        }
        
P
Pilchie 已提交
3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: event property must have both add and remove accessors.
        /// </summary>
        internal static string ERR_EventNeedsBothAccessors {
            get {
                return ResourceManager.GetString("ERR_EventNeedsBothAccessors", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: event must be of a delegate type.
        /// </summary>
        internal static string ERR_EventNotDelegate {
            get {
                return ResourceManager.GetString("ERR_EventNotDelegate", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An event in an interface cannot have add or remove accessors.
        /// </summary>
        internal static string ERR_EventPropertyInInterface {
            get {
                return ResourceManager.GetString("ERR_EventPropertyInInterface", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expected contextual keyword &apos;by&apos;.
        /// </summary>
        internal static string ERR_ExpectedContextualKeywordBy {
            get {
                return ResourceManager.GetString("ERR_ExpectedContextualKeywordBy", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expected contextual keyword &apos;equals&apos;.
        /// </summary>
        internal static string ERR_ExpectedContextualKeywordEquals {
            get {
                return ResourceManager.GetString("ERR_ExpectedContextualKeywordEquals", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expected contextual keyword &apos;on&apos;.
        /// </summary>
        internal static string ERR_ExpectedContextualKeywordOn {
            get {
                return ResourceManager.GetString("ERR_ExpectedContextualKeywordOn", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expected catch or finally.
        /// </summary>
        internal static string ERR_ExpectedEndTry {
            get {
                return ResourceManager.GetString("ERR_ExpectedEndTry", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Quoted file name expected.
        /// </summary>
        internal static string ERR_ExpectedPPFile {
            get {
                return ResourceManager.GetString("ERR_ExpectedPPFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A query body must end with a select clause or a group clause.
        /// </summary>
        internal static string ERR_ExpectedSelectOrGroup {
            get {
                return ResourceManager.GetString("ERR_ExpectedSelectOrGroup", resourceCulture);
            }
        }
        
3889 3890 3891 3892 3893 3894 3895 3896 3897
        /// <summary>
        ///   Looks up a localized string similar to Expected a script (.csx file) but none specified.
        /// </summary>
        internal static string ERR_ExpectedSingleScript {
            get {
                return ResourceManager.GetString("ERR_ExpectedSingleScript", resourceCulture);
            }
        }
        
P
Pilchie 已提交
3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970
        /// <summary>
        ///   Looks up a localized string similar to Keyword, identifier, or string expected after verbatim specifier: @.
        /// </summary>
        internal static string ERR_ExpectedVerbatimLiteral {
            get {
                return ResourceManager.GetString("ERR_ExpectedVerbatimLiteral", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Do not use &apos;System.Runtime.CompilerServices.DynamicAttribute&apos;. Use the &apos;dynamic&apos; keyword instead..
        /// </summary>
        internal static string ERR_ExplicitDynamicAttr {
            get {
                return ResourceManager.GetString("ERR_ExplicitDynamicAttr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An explicit interface implementation of an event must use event accessor syntax.
        /// </summary>
        internal static string ERR_ExplicitEventFieldImpl {
            get {
                return ResourceManager.GetString("ERR_ExplicitEventFieldImpl", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Do not use &apos;System.Runtime.CompilerServices.ExtensionAttribute&apos;. Use the &apos;this&apos; keyword instead..
        /// </summary>
        internal static string ERR_ExplicitExtension {
            get {
                return ResourceManager.GetString("ERR_ExplicitExtension", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot inherit interface &apos;{0}&apos; with the specified type parameters because it causes method &apos;{1}&apos; to contain overloads which differ only on ref and out.
        /// </summary>
        internal static string ERR_ExplicitImplCollisionOnRefOut {
            get {
                return ResourceManager.GetString("ERR_ExplicitImplCollisionOnRefOut", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; should not have a params parameter since &apos;{1}&apos; does not.
        /// </summary>
        internal static string ERR_ExplicitImplParams {
            get {
                return ResourceManager.GetString("ERR_ExplicitImplParams", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: explicit interface declaration can only be declared in a class or struct.
        /// </summary>
        internal static string ERR_ExplicitInterfaceImplementationInNonClassOrStruct {
            get {
                return ResourceManager.GetString("ERR_ExplicitInterfaceImplementationInNonClassOrStruct", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; in explicit interface declaration is not an interface.
        /// </summary>
        internal static string ERR_ExplicitInterfaceImplementationNotInterface {
            get {
                return ResourceManager.GetString("ERR_ExplicitInterfaceImplementationNotInterface", resourceCulture);
            }
        }
        
        /// <summary>
3971
        ///   Looks up a localized string similar to &apos;{0}&apos;: Auto-implemented properties cannot be used inside a type marked with StructLayout(LayoutKind.Explicit).
P
Pilchie 已提交
3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014
        /// </summary>
        internal static string ERR_ExplicitLayoutAndAutoImplementedProperty {
            get {
                return ResourceManager.GetString("ERR_ExplicitLayoutAndAutoImplementedProperty", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; explicit method implementation cannot implement &apos;{1}&apos; because it is an accessor.
        /// </summary>
        internal static string ERR_ExplicitMethodImplAccessor {
            get {
                return ResourceManager.GetString("ERR_ExplicitMethodImplAccessor", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Do not use &apos;System.ParamArrayAttribute&apos;. Use the &apos;params&apos; keyword instead..
        /// </summary>
        internal static string ERR_ExplicitParamArray {
            get {
                return ResourceManager.GetString("ERR_ExplicitParamArray", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; adds an accessor not found in interface member &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_ExplicitPropertyAddingAccessor {
            get {
                return ResourceManager.GetString("ERR_ExplicitPropertyAddingAccessor", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Explicit interface implementation &apos;{0}&apos; is missing accessor &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_ExplicitPropertyMissingAccessor {
            get {
                return ResourceManager.GetString("ERR_ExplicitPropertyMissingAccessor", resourceCulture);
            }
        }
        
4015 4016 4017 4018 4019 4020 4021 4022 4023
        /// <summary>
        ///   Looks up a localized string similar to Cannot reference &apos;System.Runtime.CompilerServices.TupleElementNamesAttribute&apos; explicitly. Use the tuple syntax to define tuple names..
        /// </summary>
        internal static string ERR_ExplicitTupleElementNames {
            get {
                return ResourceManager.GetString("ERR_ExplicitTupleElementNames", resourceCulture);
            }
        }
        
P
Pilchie 已提交
4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050
        /// <summary>
        ///   Looks up a localized string similar to Type &apos;{0}&apos; exported from module &apos;{1}&apos; conflicts with type declared in primary module of this assembly..
        /// </summary>
        internal static string ERR_ExportedTypeConflictsWithDeclaration {
            get {
                return ResourceManager.GetString("ERR_ExportedTypeConflictsWithDeclaration", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type &apos;{0}&apos; exported from module &apos;{1}&apos; conflicts with type &apos;{2}&apos; exported from module &apos;{3}&apos;..
        /// </summary>
        internal static string ERR_ExportedTypesConflict {
            get {
                return ResourceManager.GetString("ERR_ExportedTypesConflict", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expected expression.
        /// </summary>
        internal static string ERR_ExpressionExpected {
            get {
                return ResourceManager.GetString("ERR_ExpressionExpected", resourceCulture);
            }
        }
        
4051 4052 4053 4054 4055 4056 4057 4058 4059
        /// <summary>
        ///   Looks up a localized string similar to Expression does not have a name..
        /// </summary>
        internal static string ERR_ExpressionHasNoName {
            get {
                return ResourceManager.GetString("ERR_ExpressionHasNoName", resourceCulture);
            }
        }
        
4060 4061 4062 4063 4064 4065 4066 4067 4068
        /// <summary>
        ///   Looks up a localized string similar to Expression or declaration statement expected..
        /// </summary>
        internal static string ERR_ExpressionOrDeclarationExpected {
            get {
                return ResourceManager.GetString("ERR_ExpressionOrDeclarationExpected", resourceCulture);
            }
        }
        
P
Pilchie 已提交
4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122
        /// <summary>
        ///   Looks up a localized string similar to An expression tree may not contain an anonymous method expression.
        /// </summary>
        internal static string ERR_ExpressionTreeContainsAnonymousMethod {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeContainsAnonymousMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An expression tree may not contain an assignment operator.
        /// </summary>
        internal static string ERR_ExpressionTreeContainsAssignment {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeContainsAssignment", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An expression tree lambda may not contain a coalescing operator with a null literal left-hand side.
        /// </summary>
        internal static string ERR_ExpressionTreeContainsBadCoalesce {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeContainsBadCoalesce", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An expression tree may not contain a base access.
        /// </summary>
        internal static string ERR_ExpressionTreeContainsBaseAccess {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeContainsBaseAccess", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An expression tree may not contain a dynamic operation.
        /// </summary>
        internal static string ERR_ExpressionTreeContainsDynamicOperation {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeContainsDynamicOperation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An expression tree may not contain an indexed property.
        /// </summary>
        internal static string ERR_ExpressionTreeContainsIndexedProperty {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeContainsIndexedProperty", resourceCulture);
            }
        }
        
4123 4124 4125 4126 4127 4128 4129 4130 4131
        /// <summary>
        ///   Looks up a localized string similar to An expression tree may not contain an &apos;is&apos; pattern-matching operator..
        /// </summary>
        internal static string ERR_ExpressionTreeContainsIsMatch {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeContainsIsMatch", resourceCulture);
            }
        }
        
4132
        /// <summary>
4133
        ///   Looks up a localized string similar to An expression tree may not contain a reference to a local function.
4134 4135 4136 4137 4138 4139 4140
        /// </summary>
        internal static string ERR_ExpressionTreeContainsLocalFunction {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeContainsLocalFunction", resourceCulture);
            }
        }
        
P
Pilchie 已提交
4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167
        /// <summary>
        ///   Looks up a localized string similar to An expression tree may not contain a multidimensional array initializer.
        /// </summary>
        internal static string ERR_ExpressionTreeContainsMultiDimensionalArrayInitializer {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeContainsMultiDimensionalArrayInitializer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An expression tree may not contain a named argument specification.
        /// </summary>
        internal static string ERR_ExpressionTreeContainsNamedArgument {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeContainsNamedArgument", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An expression tree may not contain a call or invocation that uses optional arguments.
        /// </summary>
        internal static string ERR_ExpressionTreeContainsOptionalArgument {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeContainsOptionalArgument", resourceCulture);
            }
        }
        
4168 4169 4170 4171 4172 4173 4174 4175 4176
        /// <summary>
        ///   Looks up a localized string similar to An expression tree may not contain an out argument variable declaration..
        /// </summary>
        internal static string ERR_ExpressionTreeContainsOutVariable {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeContainsOutVariable", resourceCulture);
            }
        }
        
P
Pilchie 已提交
4177 4178 4179 4180 4181 4182 4183 4184 4185
        /// <summary>
        ///   Looks up a localized string similar to An expression tree may not contain an unsafe pointer operation.
        /// </summary>
        internal static string ERR_ExpressionTreeContainsPointerOp {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeContainsPointerOp", resourceCulture);
            }
        }
        
4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203
        /// <summary>
        ///   Looks up a localized string similar to An expression tree may not contain a tuple conversion..
        /// </summary>
        internal static string ERR_ExpressionTreeContainsTupleConversion {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeContainsTupleConversion", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An expression tree may not contain a tuple literal..
        /// </summary>
        internal static string ERR_ExpressionTreeContainsTupleLiteral {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeContainsTupleLiteral", resourceCulture);
            }
        }
        
P
Pilchie 已提交
4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221
        /// <summary>
        ///   Looks up a localized string similar to Cannot convert lambda to an expression tree whose type argument &apos;{0}&apos; is not a delegate type.
        /// </summary>
        internal static string ERR_ExpressionTreeMustHaveDelegate {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeMustHaveDelegate", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot define a new extension method because the compiler required type &apos;{0}&apos; cannot be found. Are you missing a reference to System.Core.dll?.
        /// </summary>
        internal static string ERR_ExtensionAttrNotFound {
            get {
                return ResourceManager.GetString("ERR_ExtensionAttrNotFound", resourceCulture);
            }
        }
        
4222
        /// <summary>
4223
        ///   Looks up a localized string similar to An extension Add method is not supported for a collection initializer in an expression lambda..
4224 4225 4226 4227 4228 4229 4230
        /// </summary>
        internal static string ERR_ExtensionCollectionElementInitializerInExpressionTree {
            get {
                return ResourceManager.GetString("ERR_ExtensionCollectionElementInitializerInExpressionTree", resourceCulture);
            }
        }
        
P
Pilchie 已提交
4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266
        /// <summary>
        ///   Looks up a localized string similar to Extension methods must be defined in a top level static class; {0} is a nested class.
        /// </summary>
        internal static string ERR_ExtensionMethodsDecl {
            get {
                return ResourceManager.GetString("ERR_ExtensionMethodsDecl", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An extern alias declaration must precede all other elements defined in the namespace.
        /// </summary>
        internal static string ERR_ExternAfterElements {
            get {
                return ResourceManager.GetString("ERR_ExternAfterElements", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;extern alias&apos; is not valid in this context.
        /// </summary>
        internal static string ERR_ExternAliasNotAllowed {
            get {
                return ResourceManager.GetString("ERR_ExternAliasNotAllowed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; cannot be extern and declare a body.
        /// </summary>
        internal static string ERR_ExternHasBody {
            get {
                return ResourceManager.GetString("ERR_ExternHasBody", resourceCulture);
            }
        }
        
4267 4268 4269 4270 4271 4272 4273 4274 4275
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; cannot be extern and have a constructor initializer.
        /// </summary>
        internal static string ERR_ExternHasConstructorInitializer {
            get {
                return ResourceManager.GetString("ERR_ExternHasConstructorInitializer", resourceCulture);
            }
        }
        
4276
        /// <summary>
4277
        ///   Looks up a localized string similar to Feature &apos;{0}&apos; is experimental and unsupported; use &apos;/features:{1}&apos; to enable..
4278 4279 4280 4281 4282 4283 4284
        /// </summary>
        internal static string ERR_FeatureIsExperimental {
            get {
                return ResourceManager.GetString("ERR_FeatureIsExperimental", resourceCulture);
            }
        }
        
4285 4286 4287 4288 4289 4290 4291 4292 4293
        /// <summary>
        ///   Looks up a localized string similar to Feature &apos;{0}&apos; is not implemented in this compiler..
        /// </summary>
        internal static string ERR_FeatureIsUnimplemented {
            get {
                return ResourceManager.GetString("ERR_FeatureIsUnimplemented", resourceCulture);
            }
        }
        
P
Pilchie 已提交
4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338
        /// <summary>
        ///   Looks up a localized string similar to Feature &apos;{0}&apos; is not available in C# 1.  Please use language version {1} or greater..
        /// </summary>
        internal static string ERR_FeatureNotAvailableInVersion1 {
            get {
                return ResourceManager.GetString("ERR_FeatureNotAvailableInVersion1", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Feature &apos;{0}&apos; is not available in C# 2.  Please use language version {1} or greater..
        /// </summary>
        internal static string ERR_FeatureNotAvailableInVersion2 {
            get {
                return ResourceManager.GetString("ERR_FeatureNotAvailableInVersion2", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Feature &apos;{0}&apos; is not available in C# 3.  Please use language version {1} or greater..
        /// </summary>
        internal static string ERR_FeatureNotAvailableInVersion3 {
            get {
                return ResourceManager.GetString("ERR_FeatureNotAvailableInVersion3", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Feature &apos;{0}&apos; is not available in C# 4.  Please use language version {1} or greater..
        /// </summary>
        internal static string ERR_FeatureNotAvailableInVersion4 {
            get {
                return ResourceManager.GetString("ERR_FeatureNotAvailableInVersion4", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Feature &apos;{0}&apos; is not available in C# 5.  Please use language version {1} or greater..
        /// </summary>
        internal static string ERR_FeatureNotAvailableInVersion5 {
            get {
                return ResourceManager.GetString("ERR_FeatureNotAvailableInVersion5", resourceCulture);
            }
        }
        
4339 4340 4341 4342 4343 4344 4345 4346 4347
        /// <summary>
        ///   Looks up a localized string similar to Feature &apos;{0}&apos; is not available in C# 6.  Please use language version {1} or greater..
        /// </summary>
        internal static string ERR_FeatureNotAvailableInVersion6 {
            get {
                return ResourceManager.GetString("ERR_FeatureNotAvailableInVersion6", resourceCulture);
            }
        }
        
G
gafter 已提交
4348 4349 4350 4351 4352 4353 4354 4355 4356
        /// <summary>
        ///   Looks up a localized string similar to Feature &apos;{0}&apos; is not available in C# 7.  Please use language version {1} or greater..
        /// </summary>
        internal static string ERR_FeatureNotAvailableInVersion7 {
            get {
                return ResourceManager.GetString("ERR_FeatureNotAvailableInVersion7", resourceCulture);
            }
        }
        
P
Pilchie 已提交
4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393
        /// <summary>
        ///   Looks up a localized string similar to An expression tree may not contain &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_FeatureNotValidInExpressionTree {
            get {
                return ResourceManager.GetString("ERR_FeatureNotValidInExpressionTree", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Field or property cannot be of type &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_FieldCantBeRefAny {
            get {
                return ResourceManager.GetString("ERR_FieldCantBeRefAny", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Field cannot have void type.
        /// </summary>
        internal static string ERR_FieldCantHaveVoidType {
            get {
                return ResourceManager.GetString("ERR_FieldCantHaveVoidType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The field has multiple distinct constant values..
        /// </summary>
        internal static string ERR_FieldHasMultipleDistinctConstantValues {
            get {
                return ResourceManager.GetString("ERR_FieldHasMultipleDistinctConstantValues", resourceCulture);
            }
        }
        
        /// <summary>
4394
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot have instance property or field initializers in structs.
P
Pilchie 已提交
4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905
        /// </summary>
        internal static string ERR_FieldInitializerInStruct {
            get {
                return ResourceManager.GetString("ERR_FieldInitializerInStruct", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A field initializer cannot reference the non-static field, method, or property &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_FieldInitRefNonstatic {
            get {
                return ResourceManager.GetString("ERR_FieldInitRefNonstatic", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Source file &apos;{0}&apos; could not be found..
        /// </summary>
        internal static string ERR_FileNotFound {
            get {
                return ResourceManager.GetString("ERR_FileNotFound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to You cannot use fixed size buffers contained in unfixed expressions. Try using the fixed statement..
        /// </summary>
        internal static string ERR_FixedBufferNotFixed {
            get {
                return ResourceManager.GetString("ERR_FixedBufferNotFixed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A fixed buffer may only have one dimension..
        /// </summary>
        internal static string ERR_FixedBufferTooManyDimensions {
            get {
                return ResourceManager.GetString("ERR_FixedBufferTooManyDimensions", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A fixed size buffer field must have the array size specifier after the field name.
        /// </summary>
        internal static string ERR_FixedDimsRequired {
            get {
                return ResourceManager.GetString("ERR_FixedDimsRequired", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot use fixed local &apos;{0}&apos; inside an anonymous method, lambda expression, or query expression.
        /// </summary>
        internal static string ERR_FixedLocalInLambda {
            get {
                return ResourceManager.GetString("ERR_FixedLocalInLambda", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to You must provide an initializer in a fixed or using statement declaration.
        /// </summary>
        internal static string ERR_FixedMustInit {
            get {
                return ResourceManager.GetString("ERR_FixedMustInit", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to You can only take the address of an unfixed expression inside of a fixed statement initializer.
        /// </summary>
        internal static string ERR_FixedNeeded {
            get {
                return ResourceManager.GetString("ERR_FixedNeeded", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Fixed size buffers can only be accessed through locals or fields.
        /// </summary>
        internal static string ERR_FixedNeedsLvalue {
            get {
                return ResourceManager.GetString("ERR_FixedNeedsLvalue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Fixed size buffer fields may only be members of structs.
        /// </summary>
        internal static string ERR_FixedNotInStruct {
            get {
                return ResourceManager.GetString("ERR_FixedNotInStruct", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to You cannot use the fixed statement to take the address of an already fixed expression.
        /// </summary>
        internal static string ERR_FixedNotNeeded {
            get {
                return ResourceManager.GetString("ERR_FixedNotNeeded", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Fixed size buffer of length {0} and type &apos;{1}&apos; is too big.
        /// </summary>
        internal static string ERR_FixedOverflow {
            get {
                return ResourceManager.GetString("ERR_FixedOverflow", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Floating-point constant is outside the range of type &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_FloatOverflow {
            get {
                return ResourceManager.GetString("ERR_FloatOverflow", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to foreach statement cannot operate on variables of type &apos;{0}&apos; because &apos;{0}&apos; does not contain a public definition for &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_ForEachMissingMember {
            get {
                return ResourceManager.GetString("ERR_ForEachMissingMember", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Forwarded type &apos;{0}&apos; conflicts with type declared in primary module of this assembly..
        /// </summary>
        internal static string ERR_ForwardedTypeConflictsWithDeclaration {
            get {
                return ResourceManager.GetString("ERR_ForwardedTypeConflictsWithDeclaration", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type &apos;{0}&apos; forwarded to assembly &apos;{1}&apos; conflicts with type &apos;{2}&apos; exported from module &apos;{3}&apos;..
        /// </summary>
        internal static string ERR_ForwardedTypeConflictsWithExportedType {
            get {
                return ResourceManager.GetString("ERR_ForwardedTypeConflictsWithExportedType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type &apos;{0}&apos; is defined in this assembly, but a type forwarder is specified for it.
        /// </summary>
        internal static string ERR_ForwardedTypeInThisAssembly {
            get {
                return ResourceManager.GetString("ERR_ForwardedTypeInThisAssembly", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot forward type &apos;{0}&apos; because it is a nested type of &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_ForwardedTypeIsNested {
            get {
                return ResourceManager.GetString("ERR_ForwardedTypeIsNested", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type &apos;{0}&apos; forwarded to assembly &apos;{1}&apos; conflicts with type &apos;{2}&apos; forwarded to assembly &apos;{3}&apos;..
        /// </summary>
        internal static string ERR_ForwardedTypesConflict {
            get {
                return ResourceManager.GetString("ERR_ForwardedTypesConflict", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Friend assembly reference &apos;{0}&apos; is invalid. InternalsVisibleTo declarations cannot have a version, culture, public key token, or processor architecture specified..
        /// </summary>
        internal static string ERR_FriendAssemblyBadArgs {
            get {
                return ResourceManager.GetString("ERR_FriendAssemblyBadArgs", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Friend assembly reference &apos;{0}&apos; is invalid. Strong-name signed assemblies must specify a public key in their InternalsVisibleTo declarations..
        /// </summary>
        internal static string ERR_FriendAssemblySNReq {
            get {
                return ResourceManager.GetString("ERR_FriendAssemblySNReq", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Friend access was granted by &apos;{0}&apos;, but the public key of the output assembly does not match that specified by the attribute in the granting assembly..
        /// </summary>
        internal static string ERR_FriendRefNotEqualToThis {
            get {
                return ResourceManager.GetString("ERR_FriendRefNotEqualToThis", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Friend access was granted by &apos;{0}&apos;, but the strong name signing state of the output assembly does not match that of the granting assembly..
        /// </summary>
        internal static string ERR_FriendRefSigningMismatch {
            get {
                return ResourceManager.GetString("ERR_FriendRefSigningMismatch", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: static types cannot be used as type arguments.
        /// </summary>
        internal static string ERR_GenericArgIsStaticClass {
            get {
                return ResourceManager.GetString("ERR_GenericArgIsStaticClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type &apos;{3}&apos; cannot be used as type parameter &apos;{2}&apos; in the generic type or method &apos;{0}&apos;. The nullable type &apos;{3}&apos; does not satisfy the constraint of &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_GenericConstraintNotSatisfiedNullableEnum {
            get {
                return ResourceManager.GetString("ERR_GenericConstraintNotSatisfiedNullableEnum", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type &apos;{3}&apos; cannot be used as type parameter &apos;{2}&apos; in the generic type or method &apos;{0}&apos;. The nullable type &apos;{3}&apos; does not satisfy the constraint of &apos;{1}&apos;. Nullable types can not satisfy any interface constraints..
        /// </summary>
        internal static string ERR_GenericConstraintNotSatisfiedNullableInterface {
            get {
                return ResourceManager.GetString("ERR_GenericConstraintNotSatisfiedNullableInterface", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type &apos;{3}&apos; cannot be used as type parameter &apos;{2}&apos; in the generic type or method &apos;{0}&apos;. There is no implicit reference conversion from &apos;{3}&apos; to &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_GenericConstraintNotSatisfiedRefType {
            get {
                return ResourceManager.GetString("ERR_GenericConstraintNotSatisfiedRefType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type &apos;{3}&apos; cannot be used as type parameter &apos;{2}&apos; in the generic type or method &apos;{0}&apos;. There is no boxing conversion or type parameter conversion from &apos;{3}&apos; to &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_GenericConstraintNotSatisfiedTyVar {
            get {
                return ResourceManager.GetString("ERR_GenericConstraintNotSatisfiedTyVar", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type &apos;{3}&apos; cannot be used as type parameter &apos;{2}&apos; in the generic type or method &apos;{0}&apos;. There is no boxing conversion from &apos;{3}&apos; to &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_GenericConstraintNotSatisfiedValType {
            get {
                return ResourceManager.GetString("ERR_GenericConstraintNotSatisfiedValType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A generic type cannot derive from &apos;{0}&apos; because it is an attribute class.
        /// </summary>
        internal static string ERR_GenericDerivingFromAttribute {
            get {
                return ResourceManager.GetString("ERR_GenericDerivingFromAttribute", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type &apos;{0}&apos; from assembly &apos;{1}&apos; cannot be used across assembly boundaries because it has a generic type parameter that is an embedded interop type..
        /// </summary>
        internal static string ERR_GenericsUsedAcrossAssemblies {
            get {
                return ResourceManager.GetString("ERR_GenericsUsedAcrossAssemblies", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type &apos;{0}&apos; cannot be embedded because it has a generic argument. Consider setting the &apos;Embed Interop Types&apos; property to false..
        /// </summary>
        internal static string ERR_GenericsUsedInNoPIAType {
            get {
                return ResourceManager.GetString("ERR_GenericsUsedInNoPIAType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A get or set accessor expected.
        /// </summary>
        internal static string ERR_GetOrSetExpected {
            get {
                return ResourceManager.GetString("ERR_GetOrSetExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Assembly and module attributes are not allowed in this context.
        /// </summary>
        internal static string ERR_GlobalAttributesNotAllowed {
            get {
                return ResourceManager.GetString("ERR_GlobalAttributesNotAllowed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Assembly and module attributes must precede all other elements defined in a file except using clauses and extern alias declarations.
        /// </summary>
        internal static string ERR_GlobalAttributesNotFirst {
            get {
                return ResourceManager.GetString("ERR_GlobalAttributesNotFirst", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Member definition, statement, or end-of-file expected.
        /// </summary>
        internal static string ERR_GlobalDefinitionOrStatementExpected {
            get {
                return ResourceManager.GetString("ERR_GlobalDefinitionOrStatementExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to You cannot redefine the global extern alias.
        /// </summary>
        internal static string ERR_GlobalExternAlias {
            get {
                return ResourceManager.GetString("ERR_GlobalExternAlias", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type or namespace name &apos;{0}&apos; could not be found in the global namespace (are you missing an assembly reference?).
        /// </summary>
        internal static string ERR_GlobalSingleTypeNameNotFound {
            get {
                return ResourceManager.GetString("ERR_GlobalSingleTypeNameNotFound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type name &apos;{0}&apos; could not be found in the global namespace. This type has been forwarded to assembly &apos;{1}&apos; Consider adding a reference to that assembly..
        /// </summary>
        internal static string ERR_GlobalSingleTypeNameNotFoundFwd {
            get {
                return ResourceManager.GetString("ERR_GlobalSingleTypeNameNotFoundFwd", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expressions and statements can only occur in a method body.
        /// </summary>
        internal static string ERR_GlobalStatement {
            get {
                return ResourceManager.GetString("ERR_GlobalStatement", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The non-generic {1} &apos;{0}&apos; cannot be used with type arguments.
        /// </summary>
        internal static string ERR_HasNoTypeVars {
            get {
                return ResourceManager.GetString("ERR_HasNoTypeVars", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; hides inherited abstract member &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_HidingAbstractMethod {
            get {
                return ResourceManager.GetString("ERR_HidingAbstractMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Identifier expected.
        /// </summary>
        internal static string ERR_IdentifierExpected {
            get {
                return ResourceManager.GetString("ERR_IdentifierExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Identifier expected; &apos;{1}&apos; is a keyword.
        /// </summary>
        internal static string ERR_IdentifierExpectedKW {
            get {
                return ResourceManager.GetString("ERR_IdentifierExpectedKW", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to User-defined operator cannot take an object of the enclosing type and convert to an object of the enclosing type.
        /// </summary>
        internal static string ERR_IdentityConversion {
            get {
                return ResourceManager.GetString("ERR_IdentityConversion", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An __arglist expression may only appear inside of a call or new expression.
        /// </summary>
        internal static string ERR_IllegalArglist {
            get {
                return ResourceManager.GetString("ERR_IllegalArglist", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unrecognized escape sequence.
        /// </summary>
        internal static string ERR_IllegalEscape {
            get {
                return ResourceManager.GetString("ERR_IllegalEscape", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Fixed size buffer type must be one of the following: bool, byte, short, int, long, char, sbyte, ushort, uint, ulong, float or double.
        /// </summary>
        internal static string ERR_IllegalFixedType {
            get {
                return ResourceManager.GetString("ERR_IllegalFixedType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unsafe code may not appear in iterators.
        /// </summary>
        internal static string ERR_IllegalInnerUnsafe {
            get {
                return ResourceManager.GetString("ERR_IllegalInnerUnsafe", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to params is not valid in this context.
        /// </summary>
        internal static string ERR_IllegalParams {
            get {
                return ResourceManager.GetString("ERR_IllegalParams", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to ref and out are not valid in this context.
        /// </summary>
        internal static string ERR_IllegalRefParam {
            get {
                return ResourceManager.GetString("ERR_IllegalRefParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Only assignment, call, increment, decrement, and new object expressions can be used as a statement.
        /// </summary>
        internal static string ERR_IllegalStatement {
            get {
                return ResourceManager.GetString("ERR_IllegalStatement", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unsafe code may only appear if compiling with /unsafe.
        /// </summary>
        internal static string ERR_IllegalUnsafe {
            get {
                return ResourceManager.GetString("ERR_IllegalUnsafe", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to __arglist is not valid in this context.
        /// </summary>
        internal static string ERR_IllegalVarArgs {
            get {
                return ResourceManager.GetString("ERR_IllegalVarArgs", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid variance modifier. Only interface and delegate type parameters can be specified as variant..
        /// </summary>
        internal static string ERR_IllegalVarianceSyntax {
            get {
                return ResourceManager.GetString("ERR_IllegalVarianceSyntax", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The constraints for type parameter &apos;{0}&apos; of method &apos;{1}&apos; must match the constraints for type parameter &apos;{2}&apos; of interface method &apos;{3}&apos;. Consider using an explicit interface implementation instead..
        /// </summary>
        internal static string ERR_ImplBadConstraints {
            get {
                return ResourceManager.GetString("ERR_ImplBadConstraints", resourceCulture);
            }
        }
        
4906 4907 4908 4909 4910 4911 4912 4913 4914
        /// <summary>
        ///   Looks up a localized string similar to The tuple element names in the signature of method &apos;{0}&apos; must match the tuple element names of interface method &apos;{1}&apos; (including on the return type)..
        /// </summary>
        internal static string ERR_ImplBadTupleNames {
            get {
                return ResourceManager.GetString("ERR_ImplBadTupleNames", resourceCulture);
            }
        }
        
P
Pilchie 已提交
4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932
        /// <summary>
        ///   Looks up a localized string similar to No best type found for implicitly-typed array.
        /// </summary>
        internal static string ERR_ImplicitlyTypedArrayNoBestType {
            get {
                return ResourceManager.GetString("ERR_ImplicitlyTypedArrayNoBestType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Implicitly-typed local variables cannot be fixed.
        /// </summary>
        internal static string ERR_ImplicitlyTypedLocalCannotBeFixed {
            get {
                return ResourceManager.GetString("ERR_ImplicitlyTypedLocalCannotBeFixed", resourceCulture);
            }
        }
        
4933 4934 4935 4936 4937 4938 4939 4940 4941
        /// <summary>
        ///   Looks up a localized string similar to Reference to an implicitly-typed out variable &apos;{0}&apos; is not permitted in the same argument list..
        /// </summary>
        internal static string ERR_ImplicitlyTypedOutVariableUsedInTheSameArgumentList {
            get {
                return ResourceManager.GetString("ERR_ImplicitlyTypedOutVariableUsedInTheSameArgumentList", resourceCulture);
            }
        }
        
P
Pilchie 已提交
4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 5053 5054 5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 5100 5101 5102 5103
        /// <summary>
        ///   Looks up a localized string similar to Cannot initialize an implicitly-typed variable with an array initializer.
        /// </summary>
        internal static string ERR_ImplicitlyTypedVariableAssignedArrayInitializer {
            get {
                return ResourceManager.GetString("ERR_ImplicitlyTypedVariableAssignedArrayInitializer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot assign {0} to an implicitly-typed variable.
        /// </summary>
        internal static string ERR_ImplicitlyTypedVariableAssignedBadValue {
            get {
                return ResourceManager.GetString("ERR_ImplicitlyTypedVariableAssignedBadValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Implicitly-typed variables cannot be constant.
        /// </summary>
        internal static string ERR_ImplicitlyTypedVariableCannotBeConst {
            get {
                return ResourceManager.GetString("ERR_ImplicitlyTypedVariableCannotBeConst", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Implicitly-typed variables cannot have multiple declarators.
        /// </summary>
        internal static string ERR_ImplicitlyTypedVariableMultipleDeclarator {
            get {
                return ResourceManager.GetString("ERR_ImplicitlyTypedVariableMultipleDeclarator", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Implicitly-typed variables must be initialized.
        /// </summary>
        internal static string ERR_ImplicitlyTypedVariableWithNoInitializer {
            get {
                return ResourceManager.GetString("ERR_ImplicitlyTypedVariableWithNoInitializer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Imported type &apos;{0}&apos; is invalid. It contains a circular base class dependency..
        /// </summary>
        internal static string ERR_ImportedCircularBase {
            get {
                return ResourceManager.GetString("ERR_ImportedCircularBase", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The referenced file &apos;{0}&apos; is not an assembly.
        /// </summary>
        internal static string ERR_ImportNonAssembly {
            get {
                return ResourceManager.GetString("ERR_ImportNonAssembly", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The property or indexer &apos;{0}&apos; cannot be used in this context because the get accessor is inaccessible.
        /// </summary>
        internal static string ERR_InaccessibleGetter {
            get {
                return ResourceManager.GetString("ERR_InaccessibleGetter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The property or indexer &apos;{0}&apos; cannot be used in this context because the set accessor is inaccessible.
        /// </summary>
        internal static string ERR_InaccessibleSetter {
            get {
                return ResourceManager.GetString("ERR_InaccessibleSetter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An out parameter cannot have the In attribute.
        /// </summary>
        internal static string ERR_InAttrOnOutParam {
            get {
                return ResourceManager.GetString("ERR_InAttrOnOutParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Two indexers have different names; the IndexerName attribute must be used with the same name on every indexer within a type.
        /// </summary>
        internal static string ERR_InconsistentIndexerNames {
            get {
                return ResourceManager.GetString("ERR_InconsistentIndexerNames", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inconsistent lambda parameter usage; parameter types must be all explicit or all implicit.
        /// </summary>
        internal static string ERR_InconsistentLambdaParameterUsage {
            get {
                return ResourceManager.GetString("ERR_InconsistentLambdaParameterUsage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The operand of an increment or decrement operator must be a variable, property or indexer.
        /// </summary>
        internal static string ERR_IncrementLvalueExpected {
            get {
                return ResourceManager.GetString("ERR_IncrementLvalueExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Indexed property &apos;{0}&apos; must have all arguments optional.
        /// </summary>
        internal static string ERR_IndexedPropertyMustHaveAllOptionalParams {
            get {
                return ResourceManager.GetString("ERR_IndexedPropertyMustHaveAllOptionalParams", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Indexed property &apos;{0}&apos; has non-optional arguments which must be provided.
        /// </summary>
        internal static string ERR_IndexedPropertyRequiresParams {
            get {
                return ResourceManager.GetString("ERR_IndexedPropertyRequiresParams", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Indexers cannot have void type.
        /// </summary>
        internal static string ERR_IndexerCantHaveVoidType {
            get {
                return ResourceManager.GetString("ERR_IndexerCantHaveVoidType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot declare indexers in a static class.
        /// </summary>
        internal static string ERR_IndexerInStaticClass {
            get {
                return ResourceManager.GetString("ERR_IndexerInStaticClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Indexers must have at least one parameter.
        /// </summary>
        internal static string ERR_IndexerNeedsParam {
            get {
                return ResourceManager.GetString("ERR_IndexerNeedsParam", resourceCulture);
            }
        }
        
5104 5105 5106 5107 5108 5109 5110 5111 5112
        /// <summary>
        ///   Looks up a localized string similar to Constructor &apos;{0}&apos; cannot call itself through another constructor.
        /// </summary>
        internal static string ERR_IndirectRecursiveConstructorCall {
            get {
                return ResourceManager.GetString("ERR_IndirectRecursiveConstructorCall", resourceCulture);
            }
        }
        
P
Pilchie 已提交
5113 5114 5115 5116 5117 5118 5119 5120 5121
        /// <summary>
        ///   Looks up a localized string similar to &apos;in&apos; expected.
        /// </summary>
        internal static string ERR_InExpected {
            get {
                return ResourceManager.GetString("ERR_InExpected", resourceCulture);
            }
        }
        
5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139
        /// <summary>
        ///   Looks up a localized string similar to Cannot initialize a by-reference variable with a value.
        /// </summary>
        internal static string ERR_InitializeByReferenceVariableWithValue {
            get {
                return ResourceManager.GetString("ERR_InitializeByReferenceVariableWithValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot initialize a by-value variable with a reference.
        /// </summary>
        internal static string ERR_InitializeByValueVariableWithReference {
            get {
                return ResourceManager.GetString("ERR_InitializeByValueVariableWithReference", resourceCulture);
            }
        }
        
P
Pilchie 已提交
5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156
        /// <summary>
        ///   Looks up a localized string similar to The best overloaded method match &apos;{0}&apos; for the collection initializer element cannot be used. Collection initializer &apos;Add&apos; methods cannot have ref or out parameters..
        /// </summary>
        internal static string ERR_InitializerAddHasParamModifiers {
            get {
                return ResourceManager.GetString("ERR_InitializerAddHasParamModifiers", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The best overloaded method match for &apos;{0}&apos; has wrong signature for the initializer element. The initializable Add must be an accessible instance method..
        /// </summary>
        internal static string ERR_InitializerAddHasWrongSignature {
            get {
                return ResourceManager.GetString("ERR_InitializerAddHasWrongSignature", resourceCulture);
            }
        }
5157
        
5158 5159 5160
        /// <summary>
        ///   Looks up a localized string similar to Structs without explicit constructors cannot contain members with initializers..
        /// </summary>
5161 5162
        internal static string ERR_InitializerInStructWithoutExplicitConstructor {
            get {
5163 5164 5165
                return ResourceManager.GetString("ERR_InitializerInStructWithoutExplicitConstructor", resourceCulture);
            }
        }
5166
        
5167
        /// <summary>
5168
        ///   Looks up a localized string similar to Only auto-implemented properties can have initializers..
5169
        /// </summary>
5170 5171
        internal static string ERR_InitializerOnNonAutoProperty {
            get {
5172 5173 5174
                return ResourceManager.GetString("ERR_InitializerOnNonAutoProperty", resourceCulture);
            }
        }
5175
        
P
Pilchie 已提交
5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192 5193
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot declare instance members in a static class.
        /// </summary>
        internal static string ERR_InstanceMemberInStaticClass {
            get {
                return ResourceManager.GetString("ERR_InstanceMemberInStaticClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot create an instance of the static class &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_InstantiatingStaticClass {
            get {
                return ResourceManager.GetString("ERR_InstantiatingStaticClass", resourceCulture);
            }
        }
        
5194 5195 5196 5197 5198 5199 5200 5201 5202
        /// <summary>
        ///   Looks up a localized string similar to An expression is too long or complex to compile.
        /// </summary>
        internal static string ERR_InsufficientStack {
            get {
                return ResourceManager.GetString("ERR_InsufficientStack", resourceCulture);
            }
        }
        
P
Pilchie 已提交
5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269 5270 5271 5272 5273 5274 5275 5276 5277 5278 5279 5280 5281 5282 5283 5284 5285 5286 5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 5318 5319 5320 5321 5322 5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 5335 5336 5337 5338 5339 5340 5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373
        /// <summary>
        ///   Looks up a localized string similar to Division by constant zero.
        /// </summary>
        internal static string ERR_IntDivByZero {
            get {
                return ResourceManager.GetString("ERR_IntDivByZero", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type byte, sbyte, short, ushort, int, uint, long, or ulong expected.
        /// </summary>
        internal static string ERR_IntegralTypeExpected {
            get {
                return ResourceManager.GetString("ERR_IntegralTypeExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A value of an integral type expected.
        /// </summary>
        internal static string ERR_IntegralTypeValueExpected {
            get {
                return ResourceManager.GetString("ERR_IntegralTypeValueExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: event in interface cannot have initializer.
        /// </summary>
        internal static string ERR_InterfaceEventInitializer {
            get {
                return ResourceManager.GetString("ERR_InterfaceEventInitializer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Conditional member &apos;{0}&apos; cannot implement interface member &apos;{1}&apos; in type &apos;{2}&apos;.
        /// </summary>
        internal static string ERR_InterfaceImplementedByConditional {
            get {
                return ResourceManager.GetString("ERR_InterfaceImplementedByConditional", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: interface members cannot have a definition.
        /// </summary>
        internal static string ERR_InterfaceMemberHasBody {
            get {
                return ResourceManager.GetString("ERR_InterfaceMemberHasBody", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; in explicit interface declaration is not a member of interface.
        /// </summary>
        internal static string ERR_InterfaceMemberNotFound {
            get {
                return ResourceManager.GetString("ERR_InterfaceMemberNotFound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: interfaces cannot declare types.
        /// </summary>
        internal static string ERR_InterfacesCannotContainTypes {
            get {
                return ResourceManager.GetString("ERR_InterfacesCannotContainTypes", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Interfaces cannot contain constructors.
        /// </summary>
        internal static string ERR_InterfacesCantContainConstructors {
            get {
                return ResourceManager.GetString("ERR_InterfacesCantContainConstructors", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Interfaces cannot contain fields.
        /// </summary>
        internal static string ERR_InterfacesCantContainFields {
            get {
                return ResourceManager.GetString("ERR_InterfacesCantContainFields", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Interfaces cannot contain operators.
        /// </summary>
        internal static string ERR_InterfacesCantContainOperators {
            get {
                return ResourceManager.GetString("ERR_InterfacesCantContainOperators", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Embedded interop method &apos;{0}&apos; contains a body..
        /// </summary>
        internal static string ERR_InteropMethodWithBody {
            get {
                return ResourceManager.GetString("ERR_InteropMethodWithBody", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Embedded interop struct &apos;{0}&apos; can contain only public instance fields..
        /// </summary>
        internal static string ERR_InteropStructContainsMethods {
            get {
                return ResourceManager.GetString("ERR_InteropStructContainsMethods", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Interop type &apos;{0}&apos; cannot be embedded because it is missing the required &apos;{1}&apos; attribute..
        /// </summary>
        internal static string ERR_InteropTypeMissingAttribute {
            get {
                return ResourceManager.GetString("ERR_InteropTypeMissingAttribute", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot embed interop type &apos;{0}&apos; found in both assembly &apos;{1}&apos; and &apos;{2}&apos;. Consider setting the &apos;Embed Interop Types&apos; property to false..
        /// </summary>
        internal static string ERR_InteropTypesWithSameNameAndGuid {
            get {
                return ResourceManager.GetString("ERR_InteropTypesWithSameNameAndGuid", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Integral constant is too large.
        /// </summary>
        internal static string ERR_IntOverflow {
            get {
                return ResourceManager.GetString("ERR_IntOverflow", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot take the address of the given expression.
        /// </summary>
        internal static string ERR_InvalidAddrOp {
            get {
                return ResourceManager.GetString("ERR_InvalidAddrOp", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid anonymous type member declarator. Anonymous type members must be declared with a member assignment, simple name or member access..
        /// </summary>
        internal static string ERR_InvalidAnonymousTypeMemberDeclarator {
            get {
                return ResourceManager.GetString("ERR_InvalidAnonymousTypeMemberDeclarator", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid rank specifier: expected &apos;,&apos; or &apos;]&apos;.
        /// </summary>
        internal static string ERR_InvalidArray {
            get {
                return ResourceManager.GetString("ERR_InvalidArray", resourceCulture);
            }
        }
        
5374 5375 5376 5377 5378 5379 5380 5381 5382
        /// <summary>
        ///   Looks up a localized string similar to Assembly culture strings may not contain embedded NUL characters..
        /// </summary>
        internal static string ERR_InvalidAssemblyCulture {
            get {
                return ResourceManager.GetString("ERR_InvalidAssemblyCulture", resourceCulture);
            }
        }
        
P
Pilchie 已提交
5383 5384 5385 5386 5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418
        /// <summary>
        ///   Looks up a localized string similar to Executables cannot be satellite assemblies; culture should always be empty.
        /// </summary>
        internal static string ERR_InvalidAssemblyCultureForExe {
            get {
                return ResourceManager.GetString("ERR_InvalidAssemblyCultureForExe", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Assembly reference &apos;{0}&apos; is invalid and cannot be resolved.
        /// </summary>
        internal static string ERR_InvalidAssemblyName {
            get {
                return ResourceManager.GetString("ERR_InvalidAssemblyName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid value for argument to &apos;{0}&apos; attribute.
        /// </summary>
        internal static string ERR_InvalidAttributeArgument {
            get {
                return ResourceManager.GetString("ERR_InvalidAttributeArgument", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is of type &apos;{1}&apos;. The type specified in a constant declaration must be sbyte, byte, short, ushort, int, uint, long, ulong, char, float, double, decimal, bool, string, an enum-type, or a reference-type..
        /// </summary>
        internal static string ERR_InvalidConstantDeclarationType {
            get {
                return ResourceManager.GetString("ERR_InvalidConstantDeclarationType", resourceCulture);
            }
        }
        
5419 5420 5421 5422 5423 5424 5425 5426 5427
        /// <summary>
        ///   Looks up a localized string similar to Invalid debug information format: {0}.
        /// </summary>
        internal static string ERR_InvalidDebugInformationFormat {
            get {
                return ResourceManager.GetString("ERR_InvalidDebugInformationFormat", resourceCulture);
            }
        }
        
P
Pilchie 已提交
5428 5429 5430 5431 5432 5433 5434 5435 5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454
        /// <summary>
        ///   Looks up a localized string similar to Delegate &apos;{0}&apos; has no invoke method or an invoke method with a return type or parameter types that are not supported..
        /// </summary>
        internal static string ERR_InvalidDelegateType {
            get {
                return ResourceManager.GetString("ERR_InvalidDelegateType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expression must be implicitly convertible to Boolean or its type &apos;{0}&apos; must define operator &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_InvalidDynamicCondition {
            get {
                return ResourceManager.GetString("ERR_InvalidDynamicCondition", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid expression term &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_InvalidExprTerm {
            get {
                return ResourceManager.GetString("ERR_InvalidExprTerm", resourceCulture);
            }
        }
        
5455 5456 5457 5458 5459 5460 5461 5462 5463
        /// <summary>
        ///   Looks up a localized string similar to Invalid file section alignment &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_InvalidFileAlignment {
            get {
                return ResourceManager.GetString("ERR_InvalidFileAlignment", resourceCulture);
            }
        }
        
P
Pilchie 已提交
5464 5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 5490 5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 5505 5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 5543 5544
        /// <summary>
        ///   Looks up a localized string similar to Fixed size buffers must have a length greater than zero.
        /// </summary>
        internal static string ERR_InvalidFixedArraySize {
            get {
                return ResourceManager.GetString("ERR_InvalidFixedArraySize", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Command-line syntax error: Invalid Guid format &apos;{0}&apos; for option &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_InvalidFormatForGuidForOption {
            get {
                return ResourceManager.GetString("ERR_InvalidFormatForGuidForOption", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid type specified as an argument for TypeForwardedTo attribute.
        /// </summary>
        internal static string ERR_InvalidFwdType {
            get {
                return ResourceManager.GetString("ERR_InvalidFwdType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A goto case is only valid inside a switch statement.
        /// </summary>
        internal static string ERR_InvalidGotoCase {
            get {
                return ResourceManager.GetString("ERR_InvalidGotoCase", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid initializer member declarator.
        /// </summary>
        internal static string ERR_InvalidInitializerElementInitializer {
            get {
                return ResourceManager.GetString("ERR_InvalidInitializerElementInitializer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The line number specified for #line directive is missing or invalid.
        /// </summary>
        internal static string ERR_InvalidLineNumber {
            get {
                return ResourceManager.GetString("ERR_InvalidLineNumber", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid token &apos;{0}&apos; in class, struct, or interface member declaration.
        /// </summary>
        internal static string ERR_InvalidMemberDecl {
            get {
                return ResourceManager.GetString("ERR_InvalidMemberDecl", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid value for named attribute argument &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_InvalidNamedArgument {
            get {
                return ResourceManager.GetString("ERR_InvalidNamedArgument", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid number.
        /// </summary>
        internal static string ERR_InvalidNumber {
            get {
                return ResourceManager.GetString("ERR_InvalidNumber", resourceCulture);
            }
        }
        
5545 5546 5547 5548 5549 5550 5551 5552 5553
        /// <summary>
        ///   Looks up a localized string similar to Invalid output name: {0}.
        /// </summary>
        internal static string ERR_InvalidOutputName {
            get {
                return ResourceManager.GetString("ERR_InvalidOutputName", resourceCulture);
            }
        }
        
5554
        /// <summary>
A
Andy Gocke 已提交
5555
        ///   Looks up a localized string similar to The pathmap option was incorrectly formatted..
5556 5557 5558 5559 5560 5561 5562
        /// </summary>
        internal static string ERR_InvalidPathMap {
            get {
                return ResourceManager.GetString("ERR_InvalidPathMap", resourceCulture);
            }
        }
        
P
Pilchie 已提交
5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 5587 5588 5589
        /// <summary>
        ///   Looks up a localized string similar to Invalid preprocessor expression.
        /// </summary>
        internal static string ERR_InvalidPreprocExpr {
            get {
                return ResourceManager.GetString("ERR_InvalidPreprocExpr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The accessibility modifier of the &apos;{0}&apos; accessor must be more restrictive than the property or indexer &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_InvalidPropertyAccessMod {
            get {
                return ResourceManager.GetString("ERR_InvalidPropertyAccessMod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type of conditional expression cannot be determined because there is no implicit conversion between &apos;{0}&apos; and &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_InvalidQM {
            get {
                return ResourceManager.GetString("ERR_InvalidQM", resourceCulture);
            }
        }
        
5590 5591 5592 5593 5594 5595 5596 5597 5598
        /// <summary>
        ///   Looks up a localized string similar to Invalid real literal..
        /// </summary>
        internal static string ERR_InvalidReal {
            get {
                return ResourceManager.GetString("ERR_InvalidReal", resourceCulture);
            }
        }
        
P
Pilchie 已提交
5599 5600 5601 5602 5603 5604 5605 5606 5607
        /// <summary>
        ///   Looks up a localized string similar to Invalid signature public key specified in AssemblySignatureKeyAttribute..
        /// </summary>
        internal static string ERR_InvalidSignaturePublicKey {
            get {
                return ResourceManager.GetString("ERR_InvalidSignaturePublicKey", resourceCulture);
            }
        }
        
5608 5609 5610 5611 5612 5613 5614 5615 5616
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is not a valid format specifier.
        /// </summary>
        internal static string ERR_InvalidSpecifier {
            get {
                return ResourceManager.GetString("ERR_InvalidSpecifier", resourceCulture);
            }
        }
        
5617 5618 5619 5620 5621 5622 5623 5624 5625
        /// <summary>
        ///   Looks up a localized string similar to Invalid version {0} for /subsystemversion. The version must be 6.02 or greater for ARM or AppContainerExe, and 4.00 or greater otherwise.
        /// </summary>
        internal static string ERR_InvalidSubsystemVersion {
            get {
                return ResourceManager.GetString("ERR_InvalidSubsystemVersion", resourceCulture);
            }
        }
        
P
Pilchie 已提交
5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654 5655 5656 5657 5658 5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 5672 5673 5674 5675 5676 5677 5678 5679 5680 5681 5682 5683 5684 5685 5686 5687 5688
        /// <summary>
        ///   Looks up a localized string similar to The specified version string does not conform to the required format - major[.minor[.build[.revision]]].
        /// </summary>
        internal static string ERR_InvalidVersionFormat {
            get {
                return ResourceManager.GetString("ERR_InvalidVersionFormat", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The specified version string does not conform to the required format - major.minor.build.revision.
        /// </summary>
        internal static string ERR_InvalidVersionFormat2 {
            get {
                return ResourceManager.GetString("ERR_InvalidVersionFormat2", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Yield statements may not appear at the top level in interactive code..
        /// </summary>
        internal static string ERR_IteratorInInteractive {
            get {
                return ResourceManager.GetString("ERR_IteratorInInteractive", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to No such label &apos;{0}&apos; within the scope of the goto statement.
        /// </summary>
        internal static string ERR_LabelNotFound {
            get {
                return ResourceManager.GetString("ERR_LabelNotFound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The label &apos;{0}&apos; shadows another label by the same name in a contained scope.
        /// </summary>
        internal static string ERR_LabelShadow {
            get {
                return ResourceManager.GetString("ERR_LabelShadow", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The first operand of an &apos;is&apos; or &apos;as&apos; operator may not be a lambda expression, anonymous method, or method group..
        /// </summary>
        internal static string ERR_LambdaInIsAs {
            get {
                return ResourceManager.GetString("ERR_LambdaInIsAs", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to { expected.
        /// </summary>
        internal static string ERR_LbraceExpected {
            get {
                return ResourceManager.GetString("ERR_LbraceExpected", resourceCulture);
            }
        }
        
5689 5690 5691 5692 5693 5694 5695 5696 5697
        /// <summary>
        ///   Looks up a localized string similar to &apos;id#&apos; syntax is no longer supported. Use &apos;$id&apos; instead..
        /// </summary>
        internal static string ERR_LegacyObjectIdSyntax {
            get {
                return ResourceManager.GetString("ERR_LegacyObjectIdSyntax", resourceCulture);
            }
        }
        
P
Pilchie 已提交
5698 5699 5700 5701 5702 5703 5704 5705 5706 5707 5708 5709 5710 5711 5712 5713 5714 5715
        /// <summary>
        ///   Looks up a localized string similar to Linked netmodule metadata must provide a full PE image: &apos;{0}&apos;..
        /// </summary>
        internal static string ERR_LinkedNetmoduleMetadataMustProvideFullPEImage {
            get {
                return ResourceManager.GetString("ERR_LinkedNetmoduleMetadataMustProvideFullPEImage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Literal of type double cannot be implicitly converted to type &apos;{1}&apos;; use an &apos;{0}&apos; suffix to create a literal of this type.
        /// </summary>
        internal static string ERR_LiteralDoubleCast {
            get {
                return ResourceManager.GetString("ERR_LiteralDoubleCast", resourceCulture);
            }
        }
        
5716 5717 5718 5719 5720 5721 5722 5723 5724
        /// <summary>
        ///   Looks up a localized string similar to #load is only allowed in scripts.
        /// </summary>
        internal static string ERR_LoadDirectiveOnlyAllowedInScripts {
            get {
                return ResourceManager.GetString("ERR_LoadDirectiveOnlyAllowedInScripts", resourceCulture);
            }
        }
        
P
Pilchie 已提交
5725 5726 5727 5728 5729 5730 5731 5732 5733 5734 5735 5736 5737 5738 5739 5740 5741 5742 5743 5744 5745 5746 5747 5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 5758 5759 5760 5761 5762 5763 5764 5765 5766 5767 5768 5769 5770 5771 5772 5773 5774 5775 5776 5777 5778 5779 5780 5781 5782 5783 5784 5785 5786 5787 5788 5789 5790 5791 5792 5793 5794 5795 5796 5797 5798 5799 5800 5801 5802 5803 5804 5805 5806 5807 5808 5809 5810 5811 5812 5813 5814 5815 5816 5817 5818 5819 5820 5821 5822 5823 5824 5825 5826 5827 5828 5829 5830 5831 5832 5833 5834 5835 5836 5837 5838 5839 5840 5841 5842 5843 5844 5845 5846 5847 5848 5849 5850 5851 5852 5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 5866 5867 5868 5869 5870 5871 5872 5873 5874 5875 5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 5902 5903 5904 5905 5906 5907 5908 5909 5910 5911 5912 5913 5914 5915 5916 5917 5918 5919 5920 5921 5922
        /// <summary>
        ///   Looks up a localized string similar to Local &apos;{0}&apos; or its members cannot have their address taken and be used inside an anonymous method or lambda expression.
        /// </summary>
        internal static string ERR_LocalCantBeFixedAndHoisted {
            get {
                return ResourceManager.GetString("ERR_LocalCantBeFixedAndHoisted", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A local variable named &apos;{0}&apos; is already defined in this scope.
        /// </summary>
        internal static string ERR_LocalDuplicate {
            get {
                return ResourceManager.GetString("ERR_LocalDuplicate", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A local or parameter named &apos;{0}&apos; cannot be declared in this scope because that name is used in an enclosing local scope to define a local or parameter.
        /// </summary>
        internal static string ERR_LocalIllegallyOverrides {
            get {
                return ResourceManager.GetString("ERR_LocalIllegallyOverrides", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: a parameter or local variable cannot have the same name as a method type parameter.
        /// </summary>
        internal static string ERR_LocalSameNameAsTypeParam {
            get {
                return ResourceManager.GetString("ERR_LocalSameNameAsTypeParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Embedding the interop type &apos;{0}&apos; from assembly &apos;{1}&apos; causes a name clash in the current assembly. Consider setting the &apos;Embed Interop Types&apos; property to false..
        /// </summary>
        internal static string ERR_LocalTypeNameClash {
            get {
                return ResourceManager.GetString("ERR_LocalTypeNameClash", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is not a reference type as required by the lock statement.
        /// </summary>
        internal static string ERR_LockNeedsReference {
            get {
                return ResourceManager.GetString("ERR_LockNeedsReference", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot do member lookup in &apos;{0}&apos; because it is a type parameter.
        /// </summary>
        internal static string ERR_LookupInTypeVariable {
            get {
                return ResourceManager.GetString("ERR_LookupInTypeVariable", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: an entry point cannot be marked with the &apos;async&apos; modifier.
        /// </summary>
        internal static string ERR_MainCantBeAsync {
            get {
                return ResourceManager.GetString("ERR_MainCantBeAsync", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot use &apos;{0}&apos; for Main method because it is imported.
        /// </summary>
        internal static string ERR_MainClassIsImport {
            get {
                return ResourceManager.GetString("ERR_MainClassIsImport", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; specified for Main method must be a valid non-generic class or struct.
        /// </summary>
        internal static string ERR_MainClassNotClass {
            get {
                return ResourceManager.GetString("ERR_MainClassNotClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Could not find &apos;{0}&apos; specified for Main method.
        /// </summary>
        internal static string ERR_MainClassNotFound {
            get {
                return ResourceManager.GetString("ERR_MainClassNotFound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot take the address of, get the size of, or declare a pointer to a managed type (&apos;{0}&apos;).
        /// </summary>
        internal static string ERR_ManagedAddr {
            get {
                return ResourceManager.GetString("ERR_ManagedAddr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unmanaged type &apos;{0}&apos; not valid for fields..
        /// </summary>
        internal static string ERR_MarshalUnmanagedTypeNotValidForFields {
            get {
                return ResourceManager.GetString("ERR_MarshalUnmanagedTypeNotValidForFields", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unmanaged type &apos;{0}&apos; is only valid for fields..
        /// </summary>
        internal static string ERR_MarshalUnmanagedTypeOnlyValidForFields {
            get {
                return ResourceManager.GetString("ERR_MarshalUnmanagedTypeOnlyValidForFields", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type &apos;{1}&apos; already defines a member called &apos;{0}&apos; with the same parameter types.
        /// </summary>
        internal static string ERR_MemberAlreadyExists {
            get {
                return ResourceManager.GetString("ERR_MemberAlreadyExists", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Duplicate initialization of member &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_MemberAlreadyInitialized {
            get {
                return ResourceManager.GetString("ERR_MemberAlreadyInitialized", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Member &apos;{0}&apos; cannot be initialized. It is not a field or property..
        /// </summary>
        internal static string ERR_MemberCannotBeInitialized {
            get {
                return ResourceManager.GetString("ERR_MemberCannotBeInitialized", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: member names cannot be the same as their enclosing type.
        /// </summary>
        internal static string ERR_MemberNameSameAsType {
            get {
                return ResourceManager.GetString("ERR_MemberNameSameAsType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Method must have a return type.
        /// </summary>
        internal static string ERR_MemberNeedsType {
            get {
                return ResourceManager.GetString("ERR_MemberNeedsType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type &apos;{1}&apos; already reserves a member called &apos;{0}&apos; with the same parameter types.
        /// </summary>
        internal static string ERR_MemberReserved {
            get {
                return ResourceManager.GetString("ERR_MemberReserved", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An expression tree lambda may not contain a method group.
        /// </summary>
        internal static string ERR_MemGroupInExpressionTree {
            get {
                return ResourceManager.GetString("ERR_MemGroupInExpressionTree", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Name &apos;{0}&apos; exceeds the maximum length allowed in metadata..
        /// </summary>
        internal static string ERR_MetadataNameTooLong {
            get {
                return ResourceManager.GetString("ERR_MetadataNameTooLong", resourceCulture);
            }
        }
        
5923
        /// <summary>
5924
        ///   Looks up a localized string similar to Metadata references are not supported..
5925 5926 5927 5928 5929 5930 5931
        /// </summary>
        internal static string ERR_MetadataReferencesNotSupported {
            get {
                return ResourceManager.GetString("ERR_MetadataReferencesNotSupported", resourceCulture);
            }
        }
        
P
Pilchie 已提交
5932 5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 5956 5957 5958 5959 5960 5961 5962 5963 5964 5965 5966 5967 5968 5969 5970 5971 5972 5973 5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 5984 5985 5986 5987 5988 5989 5990 5991 5992 5993 5994 5995 5996 5997 5998 5999 6000 6001 6002 6003 6004 6005 6006 6007 6008 6009 6010
        /// <summary>
        ///   Looks up a localized string similar to No overload for &apos;{0}&apos; matches delegate &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_MethDelegateMismatch {
            get {
                return ResourceManager.GetString("ERR_MethDelegateMismatch", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot convert method group &apos;{0}&apos; to non-delegate type &apos;{1}&apos;. Did you intend to invoke the method?.
        /// </summary>
        internal static string ERR_MethGrpToNonDel {
            get {
                return ResourceManager.GetString("ERR_MethGrpToNonDel", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot make reference to variable of type &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_MethodArgCantBeRefAny {
            get {
                return ResourceManager.GetString("ERR_MethodArgCantBeRefAny", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Method &apos;{0}&apos; cannot implement interface accessor &apos;{1}&apos; for type &apos;{2}&apos;. Use an explicit interface implementation..
        /// </summary>
        internal static string ERR_MethodImplementingAccessor {
            get {
                return ResourceManager.GetString("ERR_MethodImplementingAccessor", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Method name expected.
        /// </summary>
        internal static string ERR_MethodNameExpected {
            get {
                return ResourceManager.GetString("ERR_MethodNameExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Method or delegate cannot return type &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_MethodReturnCantBeRefAny {
            get {
                return ResourceManager.GetString("ERR_MethodReturnCantBeRefAny", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Argument missing.
        /// </summary>
        internal static string ERR_MissingArgument {
            get {
                return ResourceManager.GetString("ERR_MissingArgument", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Array creation must have array size or array initializer.
        /// </summary>
        internal static string ERR_MissingArraySize {
            get {
                return ResourceManager.GetString("ERR_MissingArraySize", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The managed coclass wrapper class &apos;{0}&apos; for interface &apos;{1}&apos; cannot be found (are you missing an assembly reference?).
        /// </summary>
        internal static string ERR_MissingCoClass {
            get {
                return ResourceManager.GetString("ERR_MissingCoClass", resourceCulture);
            }
A
AlekseyTs 已提交
6011 6012 6013 6014 6015 6016 6017 6018 6019
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The /pdb option requires that the /debug option also be used.
        /// </summary>
        internal static string ERR_MissingDebugSwitch {
            get {
                return ResourceManager.GetString("ERR_MissingDebugSwitch", resourceCulture);
            }
P
Pilchie 已提交
6020 6021
        }
        
6022
        /// <summary>
J
Julien 已提交
6023
        ///   Looks up a localized string similar to No Deconstruct instance or extension method was found for type &apos;{0}&apos;, with {1} out parameters..
6024 6025 6026 6027 6028 6029 6030
        /// </summary>
        internal static string ERR_MissingDeconstruct {
            get {
                return ResourceManager.GetString("ERR_MissingDeconstruct", resourceCulture);
            }
        }
        
P
Pilchie 已提交
6031 6032 6033 6034 6035 6036 6037 6038 6039 6040 6041 6042 6043 6044 6045 6046 6047 6048 6049 6050 6051 6052 6053 6054 6055 6056 6057 6058 6059 6060 6061 6062 6063 6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 6111 6112 6113 6114 6115 6116 6117 6118 6119 6120 6121 6122 6123 6124 6125 6126 6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137 6138 6139
        /// <summary>
        ///   Looks up a localized string similar to Command-line syntax error: Missing Guid for option &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_MissingGuidForOption {
            get {
                return ResourceManager.GetString("ERR_MissingGuidForOption", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Source interface &apos;{0}&apos; is missing method &apos;{1}&apos; which is required to embed event &apos;{2}&apos;..
        /// </summary>
        internal static string ERR_MissingMethodOnSourceInterface {
            get {
                return ResourceManager.GetString("ERR_MissingMethodOnSourceInterface", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Reference to &apos;{0}&apos; netmodule missing..
        /// </summary>
        internal static string ERR_MissingNetModuleReference {
            get {
                return ResourceManager.GetString("ERR_MissingNetModuleReference", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Missing partial modifier on declaration of type &apos;{0}&apos;; another partial declaration of this type exists.
        /// </summary>
        internal static string ERR_MissingPartial {
            get {
                return ResourceManager.GetString("ERR_MissingPartial", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Quoted file name, single-line comment or end-of-line expected.
        /// </summary>
        internal static string ERR_MissingPPFile {
            get {
                return ResourceManager.GetString("ERR_MissingPPFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Missing compiler required member &apos;{0}.{1}&apos;.
        /// </summary>
        internal static string ERR_MissingPredefinedMember {
            get {
                return ResourceManager.GetString("ERR_MissingPredefinedMember", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Interface &apos;{0}&apos; has an invalid source interface which is required to embed event &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_MissingSourceInterface {
            get {
                return ResourceManager.GetString("ERR_MissingSourceInterface", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: instance field types marked with StructLayout(LayoutKind.Explicit) must have a FieldOffset attribute.
        /// </summary>
        internal static string ERR_MissingStructOffset {
            get {
                return ResourceManager.GetString("ERR_MissingStructOffset", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Reference to type &apos;{0}&apos; claims it is defined in &apos;{1}&apos;, but it could not be found.
        /// </summary>
        internal static string ERR_MissingTypeInAssembly {
            get {
                return ResourceManager.GetString("ERR_MissingTypeInAssembly", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Reference to type &apos;{0}&apos; claims it is defined in this assembly, but it is not defined in source or any added modules.
        /// </summary>
        internal static string ERR_MissingTypeInSource {
            get {
                return ResourceManager.GetString("ERR_MissingTypeInSource", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; cannot implement &apos;{1}&apos; because &apos;{2}&apos; is a Windows Runtime event and &apos;{3}&apos; is a regular .NET event..
        /// </summary>
        internal static string ERR_MixingWinRTEventWithRegular {
            get {
                return ResourceManager.GetString("ERR_MixingWinRTEventWithRegular", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Failed to emit module &apos;{0}&apos;..
        /// </summary>
        internal static string ERR_ModuleEmitFailure {
            get {
                return ResourceManager.GetString("ERR_ModuleEmitFailure", resourceCulture);
            }
        }
        
        /// <summary>
P
Pharring 已提交
6140
        ///   Looks up a localized string similar to A parameter cannot have all the specified modifiers; there are too many modifiers on the parameter.
P
Pilchie 已提交
6141 6142 6143 6144 6145 6146 6147 6148 6149 6150 6151 6152 6153 6154 6155 6156 6157 6158 6159 6160 6161 6162 6163 6164 6165 6166 6167 6168 6169 6170 6171 6172 6173 6174 6175 6176 6177 6178 6179 6180 6181 6182 6183
        /// </summary>
        internal static string ERR_MultiParamMod {
            get {
                return ResourceManager.GetString("ERR_MultiParamMod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Program has more than one entry point defined. Compile with /main to specify the type that contains the entry point..
        /// </summary>
        internal static string ERR_MultipleEntryPoints {
            get {
                return ResourceManager.GetString("ERR_MultipleEntryPoints", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to foreach statement cannot operate on variables of type &apos;{0}&apos; because it implements multiple instantiations of &apos;{1}&apos;; try casting to a specific interface instantiation.
        /// </summary>
        internal static string ERR_MultipleIEnumOfT {
            get {
                return ResourceManager.GetString("ERR_MultipleIEnumOfT", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot use more than one type in a for, using, fixed, or declaration statement.
        /// </summary>
        internal static string ERR_MultiTypeInDeclaration {
            get {
                return ResourceManager.GetString("ERR_MultiTypeInDeclaration", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to In order for &apos;{0}&apos; to be applicable as a short circuit operator, its declaring type &apos;{1}&apos; must define operator true and operator false.
        /// </summary>
        internal static string ERR_MustHaveOpTF {
            get {
                return ResourceManager.GetString("ERR_MustHaveOpTF", resourceCulture);
            }
        }
        
6184 6185 6186 6187 6188 6189 6190 6191 6192 6193 6194 6195 6196 6197 6198 6199 6200 6201
        /// <summary>
        ///   Looks up a localized string similar to By-value returns may only be used in methods that return by value.
        /// </summary>
        internal static string ERR_MustHaveRefReturn {
            get {
                return ResourceManager.GetString("ERR_MustHaveRefReturn", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to By-reference returns may only be used in methods that return by reference.
        /// </summary>
        internal static string ERR_MustNotHaveRefReturn {
            get {
                return ResourceManager.GetString("ERR_MustNotHaveRefReturn", resourceCulture);
            }
        }
        
6202 6203 6204 6205 6206 6207 6208 6209 6210
        /// <summary>
        ///   Looks up a localized string similar to Compilation options &apos;{0}&apos; and &apos;{1}&apos; can&apos;t both be specified at the same time..
        /// </summary>
        internal static string ERR_MutuallyExclusiveOptions {
            get {
                return ResourceManager.GetString("ERR_MutuallyExclusiveOptions", resourceCulture);
            }
        }
        
P
Pilchie 已提交
6211 6212 6213 6214 6215 6216 6217 6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237 6238 6239 6240 6241 6242 6243 6244 6245 6246 6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 6259 6260 6261 6262 6263 6264
        /// <summary>
        ///   Looks up a localized string similar to Named attribute argument expected.
        /// </summary>
        internal static string ERR_NamedArgumentExpected {
            get {
                return ResourceManager.GetString("ERR_NamedArgumentExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An array access may not have a named argument specifier.
        /// </summary>
        internal static string ERR_NamedArgumentForArray {
            get {
                return ResourceManager.GetString("ERR_NamedArgumentForArray", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Named argument specifications must appear after all fixed arguments have been specified.
        /// </summary>
        internal static string ERR_NamedArgumentSpecificationBeforeFixedArgument {
            get {
                return ResourceManager.GetString("ERR_NamedArgumentSpecificationBeforeFixedArgument", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Named argument &apos;{0}&apos; specifies a parameter for which a positional argument has already been given.
        /// </summary>
        internal static string ERR_NamedArgumentUsedInPositional {
            get {
                return ResourceManager.GetString("ERR_NamedArgumentUsedInPositional", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The name &apos;{0}&apos; does not exist in the current context.
        /// </summary>
        internal static string ERR_NameNotInContext {
            get {
                return ResourceManager.GetString("ERR_NameNotInContext", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The name &apos;{0}&apos; does not exist in the current context (are you missing a reference to assembly &apos;{1}&apos;?).
        /// </summary>
        internal static string ERR_NameNotInContextPossibleMissingReference {
            get {
                return ResourceManager.GetString("ERR_NameNotInContextPossibleMissingReference", resourceCulture);
            }
        }
        
6265 6266 6267 6268 6269 6270 6271 6272 6273
        /// <summary>
        ///   Looks up a localized string similar to Extension method groups are not allowed as an argument to &apos;nameof&apos;..
        /// </summary>
        internal static string ERR_NameofExtensionMethod {
            get {
                return ResourceManager.GetString("ERR_NameofExtensionMethod", resourceCulture);
            }
        }
        
6274 6275 6276 6277 6278 6279 6280 6281 6282
        /// <summary>
        ///   Looks up a localized string similar to Type parameters are not allowed on a method group as an argument to &apos;nameof&apos;..
        /// </summary>
        internal static string ERR_NameofMethodGroupWithTypeParameters {
            get {
                return ResourceManager.GetString("ERR_NameofMethodGroupWithTypeParameters", resourceCulture);
            }
        }
        
P
Pilchie 已提交
6283
        /// <summary>
6284
        ///   Looks up a localized string similar to Cannot declare namespace in script code.
P
Pilchie 已提交
6285 6286 6287 6288 6289 6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 6316 6317 6318 6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 6341 6342 6343 6344 6345 6346 6347 6348 6349 6350 6351 6352 6353 6354 6355 6356 6357 6358 6359 6360 6361 6362 6363 6364 6365 6366 6367 6368 6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 6387 6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 6398 6399
        /// </summary>
        internal static string ERR_NamespaceNotAllowedInScript {
            get {
                return ResourceManager.GetString("ERR_NamespaceNotAllowedInScript", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A namespace cannot directly contain members such as fields or methods.
        /// </summary>
        internal static string ERR_NamespaceUnexpected {
            get {
                return ResourceManager.GetString("ERR_NamespaceUnexpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot create an array with a negative size.
        /// </summary>
        internal static string ERR_NegativeArraySize {
            get {
                return ResourceManager.GetString("ERR_NegativeArraySize", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot use a negative size with stackalloc.
        /// </summary>
        internal static string ERR_NegativeStackAllocSize {
            get {
                return ResourceManager.GetString("ERR_NegativeStackAllocSize", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Module name &apos;{0}&apos; stored in &apos;{1}&apos; must match its filename..
        /// </summary>
        internal static string ERR_NetModuleNameMismatch {
            get {
                return ResourceManager.GetString("ERR_NetModuleNameMismatch", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Module &apos;{0}&apos; is already defined in this assembly. Each module must have a unique filename..
        /// </summary>
        internal static string ERR_NetModuleNameMustBeUnique {
            get {
                return ResourceManager.GetString("ERR_NetModuleNameMustBeUnique", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The new() constraint must be the last constraint specified.
        /// </summary>
        internal static string ERR_NewBoundMustBeLast {
            get {
                return ResourceManager.GetString("ERR_NewBoundMustBeLast", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The &apos;new()&apos; constraint cannot be used with the &apos;struct&apos; constraint.
        /// </summary>
        internal static string ERR_NewBoundWithVal {
            get {
                return ResourceManager.GetString("ERR_NewBoundWithVal", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Interop type &apos;{0}&apos; cannot be embedded. Use the applicable interface instead..
        /// </summary>
        internal static string ERR_NewCoClassOnLink {
            get {
                return ResourceManager.GetString("ERR_NewCoClassOnLink", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{2}&apos; must be a non-abstract type with a public parameterless constructor in order to use it as parameter &apos;{1}&apos; in the generic type or method &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_NewConstraintNotSatisfied {
            get {
                return ResourceManager.GetString("ERR_NewConstraintNotSatisfied", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Newline in constant.
        /// </summary>
        internal static string ERR_NewlineInConst {
            get {
                return ResourceManager.GetString("ERR_NewlineInConst", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot provide arguments when creating an instance of a variable type.
        /// </summary>
        internal static string ERR_NewTyvarWithArgs {
            get {
                return ResourceManager.GetString("ERR_NewTyvarWithArgs", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is a new virtual member in sealed class &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_NewVirtualInSealed {
            get {
                return ResourceManager.GetString("ERR_NewVirtualInSealed", resourceCulture);
            }
        }
        
6400 6401 6402 6403 6404 6405 6406 6407 6408
        /// <summary>
        ///   Looks up a localized string similar to A &apos;using static&apos; directive cannot be used to declare an alias.
        /// </summary>
        internal static string ERR_NoAliasHere {
            get {
                return ResourceManager.GetString("ERR_NoAliasHere", resourceCulture);
            }
        }
        
P
Pilchie 已提交
6409 6410 6411 6412 6413 6414 6415 6416 6417 6418 6419 6420 6421 6422 6423 6424 6425 6426 6427 6428 6429 6430 6431 6432 6433 6434 6435 6436 6437 6438 6439 6440 6441 6442 6443 6444 6445 6446 6447 6448 6449 6450 6451 6452 6453 6454 6455 6456 6457 6458 6459 6460 6461 6462 6463 6464 6465 6466 6467 6468 6469 6470 6471 6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 6492 6493 6494 6495 6496 6497 6498 6499 6500 6501 6502 6503 6504 6505 6506 6507 6508 6509 6510 6511 6512 6513 6514 6515 6516 6517 6518 6519 6520 6521 6522 6523 6524 6525 6526 6527 6528 6529 6530 6531 6532 6533 6534 6535 6536 6537 6538 6539 6540 6541 6542 6543 6544 6545 6546 6547 6548 6549 6550 6551 6552 6553 6554 6555 6556 6557 6558 6559 6560 6561 6562 6563 6564 6565 6566 6567 6568 6569 6570 6571 6572 6573 6574 6575 6576 6577 6578 6579 6580 6581 6582 6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 6601 6602 6603 6604 6605 6606 6607 6608 6609 6610 6611 6612 6613 6614 6615 6616 6617 6618 6619 6620 6621 6622 6623 6624 6625 6626 6627 6628 6629 6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651 6652 6653 6654 6655 6656 6657 6658 6659 6660 6661 6662 6663 6664 6665 6666 6667 6668 6669 6670 6671 6672 6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 6687 6688 6689 6690 6691 6692 6693 6694 6695 6696 6697 6698 6699 6700 6701 6702 6703 6704 6705 6706 6707 6708 6709 6710 6711 6712 6713 6714 6715 6716 6717 6718 6719 6720 6721 6722 6723 6724
        /// <summary>
        ///   Looks up a localized string similar to A base class is required for a &apos;base&apos; reference.
        /// </summary>
        internal static string ERR_NoBaseClass {
            get {
                return ResourceManager.GetString("ERR_NoBaseClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to No enclosing loop out of which to break or continue.
        /// </summary>
        internal static string ERR_NoBreakOrCont {
            get {
                return ResourceManager.GetString("ERR_NoBreakOrCont", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot find the interop type that matches the embedded interop type &apos;{0}&apos;. Are you missing an assembly reference?.
        /// </summary>
        internal static string ERR_NoCanonicalView {
            get {
                return ResourceManager.GetString("ERR_NoCanonicalView", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type &apos;{0}&apos; has no constructors defined.
        /// </summary>
        internal static string ERR_NoConstructors {
            get {
                return ResourceManager.GetString("ERR_NoConstructors", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CallerFilePathAttribute cannot be applied because there are no standard conversions from type &apos;{0}&apos; to type &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_NoConversionForCallerFilePathParam {
            get {
                return ResourceManager.GetString("ERR_NoConversionForCallerFilePathParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CallerLineNumberAttribute cannot be applied because there are no standard conversions from type &apos;{0}&apos; to type &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_NoConversionForCallerLineNumberParam {
            get {
                return ResourceManager.GetString("ERR_NoConversionForCallerLineNumberParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CallerMemberNameAttribute cannot be applied because there are no standard conversions from type &apos;{0}&apos; to type &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_NoConversionForCallerMemberNameParam {
            get {
                return ResourceManager.GetString("ERR_NoConversionForCallerMemberNameParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A value of type &apos;{0}&apos; cannot be used as a default parameter because there are no standard conversions to type &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_NoConversionForDefaultParam {
            get {
                return ResourceManager.GetString("ERR_NoConversionForDefaultParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A value of type &apos;{0}&apos; cannot be used as default parameter for nullable parameter &apos;{1}&apos; because &apos;{0}&apos; is not a simple type.
        /// </summary>
        internal static string ERR_NoConversionForNubDefaultParam {
            get {
                return ResourceManager.GetString("ERR_NoConversionForNubDefaultParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: type used in a using statement must be implicitly convertible to &apos;System.IDisposable&apos;.
        /// </summary>
        internal static string ERR_NoConvToIDisp {
            get {
                return ResourceManager.GetString("ERR_NoConvToIDisp", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to There is no argument given that corresponds to the required formal parameter &apos;{0}&apos; of &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_NoCorrespondingArgument {
            get {
                return ResourceManager.GetString("ERR_NoCorrespondingArgument", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The call to method &apos;{0}&apos; needs to be dynamically dispatched, but cannot be because it is part of a base access expression. Consider casting the dynamic arguments or eliminating the base access..
        /// </summary>
        internal static string ERR_NoDynamicPhantomOnBase {
            get {
                return ResourceManager.GetString("ERR_NoDynamicPhantomOnBase", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The constructor call needs to be dynamically dispatched, but cannot be because it is part of a constructor initializer. Consider casting the dynamic arguments..
        /// </summary>
        internal static string ERR_NoDynamicPhantomOnBaseCtor {
            get {
                return ResourceManager.GetString("ERR_NoDynamicPhantomOnBaseCtor", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The indexer access needs to be dynamically dispatched, but cannot be because it is part of a base access expression. Consider casting the dynamic arguments or eliminating the base access..
        /// </summary>
        internal static string ERR_NoDynamicPhantomOnBaseIndexer {
            get {
                return ResourceManager.GetString("ERR_NoDynamicPhantomOnBaseIndexer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Program does not contain a static &apos;Main&apos; method suitable for an entry point.
        /// </summary>
        internal static string ERR_NoEntryPoint {
            get {
                return ResourceManager.GetString("ERR_NoEntryPoint", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot convert type &apos;{0}&apos; to &apos;{1}&apos; via a reference conversion, boxing conversion, unboxing conversion, wrapping conversion, or null type conversion.
        /// </summary>
        internal static string ERR_NoExplicitBuiltinConv {
            get {
                return ResourceManager.GetString("ERR_NoExplicitBuiltinConv", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot convert type &apos;{0}&apos; to &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_NoExplicitConv {
            get {
                return ResourceManager.GetString("ERR_NoExplicitConv", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Missing file specification for &apos;{0}&apos; option.
        /// </summary>
        internal static string ERR_NoFileSpec {
            get {
                return ResourceManager.GetString("ERR_NoFileSpec", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot override because &apos;{1}&apos; does not have an overridable get accessor.
        /// </summary>
        internal static string ERR_NoGetToOverride {
            get {
                return ResourceManager.GetString("ERR_NoGetToOverride", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot implicitly convert type &apos;{0}&apos; to &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_NoImplicitConv {
            get {
                return ResourceManager.GetString("ERR_NoImplicitConv", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot implicitly convert type &apos;{0}&apos; to &apos;{1}&apos;. An explicit conversion exists (are you missing a cast?).
        /// </summary>
        internal static string ERR_NoImplicitConvCast {
            get {
                return ResourceManager.GetString("ERR_NoImplicitConvCast", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not have a suitable static Main method.
        /// </summary>
        internal static string ERR_NoMainInClass {
            get {
                return ResourceManager.GetString("ERR_NoMainInClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot specify /main if building a module or library.
        /// </summary>
        internal static string ERR_NoMainOnDLL {
            get {
                return ResourceManager.GetString("ERR_NoMainOnDLL", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Metadata file &apos;{0}&apos; could not be found.
        /// </summary>
        internal static string ERR_NoMetadataFile {
            get {
                return ResourceManager.GetString("ERR_NoMetadataFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Modifiers cannot be placed on event accessor declarations.
        /// </summary>
        internal static string ERR_NoModifiersOnAccessor {
            get {
                return ResourceManager.GetString("ERR_NoModifiersOnAccessor", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Class &apos;{0}&apos; cannot have multiple base classes: &apos;{1}&apos; and &apos;{2}&apos;.
        /// </summary>
        internal static string ERR_NoMultipleInheritance {
            get {
                return ResourceManager.GetString("ERR_NoMultipleInheritance", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Elements defined in a namespace cannot be explicitly declared as private, protected, or protected internal.
        /// </summary>
        internal static string ERR_NoNamespacePrivate {
            get {
                return ResourceManager.GetString("ERR_NoNamespacePrivate", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot create an instance of the abstract class or interface &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_NoNewAbstract {
            get {
                return ResourceManager.GetString("ERR_NoNewAbstract", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot create an instance of the variable type &apos;{0}&apos; because it does not have the new() constraint.
        /// </summary>
        internal static string ERR_NoNewTyvar {
            get {
                return ResourceManager.GetString("ERR_NoNewTyvar", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type &apos;{0}&apos; in interface list is not an interface.
        /// </summary>
        internal static string ERR_NonInterfaceInInterfaceList {
            get {
                return ResourceManager.GetString("ERR_NonInterfaceInInterfaceList", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Non-invocable member &apos;{0}&apos; cannot be used like a method..
        /// </summary>
        internal static string ERR_NonInvocableMemberCalled {
            get {
                return ResourceManager.GetString("ERR_NonInvocableMemberCalled", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot embed interop types from assembly &apos;{0}&apos; because it is missing the &apos;{1}&apos; attribute..
        /// </summary>
        internal static string ERR_NoPIAAssemblyMissingAttribute {
            get {
                return ResourceManager.GetString("ERR_NoPIAAssemblyMissingAttribute", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot embed interop types from assembly &apos;{0}&apos; because it is missing either the &apos;{1}&apos; attribute or the &apos;{2}&apos; attribute..
        /// </summary>
        internal static string ERR_NoPIAAssemblyMissingAttributes {
            get {
                return ResourceManager.GetString("ERR_NoPIAAssemblyMissingAttributes", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type &apos;{0}&apos; cannot be embedded because it is a nested type. Consider setting the &apos;Embed Interop Types&apos; property to false..
        /// </summary>
        internal static string ERR_NoPIANestedType {
            get {
                return ResourceManager.GetString("ERR_NoPIANestedType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot override because &apos;{1}&apos; does not have an overridable set accessor.
        /// </summary>
        internal static string ERR_NoSetToOverride {
            get {
                return ResourceManager.GetString("ERR_NoSetToOverride", resourceCulture);
            }
        }
        
        /// <summary>
6725
        ///   Looks up a localized string similar to Source file &apos;{0}&apos; could not be opened -- {1}.
P
Pilchie 已提交
6726 6727 6728 6729 6730 6731 6732 6733 6734 6735 6736 6737 6738 6739 6740 6741 6742 6743 6744 6745 6746 6747 6748 6749 6750 6751 6752 6753 6754 6755 6756 6757 6758 6759 6760 6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 6781 6782 6783 6784 6785 6786 6787 6788 6789 6790 6791 6792 6793 6794 6795 6796
        /// </summary>
        internal static string ERR_NoSourceFile {
            get {
                return ResourceManager.GetString("ERR_NoSourceFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not contain a definition for &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_NoSuchMember {
            get {
                return ResourceManager.GetString("ERR_NoSuchMember", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not contain a definition for &apos;{1}&apos; and no extension method &apos;{1}&apos; accepting a first argument of type &apos;{0}&apos; could be found (are you missing a using directive or an assembly reference?).
        /// </summary>
        internal static string ERR_NoSuchMemberOrExtension {
            get {
                return ResourceManager.GetString("ERR_NoSuchMemberOrExtension", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not contain a definition for &apos;{1}&apos; and no extension method &apos;{1}&apos; accepting a first argument of type &apos;{0}&apos; could be found (are you missing a using directive for &apos;{2}&apos;?).
        /// </summary>
        internal static string ERR_NoSuchMemberOrExtensionNeedUsing {
            get {
                return ResourceManager.GetString("ERR_NoSuchMemberOrExtensionNeedUsing", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is not an attribute class.
        /// </summary>
        internal static string ERR_NotAnAttributeClass {
            get {
                return ResourceManager.GetString("ERR_NotAnAttributeClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The expression being assigned to &apos;{0}&apos; must be constant.
        /// </summary>
        internal static string ERR_NotConstantExpression {
            get {
                return ResourceManager.GetString("ERR_NotConstantExpression", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is of type &apos;{1}&apos;. A const field of a reference type other than string can only be initialized with null..
        /// </summary>
        internal static string ERR_NotNullConstRefField {
            get {
                return ResourceManager.GetString("ERR_NotNullConstRefField", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is of type &apos;{1}&apos;. A default parameter value of a reference type other than string can only be initialized with null.
        /// </summary>
        internal static string ERR_NotNullRefDefaultParameter {
            get {
                return ResourceManager.GetString("ERR_NotNullRefDefaultParameter", resourceCulture);
            }
        }
        
        /// <summary>
6797
        ///   Looks up a localized string similar to This language feature (&apos;{0}&apos;) is not yet implemented..
P
Pilchie 已提交
6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849
        /// </summary>
        internal static string ERR_NotYetImplementedInRoslyn {
            get {
                return ResourceManager.GetString("ERR_NotYetImplementedInRoslyn", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type &apos;{0}&apos; is defined in an assembly that is not referenced. You must add a reference to assembly &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_NoTypeDef {
            get {
                return ResourceManager.GetString("ERR_NoTypeDef", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type &apos;{0}&apos; is defined in a module that has not been added. You must add the module &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_NoTypeDefFromModule {
            get {
                return ResourceManager.GetString("ERR_NoTypeDefFromModule", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Keyword &apos;void&apos; cannot be used in this context.
        /// </summary>
        internal static string ERR_NoVoidHere {
            get {
                return ResourceManager.GetString("ERR_NoVoidHere", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid parameter type &apos;void&apos;.
        /// </summary>
        internal static string ERR_NoVoidParameter {
            get {
                return ResourceManager.GetString("ERR_NoVoidParameter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Use of null is not valid in this context.
        /// </summary>
        internal static string ERR_NullNotValid {
            get {
                return ResourceManager.GetString("ERR_NullNotValid", resourceCulture);
            }
        }
        
6850 6851 6852 6853 6854 6855 6856 6857 6858
        /// <summary>
        ///   Looks up a localized string similar to An expression tree lambda may not contain a null propagating operator..
        /// </summary>
        internal static string ERR_NullPropagatingOpInExpressionTree {
            get {
                return ResourceManager.GetString("ERR_NullPropagatingOpInExpressionTree", resourceCulture);
            }
        }
        
P
Pilchie 已提交
6859 6860 6861 6862 6863 6864 6865 6866 6867 6868 6869 6870 6871 6872 6873 6874 6875 6876 6877 6878 6879 6880 6881 6882 6883 6884 6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 6895 6896 6897 6898 6899 6900 6901
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; has no base class and cannot call a base constructor.
        /// </summary>
        internal static string ERR_ObjectCallingBaseConstructor {
            get {
                return ResourceManager.GetString("ERR_ObjectCallingBaseConstructor", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The class System.Object cannot have a base class or implement an interface.
        /// </summary>
        internal static string ERR_ObjectCantHaveBases {
            get {
                return ResourceManager.GetString("ERR_ObjectCantHaveBases", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Object and collection initializer expressions may not be applied to a delegate creation expression.
        /// </summary>
        internal static string ERR_ObjectOrCollectionInitializerWithDelegateCreation {
            get {
                return ResourceManager.GetString("ERR_ObjectOrCollectionInitializerWithDelegateCreation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Member &apos;{0}&apos; cannot be accessed with an instance reference; qualify it with a type name instead.
        /// </summary>
        internal static string ERR_ObjectProhibited {
            get {
                return ResourceManager.GetString("ERR_ObjectProhibited", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An object reference is required for the non-static field, method, or property &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_ObjectRequired {
            get {
                return ResourceManager.GetString("ERR_ObjectRequired", resourceCulture);
            }
6902
        }
P
Pilchie 已提交
6903 6904 6905 6906 6907 6908 6909 6910 6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 6923 6924 6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 6945 6946 6947 6948 6949 6950 6951 6952 6953 6954 6955 6956 6957 6958 6959 6960 6961 6962 6963 6964 6965 6966 6967 6968 6969 6970 6971 6972 6973 6974 6975 6976 6977 6978 6979 6980 6981 6982 6983 6984
        
        /// <summary>
        ///   Looks up a localized string similar to A /reference option that declares an extern alias can only have one filename. To specify multiple aliases or filenames, use multiple /reference options..
        /// </summary>
        internal static string ERR_OneAliasPerReference {
            get {
                return ResourceManager.GetString("ERR_OneAliasPerReference", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Only class types can contain destructors.
        /// </summary>
        internal static string ERR_OnlyClassesCanContainDestructors {
            get {
                return ResourceManager.GetString("ERR_OnlyClassesCanContainDestructors", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to End-of-file found, &apos;*/&apos; expected.
        /// </summary>
        internal static string ERR_OpenEndedComment {
            get {
                return ResourceManager.GetString("ERR_OpenEndedComment", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Error opening response file &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_OpenResponseFile {
            get {
                return ResourceManager.GetString("ERR_OpenResponseFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to User-defined operators cannot return void.
        /// </summary>
        internal static string ERR_OperatorCantReturnVoid {
            get {
                return ResourceManager.GetString("ERR_OperatorCantReturnVoid", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: static classes cannot contain user-defined operators.
        /// </summary>
        internal static string ERR_OperatorInStaticClass {
            get {
                return ResourceManager.GetString("ERR_OperatorInStaticClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The operator &apos;{0}&apos; requires a matching operator &apos;{1}&apos; to also be defined.
        /// </summary>
        internal static string ERR_OperatorNeedsMatch {
            get {
                return ResourceManager.GetString("ERR_OperatorNeedsMatch", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to User-defined operator &apos;{0}&apos; must be declared static and public.
        /// </summary>
        internal static string ERR_OperatorsMustBeStatic {
            get {
                return ResourceManager.GetString("ERR_OperatorsMustBeStatic", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The return type of operator True or False must be bool.
        /// </summary>
        internal static string ERR_OpTFRetType {
            get {
                return ResourceManager.GetString("ERR_OpTFRetType", resourceCulture);
            }
        }
        
6985 6986 6987 6988 6989 6990 6991 6992 6993
        /// <summary>
        ///   Looks up a localized string similar to Option &apos;{0}&apos; must be an absolute path..
        /// </summary>
        internal static string ERR_OptionMustBeAbsolutePath {
            get {
                return ResourceManager.GetString("ERR_OptionMustBeAbsolutePath", resourceCulture);
            }
        }
        
P
Pilchie 已提交
6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 7024 7025 7026 7027 7028 7029 7030 7031 7032 7033 7034 7035 7036 7037 7038 7039 7040 7041 7042 7043 7044 7045 7046 7047 7048 7049 7050 7051 7052 7053 7054 7055 7056 7057 7058 7059 7060 7061 7062 7063 7064 7065 7066 7067 7068 7069 7070 7071 7072 7073 7074 7075 7076 7077 7078 7079 7080 7081 7082 7083 7084 7085 7086 7087 7088 7089 7090 7091 7092 7093 7094 7095 7096 7097 7098 7099 7100 7101 7102 7103 7104 7105 7106 7107 7108 7109 7110 7111 7112 7113 7114 7115 7116 7117 7118 7119 7120 7121 7122 7123 7124 7125 7126 7127 7128 7129 7130 7131 7132 7133 7134 7135 7136 7137 7138 7139 7140 7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 7152 7153 7154 7155 7156 7157 7158 7159 7160 7161 7162 7163 7164 7165 7166 7167 7168 7169 7170 7171 7172 7173 7174 7175 7176 7177 7178 7179 7180 7181 7182 7183 7184 7185 7186 7187 7188 7189 7190 7191
        /// <summary>
        ///   Looks up a localized string similar to Cannot specify only Out attribute on a ref parameter. Use both In and Out attributes, or neither..
        /// </summary>
        internal static string ERR_OutAttrOnRefParam {
            get {
                return ResourceManager.GetString("ERR_OutAttrOnRefParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Outputs without source must have the /out option specified.
        /// </summary>
        internal static string ERR_OutputNeedsName {
            get {
                return ResourceManager.GetString("ERR_OutputNeedsName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Could not write to output file &apos;{0}&apos; -- &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_OutputWriteFailed {
            get {
                return ResourceManager.GetString("ERR_OutputWriteFailed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; cannot define overloaded methods that differ only on ref and out.
        /// </summary>
        internal static string ERR_OverloadRefOut {
            get {
                return ResourceManager.GetString("ERR_OverloadRefOut", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot define overloaded constructor &apos;{0}&apos; because it differs from another constructor only on ref and out.
        /// </summary>
        internal static string ERR_OverloadRefOutCtor {
            get {
                return ResourceManager.GetString("ERR_OverloadRefOutCtor", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Do not override object.Finalize. Instead, provide a destructor..
        /// </summary>
        internal static string ERR_OverrideFinalizeDeprecated {
            get {
                return ResourceManager.GetString("ERR_OverrideFinalizeDeprecated", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: no suitable method found to override.
        /// </summary>
        internal static string ERR_OverrideNotExpected {
            get {
                return ResourceManager.GetString("ERR_OverrideNotExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A member &apos;{0}&apos; marked as override cannot be marked as new or virtual.
        /// </summary>
        internal static string ERR_OverrideNotNew {
            get {
                return ResourceManager.GetString("ERR_OverrideNotNew", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Constraints for override and explicit interface implementation methods are inherited from the base method, so they cannot be specified directly.
        /// </summary>
        internal static string ERR_OverrideWithConstraints {
            get {
                return ResourceManager.GetString("ERR_OverrideWithConstraints", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Overloadable binary operator expected.
        /// </summary>
        internal static string ERR_OvlBinaryOperatorExpected {
            get {
                return ResourceManager.GetString("ERR_OvlBinaryOperatorExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Overloadable operator expected.
        /// </summary>
        internal static string ERR_OvlOperatorExpected {
            get {
                return ResourceManager.GetString("ERR_OvlOperatorExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Overloadable unary operator expected.
        /// </summary>
        internal static string ERR_OvlUnaryOperatorExpected {
            get {
                return ResourceManager.GetString("ERR_OvlUnaryOperatorExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The parameter has multiple distinct default values..
        /// </summary>
        internal static string ERR_ParamDefaultValueDiffersFromAttribute {
            get {
                return ResourceManager.GetString("ERR_ParamDefaultValueDiffersFromAttribute", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: static types cannot be used as parameters.
        /// </summary>
        internal static string ERR_ParameterIsStaticClass {
            get {
                return ResourceManager.GetString("ERR_ParameterIsStaticClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Parameter not valid for the specified unmanaged type..
        /// </summary>
        internal static string ERR_ParameterNotValidForType {
            get {
                return ResourceManager.GetString("ERR_ParameterNotValidForType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The params parameter cannot be declared as ref or out.
        /// </summary>
        internal static string ERR_ParamsCantBeRefOut {
            get {
                return ResourceManager.GetString("ERR_ParamsCantBeRefOut", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A params parameter must be the last parameter in a formal parameter list.
        /// </summary>
        internal static string ERR_ParamsLast {
            get {
                return ResourceManager.GetString("ERR_ParamsLast", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The params parameter must be a single dimensional array.
        /// </summary>
        internal static string ERR_ParamsMustBeArray {
            get {
                return ResourceManager.GetString("ERR_ParamsMustBeArray", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The out parameter &apos;{0}&apos; must be assigned to before control leaves the current method.
        /// </summary>
        internal static string ERR_ParamUnassigned {
            get {
                return ResourceManager.GetString("ERR_ParamUnassigned", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A partial method cannot have out parameters.
        /// </summary>
        internal static string ERR_PartialMethodCannotHaveOutParameters {
            get {
                return ResourceManager.GetString("ERR_PartialMethodCannotHaveOutParameters", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Both partial method declarations must be extension methods or neither may be an extension method.
        /// </summary>
        internal static string ERR_PartialMethodExtensionDifference {
            get {
                return ResourceManager.GetString("ERR_PartialMethodExtensionDifference", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Partial method declarations of &apos;{0}&apos; have inconsistent type parameter constraints.
        /// </summary>
        internal static string ERR_PartialMethodInconsistentConstraints {
            get {
                return ResourceManager.GetString("ERR_PartialMethodInconsistentConstraints", resourceCulture);
            }
        }
        
7192 7193 7194 7195 7196 7197
        /// <summary>
        ///   Looks up a localized string similar to Both partial method declarations, &apos;{0}&apos; and &apos;{1}&apos;, must use the same tuple element names..
        /// </summary>
        internal static string ERR_PartialMethodInconsistentTupleNames {
            get {
                return ResourceManager.GetString("ERR_PartialMethodInconsistentTupleNames", resourceCulture);
P
Pilchie 已提交
7198 7199 7200 7201 7202 7203 7204 7205 7206 7207 7208 7209 7210 7211 7212 7213 7214 7215 7216 7217 7218 7219 7220 7221 7222 7223 7224 7225 7226 7227 7228 7229 7230 7231 7232 7233 7234 7235 7236 7237 7238 7239 7240 7241 7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 7252 7253 7254 7255 7256 7257 7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 7269 7270 7271 7272 7273 7274 7275 7276 7277 7278 7279 7280 7281 7282 7283 7284 7285 7286 7287 7288 7289 7290 7291 7292 7293 7294 7295 7296 7297 7298 7299 7300 7301 7302 7303 7304 7305 7306 7307 7308 7309 7310 7311 7312 7313 7314 7315 7316 7317 7318 7319 7320 7321 7322 7323 7324 7325 7326 7327 7328 7329 7330 7331 7332 7333 7334 7335 7336 7337 7338 7339 7340 7341 7342 7343 7344 7345 7346 7347 7348 7349 7350 7351 7352 7353 7354 7355 7356 7357 7358 7359 7360 7361 7362 7363 7364 7365 7366 7367 7368 7369 7370 7371 7372 7373 7374 7375 7376 7377 7378 7379 7380
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Partial methods with only a defining declaration or removed conditional methods cannot be used in expression trees.
        /// </summary>
        internal static string ERR_PartialMethodInExpressionTree {
            get {
                return ResourceManager.GetString("ERR_PartialMethodInExpressionTree", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A partial method cannot have access modifiers or the virtual, abstract, override, new, sealed, or extern modifiers.
        /// </summary>
        internal static string ERR_PartialMethodInvalidModifier {
            get {
                return ResourceManager.GetString("ERR_PartialMethodInvalidModifier", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to No defining declaration found for implementing declaration of partial method &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_PartialMethodMustHaveLatent {
            get {
                return ResourceManager.GetString("ERR_PartialMethodMustHaveLatent", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Partial methods must have a void return type.
        /// </summary>
        internal static string ERR_PartialMethodMustReturnVoid {
            get {
                return ResourceManager.GetString("ERR_PartialMethodMustReturnVoid", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A partial method may not explicitly implement an interface method.
        /// </summary>
        internal static string ERR_PartialMethodNotExplicit {
            get {
                return ResourceManager.GetString("ERR_PartialMethodNotExplicit", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A partial method must be declared within a partial class or partial struct.
        /// </summary>
        internal static string ERR_PartialMethodOnlyInPartialClass {
            get {
                return ResourceManager.GetString("ERR_PartialMethodOnlyInPartialClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Only methods, classes, structs, or interfaces may be partial.
        /// </summary>
        internal static string ERR_PartialMethodOnlyMethods {
            get {
                return ResourceManager.GetString("ERR_PartialMethodOnlyMethods", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A partial method may not have multiple implementing declarations.
        /// </summary>
        internal static string ERR_PartialMethodOnlyOneActual {
            get {
                return ResourceManager.GetString("ERR_PartialMethodOnlyOneActual", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A partial method may not have multiple defining declarations.
        /// </summary>
        internal static string ERR_PartialMethodOnlyOneLatent {
            get {
                return ResourceManager.GetString("ERR_PartialMethodOnlyOneLatent", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Both partial method declarations must use a params parameter or neither may use a params parameter.
        /// </summary>
        internal static string ERR_PartialMethodParamsDifference {
            get {
                return ResourceManager.GetString("ERR_PartialMethodParamsDifference", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Both partial method declarations must be static or neither may be static.
        /// </summary>
        internal static string ERR_PartialMethodStaticDifference {
            get {
                return ResourceManager.GetString("ERR_PartialMethodStaticDifference", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot create delegate from method &apos;{0}&apos; because it is a partial method without an implementing declaration.
        /// </summary>
        internal static string ERR_PartialMethodToDelegate {
            get {
                return ResourceManager.GetString("ERR_PartialMethodToDelegate", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Both partial method declarations must be unsafe or neither may be unsafe.
        /// </summary>
        internal static string ERR_PartialMethodUnsafeDifference {
            get {
                return ResourceManager.GetString("ERR_PartialMethodUnsafeDifference", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The &apos;partial&apos; modifier can only appear immediately before &apos;class&apos;, &apos;struct&apos;, &apos;interface&apos;, or &apos;void&apos;.
        /// </summary>
        internal static string ERR_PartialMisplaced {
            get {
                return ResourceManager.GetString("ERR_PartialMisplaced", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Partial declarations of &apos;{0}&apos; have conflicting accessibility modifiers.
        /// </summary>
        internal static string ERR_PartialModifierConflict {
            get {
                return ResourceManager.GetString("ERR_PartialModifierConflict", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Partial declarations of &apos;{0}&apos; must not specify different base classes.
        /// </summary>
        internal static string ERR_PartialMultipleBases {
            get {
                return ResourceManager.GetString("ERR_PartialMultipleBases", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Partial declarations of &apos;{0}&apos; must be all classes, all structs, or all interfaces.
        /// </summary>
        internal static string ERR_PartialTypeKindConflict {
            get {
                return ResourceManager.GetString("ERR_PartialTypeKindConflict", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Partial declarations of &apos;{0}&apos; have inconsistent constraints for type parameter &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_PartialWrongConstraints {
            get {
                return ResourceManager.GetString("ERR_PartialWrongConstraints", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Partial declarations of &apos;{0}&apos; must have the same type parameter names in the same order.
        /// </summary>
        internal static string ERR_PartialWrongTypeParams {
            get {
                return ResourceManager.GetString("ERR_PartialWrongTypeParams", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Partial declarations of &apos;{0}&apos; must have the same type parameter names and variance modifiers in the same order.
        /// </summary>
        internal static string ERR_PartialWrongTypeParamsVariance {
            get {
                return ResourceManager.GetString("ERR_PartialWrongTypeParamsVariance", resourceCulture);
            }
        }
        
7381 7382 7383 7384 7385 7386 7387 7388 7389
        /// <summary>
        ///   Looks up a localized string similar to The switch case has already been handled by a previous case..
        /// </summary>
        internal static string ERR_PatternIsSubsumed {
            get {
                return ResourceManager.GetString("ERR_PatternIsSubsumed", resourceCulture);
            }
        }
        
7390 7391 7392 7393 7394 7395 7396 7397 7398
        /// <summary>
        ///   Looks up a localized string similar to It is not legal to use nullable type &apos;{0}&apos; in a pattern; use the underlying type &apos;{1}&apos; instead..
        /// </summary>
        internal static string ERR_PatternNullableType {
            get {
                return ResourceManager.GetString("ERR_PatternNullableType", resourceCulture);
            }
        }
        
7399 7400 7401 7402 7403 7404 7405 7406 7407 7408 7409 7410 7411 7412 7413 7414 7415 7416
        /// <summary>
        ///   Looks up a localized string similar to The switch expression must be a value; found {0}..
        /// </summary>
        internal static string ERR_PatternValueExpected {
            get {
                return ResourceManager.GetString("ERR_PatternValueExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An expression of type {0} cannot be handled by a pattern of type {1}..
        /// </summary>
        internal static string ERR_PatternWrongType {
            get {
                return ResourceManager.GetString("ERR_PatternWrongType", resourceCulture);
            }
        }
        
P
Pilchie 已提交
7417 7418 7419 7420 7421 7422 7423 7424 7425 7426 7427 7428 7429 7430 7431 7432 7433 7434
        /// <summary>
        ///   Looks up a localized string similar to Error reading file &apos;{0}&apos; specified for the named argument &apos;{1}&apos; for PermissionSet attribute: &apos;{2}&apos;.
        /// </summary>
        internal static string ERR_PermissionSetAttributeFileReadError {
            get {
                return ResourceManager.GetString("ERR_PermissionSetAttributeFileReadError", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unable to resolve file path &apos;{0}&apos; specified for the named argument &apos;{1}&apos; for PermissionSet attribute.
        /// </summary>
        internal static string ERR_PermissionSetAttributeInvalidFile {
            get {
                return ResourceManager.GetString("ERR_PermissionSetAttributeInvalidFile", resourceCulture);
            }
        }
        
7435
        /// <summary>
7436
        ///   Looks up a localized string similar to An error occurred while writing the output file: {0}..
7437 7438 7439 7440 7441 7442 7443
        /// </summary>
        internal static string ERR_PeWritingFailure {
            get {
                return ResourceManager.GetString("ERR_PeWritingFailure", resourceCulture);
            }
        }
        
P
Pilchie 已提交
7444 7445 7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 7456 7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 7467 7468 7469 7470
        /// <summary>
        ///   Looks up a localized string similar to Neither &apos;is&apos; nor &apos;as&apos; is valid on pointer types.
        /// </summary>
        internal static string ERR_PointerInAsOrIs {
            get {
                return ResourceManager.GetString("ERR_PointerInAsOrIs", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot define/undefine preprocessor symbols after first token in file.
        /// </summary>
        internal static string ERR_PPDefFollowsToken {
            get {
                return ResourceManager.GetString("ERR_PPDefFollowsToken", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Preprocessor directive expected.
        /// </summary>
        internal static string ERR_PPDirectiveExpected {
            get {
                return ResourceManager.GetString("ERR_PPDirectiveExpected", resourceCulture);
            }
        }
        
7471 7472 7473 7474 7475 7476 7477 7478 7479
        /// <summary>
        ///   Looks up a localized string similar to Cannot use #load after first token in file.
        /// </summary>
        internal static string ERR_PPLoadFollowsToken {
            get {
                return ResourceManager.GetString("ERR_PPLoadFollowsToken", resourceCulture);
            }
        }
        
P
Pilchie 已提交
7480 7481 7482 7483 7484 7485 7486 7487 7488
        /// <summary>
        ///   Looks up a localized string similar to Cannot use #r after first token in file.
        /// </summary>
        internal static string ERR_PPReferenceFollowsToken {
            get {
                return ResourceManager.GetString("ERR_PPReferenceFollowsToken", resourceCulture);
            }
        }
        
7489 7490 7491 7492 7493 7494 7495 7496 7497
        /// <summary>
        ///   Looks up a localized string similar to Member &apos;{0}&apos; was not found on type &apos;{1}&apos; from assembly &apos;{2}&apos;..
        /// </summary>
        internal static string ERR_PredefinedTypeMemberNotFoundInAssembly {
            get {
                return ResourceManager.GetString("ERR_PredefinedTypeMemberNotFoundInAssembly", resourceCulture);
            }
        }
        
P
Pilchie 已提交
7498 7499 7500 7501 7502 7503 7504 7505 7506 7507 7508 7509 7510 7511 7512 7513 7514 7515 7516 7517 7518 7519 7520 7521 7522 7523 7524 7525 7526 7527 7528 7529 7530 7531 7532 7533 7534 7535 7536 7537 7538 7539 7540 7541 7542 7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553 7554 7555 7556 7557 7558 7559 7560 7561 7562 7563 7564 7565 7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577 7578 7579 7580 7581 7582 7583 7584 7585 7586 7587 7588 7589 7590 7591 7592 7593 7594 7595 7596 7597 7598 7599 7600 7601 7602 7603 7604 7605 7606 7607 7608 7609 7610 7611 7612 7613 7614
        /// <summary>
        ///   Looks up a localized string similar to Predefined type &apos;{0}&apos; is not defined or imported.
        /// </summary>
        internal static string ERR_PredefinedTypeNotFound {
            get {
                return ResourceManager.GetString("ERR_PredefinedTypeNotFound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to SecurityAction value &apos;{0}&apos; is invalid for PrincipalPermission attribute.
        /// </summary>
        internal static string ERR_PrincipalPermissionInvalidAction {
            get {
                return ResourceManager.GetString("ERR_PrincipalPermissionInvalidAction", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: abstract properties cannot have private accessors.
        /// </summary>
        internal static string ERR_PrivateAbstractAccessor {
            get {
                return ResourceManager.GetString("ERR_PrivateAbstractAccessor", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: accessibility modifiers may not be used on accessors in an interface.
        /// </summary>
        internal static string ERR_PropertyAccessModInInterface {
            get {
                return ResourceManager.GetString("ERR_PropertyAccessModInInterface", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: property or indexer cannot have void type.
        /// </summary>
        internal static string ERR_PropertyCantHaveVoidType {
            get {
                return ResourceManager.GetString("ERR_PropertyCantHaveVoidType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The property or indexer &apos;{0}&apos; cannot be used in this context because it lacks the get accessor.
        /// </summary>
        internal static string ERR_PropertyLacksGet {
            get {
                return ResourceManager.GetString("ERR_PropertyLacksGet", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: property or indexer must have at least one accessor.
        /// </summary>
        internal static string ERR_PropertyWithNoAccessors {
            get {
                return ResourceManager.GetString("ERR_PropertyWithNoAccessors", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: static classes cannot contain protected members.
        /// </summary>
        internal static string ERR_ProtectedInStatic {
            get {
                return ResourceManager.GetString("ERR_ProtectedInStatic", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: new protected member declared in struct.
        /// </summary>
        internal static string ERR_ProtectedInStruct {
            get {
                return ResourceManager.GetString("ERR_ProtectedInStruct", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The * or -&gt; operator must be applied to a pointer.
        /// </summary>
        internal static string ERR_PtrExpected {
            get {
                return ResourceManager.GetString("ERR_PtrExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A pointer must be indexed by only one value.
        /// </summary>
        internal static string ERR_PtrIndexSingle {
            get {
                return ResourceManager.GetString("ERR_PtrIndexSingle", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Error signing output with public key from container &apos;{0}&apos; -- {1}.
        /// </summary>
        internal static string ERR_PublicKeyContainerFailure {
            get {
                return ResourceManager.GetString("ERR_PublicKeyContainerFailure", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Error signing output with public key from file &apos;{0}&apos; -- {1}.
        /// </summary>
        internal static string ERR_PublicKeyFileFailure {
            get {
                return ResourceManager.GetString("ERR_PublicKeyFileFailure", resourceCulture);
            }
        }
        
A
Andy Gocke 已提交
7615 7616 7617 7618 7619 7620 7621 7622 7623
        /// <summary>
        ///   Looks up a localized string similar to Public signing was specified and requires a public key, but no public key was specified..
        /// </summary>
        internal static string ERR_PublicSignButNoKey {
            get {
                return ResourceManager.GetString("ERR_PublicSignButNoKey", resourceCulture);
            }
        }
        
P
Pilchie 已提交
7624 7625 7626 7627 7628 7629 7630 7631 7632 7633 7634 7635 7636 7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 7649 7650 7651 7652 7653 7654 7655 7656 7657 7658 7659 7660 7661 7662 7663 7664 7665 7666 7667 7668 7669 7670 7671 7672 7673 7674 7675 7676 7677 7678 7679 7680 7681 7682 7683 7684 7685 7686 7687 7688 7689 7690 7691 7692 7693 7694 7695 7696 7697 7698 7699 7700 7701 7702 7703 7704 7705 7706 7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 7724 7725 7726 7727 7728 7729 7730 7731 7732 7733 7734 7735 7736 7737 7738 7739 7740 7741 7742 7743 7744 7745 7746 7747 7748 7749 7750 7751 7752 7753 7754 7755 7756 7757 7758 7759 7760 7761 7762 7763 7764 7765 7766 7767 7768 7769 7770 7771 7772 7773 7774 7775 7776 7777 7778 7779 7780 7781 7782 7783 7784 7785 7786 7787 7788 7789 7790 7791 7792 7793 7794
        /// <summary>
        ///   Looks up a localized string similar to The range variable &apos;{0}&apos; has already been declared.
        /// </summary>
        internal static string ERR_QueryDuplicateRangeVariable {
            get {
                return ResourceManager.GetString("ERR_QueryDuplicateRangeVariable", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The name &apos;{0}&apos; is not in scope on the right side of &apos;equals&apos;.  Consider swapping the expressions on either side of &apos;equals&apos;..
        /// </summary>
        internal static string ERR_QueryInnerKey {
            get {
                return ResourceManager.GetString("ERR_QueryInnerKey", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Multiple implementations of the query pattern were found for source type &apos;{0}&apos;.  Ambiguous call to &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_QueryMultipleProviders {
            get {
                return ResourceManager.GetString("ERR_QueryMultipleProviders", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Could not find an implementation of the query pattern for source type &apos;{0}&apos;.  &apos;{1}&apos; not found..
        /// </summary>
        internal static string ERR_QueryNoProvider {
            get {
                return ResourceManager.GetString("ERR_QueryNoProvider", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Could not find an implementation of the query pattern for source type &apos;{0}&apos;.  &apos;{1}&apos; not found.  Consider explicitly specifying the type of the range variable &apos;{2}&apos;..
        /// </summary>
        internal static string ERR_QueryNoProviderCastable {
            get {
                return ResourceManager.GetString("ERR_QueryNoProviderCastable", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Could not find an implementation of the query pattern for source type &apos;{0}&apos;.  &apos;{1}&apos; not found.  Are you missing a reference to &apos;System.Core.dll&apos; or a using directive for &apos;System.Linq&apos;?.
        /// </summary>
        internal static string ERR_QueryNoProviderStandard {
            get {
                return ResourceManager.GetString("ERR_QueryNoProviderStandard", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The name &apos;{0}&apos; is not in scope on the left side of &apos;equals&apos;.  Consider swapping the expressions on either side of &apos;equals&apos;..
        /// </summary>
        internal static string ERR_QueryOuterKey {
            get {
                return ResourceManager.GetString("ERR_QueryOuterKey", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot pass the range variable &apos;{0}&apos; as an out or ref parameter.
        /// </summary>
        internal static string ERR_QueryOutRefRangeVariable {
            get {
                return ResourceManager.GetString("ERR_QueryOutRefRangeVariable", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot assign {0} to a range variable.
        /// </summary>
        internal static string ERR_QueryRangeVariableAssignedBadValue {
            get {
                return ResourceManager.GetString("ERR_QueryRangeVariableAssignedBadValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The range variable &apos;{0}&apos; conflicts with a previous declaration of &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_QueryRangeVariableOverrides {
            get {
                return ResourceManager.GetString("ERR_QueryRangeVariableOverrides", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Range variable &apos;{0}&apos; cannot be assigned to -- it is read only.
        /// </summary>
        internal static string ERR_QueryRangeVariableReadOnly {
            get {
                return ResourceManager.GetString("ERR_QueryRangeVariableReadOnly", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The range variable &apos;{0}&apos; cannot have the same name as a method type parameter.
        /// </summary>
        internal static string ERR_QueryRangeVariableSameAsTypeParam {
            get {
                return ResourceManager.GetString("ERR_QueryRangeVariableSameAsTypeParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type of the expression in the {0} clause is incorrect.  Type inference failed in the call to &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_QueryTypeInferenceFailed {
            get {
                return ResourceManager.GetString("ERR_QueryTypeInferenceFailed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type of one of the expressions in the {0} clause is incorrect.  Type inference failed in the call to &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_QueryTypeInferenceFailedMulti {
            get {
                return ResourceManager.GetString("ERR_QueryTypeInferenceFailedMulti", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An expression of type &apos;{0}&apos; is not allowed in a subsequent from clause in a query expression with source type &apos;{1}&apos;.  Type inference failed in the call to &apos;{2}&apos;..
        /// </summary>
        internal static string ERR_QueryTypeInferenceFailedSelectMany {
            get {
                return ResourceManager.GetString("ERR_QueryTypeInferenceFailedSelectMany", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to } expected.
        /// </summary>
        internal static string ERR_RbraceExpected {
            get {
                return ResourceManager.GetString("ERR_RbraceExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Members of readonly field &apos;{0}&apos; of type &apos;{1}&apos; cannot be assigned with an object initializer because it is of a value type.
        /// </summary>
        internal static string ERR_ReadonlyValueTypeInObjectInitializer {
            get {
                return ResourceManager.GetString("ERR_ReadonlyValueTypeInObjectInitializer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Constructor &apos;{0}&apos; cannot call itself.
        /// </summary>
        internal static string ERR_RecursiveConstructorCall {
            get {
                return ResourceManager.GetString("ERR_RecursiveConstructorCall", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type of &apos;{0}&apos; cannot be inferred since its initializer directly or indirectly refers to the definition..
        /// </summary>
        internal static string ERR_RecursivelyTypedVariable {
            get {
                return ResourceManager.GetString("ERR_RecursivelyTypedVariable", resourceCulture);
            }
        }
        
7795 7796 7797 7798 7799 7800 7801 7802 7803
        /// <summary>
        ///   Looks up a localized string similar to The expression must be of type &apos;{0}&apos; because it is being assigned by reference.
        /// </summary>
        internal static string ERR_RefAssignmentMustHaveIdentityConversion {
            get {
                return ResourceManager.GetString("ERR_RefAssignmentMustHaveIdentityConversion", resourceCulture);
            }
        }
        
P
Pilchie 已提交
7804 7805 7806 7807 7808 7809 7810 7811 7812 7813 7814 7815 7816 7817 7818 7819 7820 7821 7822
        /// <summary>
        ///   Looks up a localized string similar to The type &apos;{2}&apos; must be a reference type in order to use it as parameter &apos;{1}&apos; in the generic type or method &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_RefConstraintNotSatisfied {
            get {
                return ResourceManager.GetString("ERR_RefConstraintNotSatisfied", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to #r is only allowed in scripts.
        /// </summary>
        internal static string ERR_ReferenceDirectiveOnlyAllowedInScripts {
            get {
                return ResourceManager.GetString("ERR_ReferenceDirectiveOnlyAllowedInScripts", resourceCulture);
            }
        }
        
        /// <summary>
V
vsadov 已提交
7823
        ///   Looks up a localized string similar to A ref or out value must be an assignable variable.
P
Pilchie 已提交
7824 7825 7826 7827 7828 7829 7830 7831 7832 7833 7834 7835 7836 7837 7838 7839 7840 7841 7842 7843 7844 7845 7846 7847 7848
        /// </summary>
        internal static string ERR_RefLvalueExpected {
            get {
                return ResourceManager.GetString("ERR_RefLvalueExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A ref or out parameter cannot have a default value.
        /// </summary>
        internal static string ERR_RefOutDefaultValue {
            get {
                return ResourceManager.GetString("ERR_RefOutDefaultValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A property or indexer may not be passed as an out or ref parameter.
        /// </summary>
        internal static string ERR_RefProperty {
            get {
                return ResourceManager.GetString("ERR_RefProperty", resourceCulture);
            }
        }
        
7849 7850 7851 7852 7853 7854 7855 7856 7857 7858 7859 7860 7861 7862 7863 7864 7865 7866
        /// <summary>
        ///   Looks up a localized string similar to Properties which return by reference cannot have set accessors.
        /// </summary>
        internal static string ERR_RefPropertyCannotHaveSetAccessor {
            get {
                return ResourceManager.GetString("ERR_RefPropertyCannotHaveSetAccessor", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Properties which return by reference must have a get accessor.
        /// </summary>
        internal static string ERR_RefPropertyMustHaveGetAccessor {
            get {
                return ResourceManager.GetString("ERR_RefPropertyMustHaveGetAccessor", resourceCulture);
            }
        }
        
P
Pilchie 已提交
7867
        /// <summary>
V
vsadov 已提交
7868
        ///   Looks up a localized string similar to A readonly field cannot be used as a ref or out value (except in a constructor).
P
Pilchie 已提交
7869 7870 7871 7872 7873 7874 7875 7876
        /// </summary>
        internal static string ERR_RefReadonly {
            get {
                return ResourceManager.GetString("ERR_RefReadonly", resourceCulture);
            }
        }
        
        /// <summary>
V
vsadov 已提交
7877
        ///   Looks up a localized string similar to Members of readonly field &apos;{0}&apos; cannot be used as a ref or out value (except in a constructor).
P
Pilchie 已提交
7878 7879 7880 7881 7882 7883 7884 7885
        /// </summary>
        internal static string ERR_RefReadonly2 {
            get {
                return ResourceManager.GetString("ERR_RefReadonly2", resourceCulture);
            }
        }
        
        /// <summary>
V
vsadov 已提交
7886
        ///   Looks up a localized string similar to Cannot use &apos;{0}&apos; as a ref or out value because it is read-only.
P
Pilchie 已提交
7887 7888 7889 7890 7891 7892 7893 7894
        /// </summary>
        internal static string ERR_RefReadonlyLocal {
            get {
                return ResourceManager.GetString("ERR_RefReadonlyLocal", resourceCulture);
            }
        }
        
        /// <summary>
V
vsadov 已提交
7895
        ///   Looks up a localized string similar to Cannot use fields of &apos;{0}&apos; as a ref or out value because it is a &apos;{1}&apos;.
P
Pilchie 已提交
7896 7897 7898 7899 7900 7901 7902 7903
        /// </summary>
        internal static string ERR_RefReadonlyLocal2Cause {
            get {
                return ResourceManager.GetString("ERR_RefReadonlyLocal2Cause", resourceCulture);
            }
        }
        
        /// <summary>
V
vsadov 已提交
7904
        ///   Looks up a localized string similar to Cannot use &apos;{0}&apos; as a ref or out value because it is a &apos;{1}&apos;.
P
Pilchie 已提交
7905 7906 7907 7908 7909 7910 7911 7912
        /// </summary>
        internal static string ERR_RefReadonlyLocalCause {
            get {
                return ResourceManager.GetString("ERR_RefReadonlyLocalCause", resourceCulture);
            }
        }
        
        /// <summary>
V
vsadov 已提交
7913
        ///   Looks up a localized string similar to A static readonly field cannot be used as a ref or out value (except in a static constructor).
P
Pilchie 已提交
7914 7915 7916 7917 7918 7919 7920 7921
        /// </summary>
        internal static string ERR_RefReadonlyStatic {
            get {
                return ResourceManager.GetString("ERR_RefReadonlyStatic", resourceCulture);
            }
        }
        
        /// <summary>
V
vsadov 已提交
7922
        ///   Looks up a localized string similar to Fields of static readonly field &apos;{0}&apos; cannot be used as a ref or out value (except in a static constructor).
P
Pilchie 已提交
7923 7924 7925 7926 7927 7928 7929
        /// </summary>
        internal static string ERR_RefReadonlyStatic2 {
            get {
                return ResourceManager.GetString("ERR_RefReadonlyStatic2", resourceCulture);
            }
        }
        
7930
        /// <summary>
7931
        ///   Looks up a localized string similar to Cannot return by reference a result of &apos;{0}&apos; because the argument passed to parameter &apos;{1}&apos; cannot be returned by reference.
7932 7933 7934 7935 7936 7937 7938 7939
        /// </summary>
        internal static string ERR_RefReturnCall {
            get {
                return ResourceManager.GetString("ERR_RefReturnCall", resourceCulture);
            }
        }
        
        /// <summary>
V
vsadov 已提交
7940
        ///   Looks up a localized string similar to Cannot return by reference a member of result of &apos;{0}&apos; because the argument passed to parameter &apos;{1}&apos; cannot be returned by reference.
7941 7942 7943 7944 7945 7946 7947 7948 7949 7950 7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 7965 7966
        /// </summary>
        internal static string ERR_RefReturnCall2 {
            get {
                return ResourceManager.GetString("ERR_RefReturnCall2", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;await&apos; cannot be used in an expression containing a call to &apos;{0}&apos; because it returns by reference.
        /// </summary>
        internal static string ERR_RefReturningCallAndAwait {
            get {
                return ResourceManager.GetString("ERR_RefReturningCallAndAwait", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An expression tree lambda may not contain a call to a method, property, or indexer that returns by reference.
        /// </summary>
        internal static string ERR_RefReturningCallInExpressionTree {
            get {
                return ResourceManager.GetString("ERR_RefReturningCallInExpressionTree", resourceCulture);
            }
        }
        
        /// <summary>
V
vsadov 已提交
7967
        ///   Looks up a localized string similar to Cannot return local &apos;{0}&apos; by reference because it is not a ref local.
7968 7969 7970 7971 7972 7973 7974 7975
        /// </summary>
        internal static string ERR_RefReturnLocal {
            get {
                return ResourceManager.GetString("ERR_RefReturnLocal", resourceCulture);
            }
        }
        
        /// <summary>
V
vsadov 已提交
7976
        ///   Looks up a localized string similar to Cannot return a member of local &apos;{0}&apos; by reference because it is not a ref local.
7977 7978 7979 7980 7981 7982 7983 7984
        /// </summary>
        internal static string ERR_RefReturnLocal2 {
            get {
                return ResourceManager.GetString("ERR_RefReturnLocal2", resourceCulture);
            }
        }
        
        /// <summary>
V
vsadov 已提交
7985
        ///   Looks up a localized string similar to An expression cannot be used in this context because it may not be returned by reference.
7986 7987 7988 7989 7990 7991 7992 7993 7994 7995 7996 7997 7998 7999 8000 8001
        /// </summary>
        internal static string ERR_RefReturnLvalueExpected {
            get {
                return ResourceManager.GetString("ERR_RefReturnLvalueExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The return expression must be of type &apos;{0}&apos; because this method returns by reference.
        /// </summary>
        internal static string ERR_RefReturnMustHaveIdentityConversion {
            get {
                return ResourceManager.GetString("ERR_RefReturnMustHaveIdentityConversion", resourceCulture);
            }
        }
        
8002 8003 8004 8005 8006 8007 8008 8009 8010 8011 8012 8013 8014 8015 8016 8017 8018 8019
        /// <summary>
        ///   Looks up a localized string similar to Cannot return &apos;{0}&apos; by reference because it was initialized to a value that cannot be returned by reference.
        /// </summary>
        internal static string ERR_RefReturnNonreturnableLocal {
            get {
                return ResourceManager.GetString("ERR_RefReturnNonreturnableLocal", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot return by reference a member of &apos;{0}&apos; because it was initialized to a value that cannot be returned by reference.
        /// </summary>
        internal static string ERR_RefReturnNonreturnableLocal2 {
            get {
                return ResourceManager.GetString("ERR_RefReturnNonreturnableLocal2", resourceCulture);
            }
        }
        
8020
        /// <summary>
V
vsadov 已提交
8021
        ///   Looks up a localized string similar to Cannot return a parameter by reference &apos;{0}&apos; because it is not a ref or out parameter.
8022 8023 8024 8025 8026 8027 8028 8029
        /// </summary>
        internal static string ERR_RefReturnParameter {
            get {
                return ResourceManager.GetString("ERR_RefReturnParameter", resourceCulture);
            }
        }
        
        /// <summary>
V
vsadov 已提交
8030
        ///   Looks up a localized string similar to Cannot return or a member of parameter &apos;{0}&apos; by reference because it is not a ref or out parameter.
8031 8032 8033 8034 8035 8036 8037 8038 8039 8040 8041 8042 8043 8044 8045 8046 8047 8048 8049 8050 8051 8052 8053 8054 8055 8056 8057 8058 8059 8060 8061 8062 8063 8064 8065 8066 8067 8068 8069 8070 8071 8072 8073 8074 8075 8076 8077 8078 8079 8080 8081 8082 8083 8084 8085 8086 8087 8088 8089 8090 8091 8092 8093 8094 8095 8096 8097 8098 8099 8100 8101 8102 8103 8104 8105 8106 8107 8108 8109 8110
        /// </summary>
        internal static string ERR_RefReturnParameter2 {
            get {
                return ResourceManager.GetString("ERR_RefReturnParameter2", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot return the range variable &apos;{0}&apos; by reference.
        /// </summary>
        internal static string ERR_RefReturnRangeVariable {
            get {
                return ResourceManager.GetString("ERR_RefReturnRangeVariable", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A readonly field cannot be returned by reference.
        /// </summary>
        internal static string ERR_RefReturnReadonly {
            get {
                return ResourceManager.GetString("ERR_RefReturnReadonly", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Members of readonly field &apos;{0}&apos; cannot be returned by reference.
        /// </summary>
        internal static string ERR_RefReturnReadonly2 {
            get {
                return ResourceManager.GetString("ERR_RefReturnReadonly2", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot return &apos;{0}&apos; by reference because it is read-only.
        /// </summary>
        internal static string ERR_RefReturnReadonlyLocal {
            get {
                return ResourceManager.GetString("ERR_RefReturnReadonlyLocal", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot return fields of &apos;{0}&apos; by reference because it is a &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_RefReturnReadonlyLocal2Cause {
            get {
                return ResourceManager.GetString("ERR_RefReturnReadonlyLocal2Cause", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot return &apos;{0}&apos; by reference because it is a &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_RefReturnReadonlyLocalCause {
            get {
                return ResourceManager.GetString("ERR_RefReturnReadonlyLocalCause", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A static readonly field cannot be returned by reference.
        /// </summary>
        internal static string ERR_RefReturnReadonlyStatic {
            get {
                return ResourceManager.GetString("ERR_RefReturnReadonlyStatic", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Fields of static readonly field &apos;{0}&apos; cannot be returned by reference.
        /// </summary>
        internal static string ERR_RefReturnReadonlyStatic2 {
            get {
                return ResourceManager.GetString("ERR_RefReturnReadonlyStatic2", resourceCulture);
            }
        }
        
        /// <summary>
V
vsadov 已提交
8111
        ///   Looks up a localized string similar to Cannot return &apos;{0}&apos; by reference because its receiver may not be returned by reference.
8112 8113 8114 8115 8116 8117 8118
        /// </summary>
        internal static string ERR_RefReturnReceiver {
            get {
                return ResourceManager.GetString("ERR_RefReturnReceiver", resourceCulture);
            }
        }
        
8119 8120 8121 8122 8123 8124 8125 8126 8127
        /// <summary>
        ///   Looks up a localized string similar to Struct members cannot return &apos;this&apos; or other instance members by reference.
        /// </summary>
        internal static string ERR_RefReturnStructThis {
            get {
                return ResourceManager.GetString("ERR_RefReturnStructThis", resourceCulture);
            }
        }
        
P
Pilchie 已提交
8128 8129 8130 8131 8132 8133 8134 8135 8136 8137 8138 8139 8140 8141 8142 8143 8144 8145 8146 8147 8148 8149 8150 8151 8152 8153 8154 8155 8156 8157 8158 8159 8160 8161 8162 8163 8164 8165 8166 8167 8168 8169 8170 8171 8172 8173 8174 8175 8176 8177 8178 8179 8180 8181 8182 8183 8184 8185 8186 8187 8188 8189 8190 8191 8192 8193 8194 8195 8196 8197 8198 8199 8200 8201 8202 8203 8204 8205 8206 8207 8208 8209 8210 8211 8212 8213 8214 8215 8216 8217 8218 8219 8220 8221 8222 8223 8224 8225 8226 8227 8228 8229 8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 8262 8263 8264 8265 8266 8267 8268 8269 8270 8271 8272 8273 8274 8275 8276 8277 8278 8279 8280 8281 8282 8283 8284 8285 8286 8287 8288 8289 8290 8291 8292 8293 8294 8295 8296 8297 8298 8299 8300 8301 8302 8303 8304 8305 8306 8307 8308 8309 8310 8311 8312 8313 8314 8315 8316 8317 8318 8319 8320 8321 8322 8323 8324 8325 8326 8327 8328 8329 8330 8331 8332 8333 8334 8335 8336 8337 8338 8339 8340 8341 8342 8343 8344 8345 8346 8347 8348 8349 8350 8351 8352 8353 8354 8355 8356 8357 8358 8359 8360 8361 8362 8363 8364 8365 8366 8367 8368 8369 8370 8371 8372 8373 8374 8375 8376 8377 8378 8379
        /// <summary>
        ///   Looks up a localized string similar to The &apos;class&apos; or &apos;struct&apos; constraint must come before any other constraints.
        /// </summary>
        internal static string ERR_RefValBoundMustBeFirst {
            get {
                return ResourceManager.GetString("ERR_RefValBoundMustBeFirst", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot specify both a constraint class and the &apos;class&apos; or &apos;struct&apos; constraint.
        /// </summary>
        internal static string ERR_RefValBoundWithClass {
            get {
                return ResourceManager.GetString("ERR_RefValBoundWithClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The assembly name &apos;{0}&apos; is reserved and cannot be used as a reference in an interactive session.
        /// </summary>
        internal static string ERR_ReservedAssemblyName {
            get {
                return ResourceManager.GetString("ERR_ReservedAssemblyName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The enumerator name &apos;{0}&apos; is reserved and cannot be used.
        /// </summary>
        internal static string ERR_ReservedEnumerator {
            get {
                return ResourceManager.GetString("ERR_ReservedEnumerator", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Each linked resource and module must have a unique filename. Filename &apos;{0}&apos; is specified more than once in this assembly.
        /// </summary>
        internal static string ERR_ResourceFileNameNotUnique {
            get {
                return ResourceManager.GetString("ERR_ResourceFileNameNotUnique", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Resource identifier &apos;{0}&apos; has already been used in this assembly.
        /// </summary>
        internal static string ERR_ResourceNotUnique {
            get {
                return ResourceManager.GetString("ERR_ResourceNotUnique", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Since &apos;{0}&apos; returns void, a return keyword must not be followed by an object expression.
        /// </summary>
        internal static string ERR_RetNoObjectRequired {
            get {
                return ResourceManager.GetString("ERR_RetNoObjectRequired", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Anonymous function converted to a void returning delegate cannot return a value.
        /// </summary>
        internal static string ERR_RetNoObjectRequiredLambda {
            get {
                return ResourceManager.GetString("ERR_RetNoObjectRequiredLambda", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An object of a type convertible to &apos;{0}&apos; is required.
        /// </summary>
        internal static string ERR_RetObjectRequired {
            get {
                return ResourceManager.GetString("ERR_RetObjectRequired", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: not all code paths return a value.
        /// </summary>
        internal static string ERR_ReturnExpected {
            get {
                return ResourceManager.GetString("ERR_ReturnExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot return a value from an iterator. Use the yield return statement to return a value, or yield break to end the iteration..
        /// </summary>
        internal static string ERR_ReturnInIterator {
            get {
                return ResourceManager.GetString("ERR_ReturnInIterator", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot modify the return value of &apos;{0}&apos; because it is not a variable.
        /// </summary>
        internal static string ERR_ReturnNotLValue {
            get {
                return ResourceManager.GetString("ERR_ReturnNotLValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: static types cannot be used as return types.
        /// </summary>
        internal static string ERR_ReturnTypeIsStaticClass {
            get {
                return ResourceManager.GetString("ERR_ReturnTypeIsStaticClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type &apos;{1}&apos; exists in both &apos;{0}&apos; and &apos;{2}&apos;.
        /// </summary>
        internal static string ERR_SameFullNameAggAgg {
            get {
                return ResourceManager.GetString("ERR_SameFullNameAggAgg", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The namespace &apos;{1}&apos; in &apos;{0}&apos; conflicts with the type &apos;{3}&apos; in &apos;{2}&apos;.
        /// </summary>
        internal static string ERR_SameFullNameNsAgg {
            get {
                return ResourceManager.GetString("ERR_SameFullNameNsAgg", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type &apos;{1}&apos; in &apos;{0}&apos; conflicts with the namespace &apos;{3}&apos; in &apos;{2}&apos;.
        /// </summary>
        internal static string ERR_SameFullNameThisAggThisNs {
            get {
                return ResourceManager.GetString("ERR_SameFullNameThisAggThisNs", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; cannot be sealed because it is not an override.
        /// </summary>
        internal static string ERR_SealedNonOverride {
            get {
                return ResourceManager.GetString("ERR_SealedNonOverride", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: a class cannot be both static and sealed.
        /// </summary>
        internal static string ERR_SealedStaticClass {
            get {
                return ResourceManager.GetString("ERR_SealedStaticClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Security attribute &apos;{0}&apos; has an invalid SecurityAction value &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_SecurityAttributeInvalidAction {
            get {
                return ResourceManager.GetString("ERR_SecurityAttributeInvalidAction", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to SecurityAction value &apos;{0}&apos; is invalid for security attributes applied to an assembly.
        /// </summary>
        internal static string ERR_SecurityAttributeInvalidActionAssembly {
            get {
                return ResourceManager.GetString("ERR_SecurityAttributeInvalidActionAssembly", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to SecurityAction value &apos;{0}&apos; is invalid for security attributes applied to a type or a method.
        /// </summary>
        internal static string ERR_SecurityAttributeInvalidActionTypeOrMethod {
            get {
                return ResourceManager.GetString("ERR_SecurityAttributeInvalidActionTypeOrMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Security attribute &apos;{0}&apos; is not valid on this declaration type. Security attributes are only valid on assembly, type and method declarations..
        /// </summary>
        internal static string ERR_SecurityAttributeInvalidTarget {
            get {
                return ResourceManager.GetString("ERR_SecurityAttributeInvalidTarget", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to First argument to a security attribute must be a valid SecurityAction.
        /// </summary>
        internal static string ERR_SecurityAttributeMissingAction {
            get {
                return ResourceManager.GetString("ERR_SecurityAttributeMissingAction", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Security attribute &apos;{0}&apos; cannot be applied to an Async method..
        /// </summary>
        internal static string ERR_SecurityCriticalOrSecuritySafeCriticalOnAsync {
            get {
                return ResourceManager.GetString("ERR_SecurityCriticalOrSecuritySafeCriticalOnAsync", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Async methods are not allowed in an Interface, Class, or Structure which has the &apos;SecurityCritical&apos; or &apos;SecuritySafeCritical&apos; attribute..
        /// </summary>
        internal static string ERR_SecurityCriticalOrSecuritySafeCriticalOnAsyncInClassOrStruct {
            get {
                return ResourceManager.GetString("ERR_SecurityCriticalOrSecuritySafeCriticalOnAsyncInClassOrStruct", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to ; expected.
        /// </summary>
        internal static string ERR_SemicolonExpected {
            get {
                return ResourceManager.GetString("ERR_SemicolonExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to { or ; expected.
        /// </summary>
        internal static string ERR_SemiOrLBraceExpected {
            get {
                return ResourceManager.GetString("ERR_SemiOrLBraceExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Key file &apos;{0}&apos; is missing the private key needed for signing.
        /// </summary>
        internal static string ERR_SignButNoPrivateKey {
            get {
                return ResourceManager.GetString("ERR_SignButNoPrivateKey", resourceCulture);
            }
        }
        
8380 8381 8382 8383 8384 8385 8386 8387 8388
        /// <summary>
        ///   Looks up a localized string similar to A single-line comment may not be used in an interpolated string..
        /// </summary>
        internal static string ERR_SingleLineCommentInExpressionHole {
            get {
                return ResourceManager.GetString("ERR_SingleLineCommentInExpressionHole", resourceCulture);
            }
        }
        
P
Pilchie 已提交
8389 8390 8391 8392 8393 8394 8395 8396 8397 8398 8399 8400 8401 8402 8403 8404 8405 8406 8407 8408 8409 8410 8411 8412 8413 8414 8415
        /// <summary>
        ///   Looks up a localized string similar to The type or namespace name &apos;{0}&apos; could not be found (are you missing a using directive or an assembly reference?).
        /// </summary>
        internal static string ERR_SingleTypeNameNotFound {
            get {
                return ResourceManager.GetString("ERR_SingleTypeNameNotFound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type name &apos;{0}&apos; could not be found. This type has been forwarded to assembly &apos;{1}&apos;. Consider adding a reference to that assembly..
        /// </summary>
        internal static string ERR_SingleTypeNameNotFoundFwd {
            get {
                return ResourceManager.GetString("ERR_SingleTypeNameNotFoundFwd", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not have a predefined size, therefore sizeof can only be used in an unsafe context (consider using System.Runtime.InteropServices.Marshal.SizeOf).
        /// </summary>
        internal static string ERR_SizeofUnsafe {
            get {
                return ResourceManager.GetString("ERR_SizeofUnsafe", resourceCulture);
            }
        }
        
8416 8417 8418 8419 8420 8421 8422 8423 8424
        /// <summary>
        ///   Looks up a localized string similar to Source file references are not supported..
        /// </summary>
        internal static string ERR_SourceFileReferencesNotSupported {
            get {
                return ResourceManager.GetString("ERR_SourceFileReferencesNotSupported", resourceCulture);
            }
        }
        
8425 8426 8427 8428 8429 8430 8431 8432 8433
        /// <summary>
        ///   Looks up a localized string similar to /sourcelink switch is only supported when emitting Portable PDB (/debug:portable or /debug:embedded must be specified)..
        /// </summary>
        internal static string ERR_SourceLinkRequiresPortablePdb {
            get {
                return ResourceManager.GetString("ERR_SourceLinkRequiresPortablePdb", resourceCulture);
            }
        }
        
P
Pilchie 已提交
8434 8435 8436 8437 8438 8439 8440 8441 8442 8443 8444 8445 8446 8447 8448 8449 8450 8451 8452 8453 8454 8455 8456 8457 8458 8459 8460 8461 8462 8463 8464 8465 8466 8467 8468 8469 8470 8471 8472 8473 8474 8475 8476 8477 8478 8479 8480 8481 8482 8483 8484 8485 8486 8487 8488 8489 8490 8491 8492 8493 8494 8495 8496 8497 8498 8499 8500 8501 8502 8503 8504 8505 8506 8507 8508 8509 8510 8511 8512 8513 8514 8515 8516 8517 8518 8519 8520 8521 8522 8523 8524 8525 8526 8527 8528 8529 8530 8531 8532 8533 8534 8535 8536 8537 8538 8539 8540 8541 8542 8543 8544 8545 8546 8547 8548 8549 8550 8551 8552 8553 8554 8555 8556 8557 8558 8559 8560 8561 8562 8563 8564 8565 8566 8567 8568 8569 8570 8571 8572 8573 8574 8575 8576 8577 8578 8579 8580 8581 8582 8583 8584 8585 8586 8587 8588 8589
        /// <summary>
        ///   Looks up a localized string similar to Instance of type &apos;{0}&apos; cannot be used inside an anonymous function, query expression, iterator block or async method.
        /// </summary>
        internal static string ERR_SpecialByRefInLambda {
            get {
                return ResourceManager.GetString("ERR_SpecialByRefInLambda", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Constraint cannot be special class &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_SpecialTypeAsBound {
            get {
                return ResourceManager.GetString("ERR_SpecialTypeAsBound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to stackalloc may not be used in a catch or finally block.
        /// </summary>
        internal static string ERR_StackallocInCatchFinally {
            get {
                return ResourceManager.GetString("ERR_StackallocInCatchFinally", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A lambda expression with a statement body cannot be converted to an expression tree.
        /// </summary>
        internal static string ERR_StatementLambdaToExpressionTree {
            get {
                return ResourceManager.GetString("ERR_StatementLambdaToExpressionTree", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{1}&apos;: cannot derive from static class &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_StaticBaseClass {
            get {
                return ResourceManager.GetString("ERR_StaticBaseClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: static classes cannot implement interfaces.
        /// </summary>
        internal static string ERR_StaticClassInterfaceImpl {
            get {
                return ResourceManager.GetString("ERR_StaticClassInterfaceImpl", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The constant &apos;{0}&apos; cannot be marked static.
        /// </summary>
        internal static string ERR_StaticConstant {
            get {
                return ResourceManager.GetString("ERR_StaticConstant", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: a static constructor must be parameterless.
        /// </summary>
        internal static string ERR_StaticConstParam {
            get {
                return ResourceManager.GetString("ERR_StaticConstParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: access modifiers are not allowed on static constructors.
        /// </summary>
        internal static string ERR_StaticConstructorWithAccessModifiers {
            get {
                return ResourceManager.GetString("ERR_StaticConstructorWithAccessModifiers", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: static constructor cannot have an explicit &apos;this&apos; or &apos;base&apos; constructor call.
        /// </summary>
        internal static string ERR_StaticConstructorWithExplicitConstructorCall {
            get {
                return ResourceManager.GetString("ERR_StaticConstructorWithExplicitConstructorCall", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Static class &apos;{0}&apos; cannot derive from type &apos;{1}&apos;. Static classes must derive from object..
        /// </summary>
        internal static string ERR_StaticDerivedFromNonObject {
            get {
                return ResourceManager.GetString("ERR_StaticDerivedFromNonObject", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The second operand of an &apos;is&apos; or &apos;as&apos; operator may not be static type &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_StaticInAsOrIs {
            get {
                return ResourceManager.GetString("ERR_StaticInAsOrIs", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Static field or property &apos;{0}&apos; cannot be assigned in an object initializer.
        /// </summary>
        internal static string ERR_StaticMemberInObjectInitializer {
            get {
                return ResourceManager.GetString("ERR_StaticMemberInObjectInitializer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A static member &apos;{0}&apos; cannot be marked as override, virtual, or abstract.
        /// </summary>
        internal static string ERR_StaticNotVirtual {
            get {
                return ResourceManager.GetString("ERR_StaticNotVirtual", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Struct member &apos;{0}&apos; of type &apos;{1}&apos; causes a cycle in the struct layout.
        /// </summary>
        internal static string ERR_StructLayoutCycle {
            get {
                return ResourceManager.GetString("ERR_StructLayoutCycle", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The FieldOffset attribute is not allowed on static or const fields.
        /// </summary>
        internal static string ERR_StructOffsetOnBadField {
            get {
                return ResourceManager.GetString("ERR_StructOffsetOnBadField", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The FieldOffset attribute can only be placed on members of types marked with the StructLayout(LayoutKind.Explicit).
        /// </summary>
        internal static string ERR_StructOffsetOnBadStruct {
            get {
                return ResourceManager.GetString("ERR_StructOffsetOnBadStruct", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Structs cannot contain explicit parameterless constructors.
        /// </summary>
P
Pharring 已提交
8590
        internal static string ERR_StructsCantContainDefaultConstructor {
P
Pilchie 已提交
8591
            get {
P
Pharring 已提交
8592
                return ResourceManager.GetString("ERR_StructsCantContainDefaultConstructor", resourceCulture);
P
Pilchie 已提交
8593 8594 8595 8596 8597 8598 8599 8600 8601 8602 8603 8604
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: structs cannot call base class constructors.
        /// </summary>
        internal static string ERR_StructWithBaseConstructorCall {
            get {
                return ResourceManager.GetString("ERR_StructWithBaseConstructorCall", resourceCulture);
            }
        }
        
8605 8606 8607 8608 8609 8610 8611 8612 8613
        /// <summary>
        ///   Looks up a localized string similar to Sub-expression cannot be used in an argument to nameof..
        /// </summary>
        internal static string ERR_SubexpressionNotInNameof {
            get {
                return ResourceManager.GetString("ERR_SubexpressionNotInNameof", resourceCulture);
            }
        }
        
8614 8615 8616 8617 8618 8619 8620 8621 8622
        /// <summary>
        ///   Looks up a localized string similar to Control cannot fall out of switch from final case label (&apos;{0}&apos;).
        /// </summary>
        internal static string ERR_SwitchFallOut {
            get {
                return ResourceManager.GetString("ERR_SwitchFallOut", resourceCulture);
            }
        }
        
P
Pilchie 已提交
8623 8624 8625 8626 8627 8628 8629 8630 8631 8632 8633 8634 8635 8636 8637 8638 8639 8640 8641 8642 8643 8644 8645 8646 8647 8648 8649 8650 8651 8652 8653 8654 8655 8656 8657 8658 8659 8660 8661 8662 8663 8664 8665 8666 8667 8668 8669 8670 8671 8672 8673 8674 8675 8676 8677 8678 8679 8680 8681 8682 8683 8684 8685 8686 8687 8688 8689 8690 8691 8692 8693 8694 8695 8696 8697 8698 8699 8700 8701 8702 8703 8704 8705 8706 8707 8708 8709 8710 8711 8712 8713 8714 8715 8716 8717 8718 8719 8720 8721 8722 8723 8724 8725 8726 8727 8728 8729 8730 8731 8732 8733 8734 8735 8736 8737 8738 8739 8740 8741 8742 8743 8744 8745 8746 8747 8748 8749 8750 8751 8752 8753 8754 8755 8756 8757
        /// <summary>
        ///   Looks up a localized string similar to Control cannot fall through from one case label (&apos;{0}&apos;) to another.
        /// </summary>
        internal static string ERR_SwitchFallThrough {
            get {
                return ResourceManager.GetString("ERR_SwitchFallThrough", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Command-line syntax error: Missing &apos;:&lt;number&gt;&apos; for &apos;{0}&apos; option.
        /// </summary>
        internal static string ERR_SwitchNeedsNumber {
            get {
                return ResourceManager.GetString("ERR_SwitchNeedsNumber", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Command-line syntax error: Missing &apos;{0}&apos; for &apos;{1}&apos; option.
        /// </summary>
        internal static string ERR_SwitchNeedsString {
            get {
                return ResourceManager.GetString("ERR_SwitchNeedsString", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;MethodImplOptions.Synchronized&apos; cannot be applied to an async method.
        /// </summary>
        internal static string ERR_SynchronizedAsyncMethod {
            get {
                return ResourceManager.GetString("ERR_SynchronizedAsyncMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Syntax error, &apos;{0}&apos; expected.
        /// </summary>
        internal static string ERR_SyntaxError {
            get {
                return ResourceManager.GetString("ERR_SyntaxError", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to System.Void cannot be used from C# -- use typeof(void) to get the void type object.
        /// </summary>
        internal static string ERR_SystemVoid {
            get {
                return ResourceManager.GetString("ERR_SystemVoid", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Since &apos;{0}&apos; is an async method that returns &apos;Task&apos;, a return keyword must not be followed by an object expression. Did you intend to return &apos;Task&lt;T&gt;&apos;?.
        /// </summary>
        internal static string ERR_TaskRetNoObjectRequired {
            get {
                return ResourceManager.GetString("ERR_TaskRetNoObjectRequired", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Async lambda expression converted to a &apos;Task&apos; returning delegate cannot return a value. Did you intend to return &apos;Task&lt;T&gt;&apos;?.
        /// </summary>
        internal static string ERR_TaskRetNoObjectRequiredLambda {
            get {
                return ResourceManager.GetString("ERR_TaskRetNoObjectRequiredLambda", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Keyword &apos;this&apos; is not available in the current context.
        /// </summary>
        internal static string ERR_ThisInBadContext {
            get {
                return ResourceManager.GetString("ERR_ThisInBadContext", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Keyword &apos;this&apos; is not valid in a static property, static method, or static field initializer.
        /// </summary>
        internal static string ERR_ThisInStaticMeth {
            get {
                return ResourceManager.GetString("ERR_ThisInStaticMeth", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Keyword &apos;this&apos; or &apos;base&apos; expected.
        /// </summary>
        internal static string ERR_ThisOrBaseExpected {
            get {
                return ResourceManager.GetString("ERR_ThisOrBaseExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Anonymous methods, lambda expressions, and query expressions inside structs cannot access instance members of &apos;this&apos;. Consider copying &apos;this&apos; to a local variable outside the anonymous method, lambda expression or query expression and using the local instead..
        /// </summary>
        internal static string ERR_ThisStructNotInAnonMeth {
            get {
                return ResourceManager.GetString("ERR_ThisStructNotInAnonMeth", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Catch clauses cannot follow the general catch clause of a try statement.
        /// </summary>
        internal static string ERR_TooManyCatches {
            get {
                return ResourceManager.GetString("ERR_TooManyCatches", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Too many characters in character literal.
        /// </summary>
        internal static string ERR_TooManyCharsInConst {
            get {
                return ResourceManager.GetString("ERR_TooManyCharsInConst", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Only 65534 locals, including those generated by the compiler, are allowed.
        /// </summary>
        internal static string ERR_TooManyLocals {
            get {
                return ResourceManager.GetString("ERR_TooManyLocals", resourceCulture);
            }
        }
        
8758 8759 8760 8761 8762 8763
        /// <summary>
        ///   Looks up a localized string similar to Combined length of user strings used by the program exceeds allowed limit. Try to decrease use of string literals..
        /// </summary>
        internal static string ERR_TooManyUserStrings {
            get {
                return ResourceManager.GetString("ERR_TooManyUserStrings", resourceCulture);
P
Pilchie 已提交
8764 8765 8766
            }
        }
        
8767 8768 8769 8770 8771 8772 8773 8774 8775
        /// <summary>
        ///   Looks up a localized string similar to A format specifier may not contain trailing whitespace..
        /// </summary>
        internal static string ERR_TrailingWhitespaceInFormatSpecifier {
            get {
                return ResourceManager.GetString("ERR_TrailingWhitespaceInFormatSpecifier", resourceCulture);
            }
        }
        
8776 8777 8778 8779 8780 8781 8782 8783 8784
        /// <summary>
        ///   Looks up a localized string similar to Tuple member names must be unique..
        /// </summary>
        internal static string ERR_TupleDuplicateMemberName {
            get {
                return ResourceManager.GetString("ERR_TupleDuplicateMemberName", resourceCulture);
            }
        }
        
8785 8786 8787 8788 8789 8790 8791 8792 8793
        /// <summary>
        ///   Looks up a localized string similar to Cannot define a class or member that utilizes tuples because the compiler required type &apos;{0}&apos; cannot be found. Are you missing a reference?.
        /// </summary>
        internal static string ERR_TupleElementNamesAttributeMissing {
            get {
                return ResourceManager.GetString("ERR_TupleElementNamesAttributeMissing", resourceCulture);
            }
        }
        
8794 8795 8796 8797 8798 8799 8800 8801 8802 8803
        /// <summary>
        ///   Looks up a localized string similar to Tuple member names must all be provided, if any one is provided..
        /// </summary>
        internal static string ERR_TupleExplicitNamesOnAllMembersOrNone {
            get {
                return ResourceManager.GetString("ERR_TupleExplicitNamesOnAllMembersOrNone", resourceCulture);
            }
        }
        
        /// <summary>
8804
        ///   Looks up a localized string similar to Tuple member name &apos;{0}&apos; is only allowed at position {1}..
8805 8806 8807 8808 8809 8810 8811
        /// </summary>
        internal static string ERR_TupleReservedMemberName {
            get {
                return ResourceManager.GetString("ERR_TupleReservedMemberName", resourceCulture);
            }
        }
        
8812 8813 8814 8815 8816 8817 8818 8819 8820
        /// <summary>
        ///   Looks up a localized string similar to Tuple membername &apos;{0}&apos; is disallowed at any position..
        /// </summary>
        internal static string ERR_TupleReservedMemberNameAnyPosition {
            get {
                return ResourceManager.GetString("ERR_TupleReservedMemberNameAnyPosition", resourceCulture);
            }
        }
        
8821 8822 8823 8824 8825 8826 8827 8828 8829
        /// <summary>
        ///   Looks up a localized string similar to Tuple must contain at least two elements..
        /// </summary>
        internal static string ERR_TupleTooFewElements {
            get {
                return ResourceManager.GetString("ERR_TupleTooFewElements", resourceCulture);
            }
        }
        
P
Pilchie 已提交
8830 8831 8832 8833 8834 8835 8836 8837 8838 8839 8840 8841 8842 8843 8844 8845 8846 8847
        /// <summary>
        ///   Looks up a localized string similar to The {1} &apos;{0}&apos; cannot be used with type arguments.
        /// </summary>
        internal static string ERR_TypeArgsNotAllowed {
            get {
                return ResourceManager.GetString("ERR_TypeArgsNotAllowed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type expected.
        /// </summary>
        internal static string ERR_TypeExpected {
            get {
                return ResourceManager.GetString("ERR_TypeExpected", resourceCulture);
            }
        }
        
8848 8849 8850 8851 8852 8853 8854 8855 8856
        /// <summary>
        ///   Looks up a localized string similar to Cannot infer the type of implicitly-typed out variable..
        /// </summary>
        internal static string ERR_TypeInferenceFailedForImplicitlyTypedOutVariable {
            get {
                return ResourceManager.GetString("ERR_TypeInferenceFailedForImplicitlyTypedOutVariable", resourceCulture);
            }
        }
        
P
Pilchie 已提交
8857 8858 8859 8860 8861 8862 8863 8864 8865 8866 8867 8868 8869 8870 8871 8872 8873 8874 8875 8876 8877 8878 8879 8880 8881 8882 8883 8884 8885 8886 8887 8888 8889 8890 8891 8892 8893 8894 8895 8896 8897 8898 8899 8900 8901 8902 8903 8904 8905 8906 8907 8908 8909 8910 8911 8912 8913 8914 8915 8916 8917 8918 8919 8920
        /// <summary>
        ///   Looks up a localized string similar to Type parameter declaration must be an identifier not a type.
        /// </summary>
        internal static string ERR_TypeParamMustBeIdentifier {
            get {
                return ResourceManager.GetString("ERR_TypeParamMustBeIdentifier", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot convert null to type parameter &apos;{0}&apos; because it could be a non-nullable value type. Consider using &apos;default({0})&apos; instead..
        /// </summary>
        internal static string ERR_TypeVarCantBeNull {
            get {
                return ResourceManager.GetString("ERR_TypeVarCantBeNull", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type parameter &apos;{0}&apos; has the same name as the containing type, or method.
        /// </summary>
        internal static string ERR_TypeVariableSameAsParent {
            get {
                return ResourceManager.GetString("ERR_TypeVariableSameAsParent", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The contextual keyword &apos;var&apos; may only appear within a local variable declaration or in script code.
        /// </summary>
        internal static string ERR_TypeVarNotFound {
            get {
                return ResourceManager.GetString("ERR_TypeVarNotFound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The contextual keyword &apos;var&apos; cannot be used in a range variable declaration.
        /// </summary>
        internal static string ERR_TypeVarNotFoundRangeVariable {
            get {
                return ResourceManager.GetString("ERR_TypeVarNotFoundRangeVariable", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{1}&apos; does not define type parameter &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_TyVarNotFoundInConstraint {
            get {
                return ResourceManager.GetString("ERR_TyVarNotFoundInConstraint", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Field &apos;{0}&apos; must be fully assigned before control is returned to the caller.
        /// </summary>
        internal static string ERR_UnassignedThis {
            get {
                return ResourceManager.GetString("ERR_UnassignedThis", resourceCulture);
            }
        }
        
        /// <summary>
8921
        ///   Looks up a localized string similar to Auto-implemented property &apos;{0}&apos; must be fully assigned before control is returned to the caller..
P
Pilchie 已提交
8922 8923 8924 8925 8926 8927 8928 8929 8930 8931 8932 8933 8934 8935 8936 8937
        /// </summary>
        internal static string ERR_UnassignedThisAutoProperty {
            get {
                return ResourceManager.GetString("ERR_UnassignedThisAutoProperty", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot modify the result of an unboxing conversion.
        /// </summary>
        internal static string ERR_UnboxNotLValue {
            get {
                return ResourceManager.GetString("ERR_UnboxNotLValue", resourceCulture);
            }
        }
        
8938
        /// <summary>
8939
        ///   Looks up a localized string similar to Missing close delimiter &apos;}&apos; for interpolated expression started with &apos;{&apos;..
8940 8941 8942 8943 8944 8945 8946
        /// </summary>
        internal static string ERR_UnclosedExpressionHole {
            get {
                return ResourceManager.GetString("ERR_UnclosedExpressionHole", resourceCulture);
            }
        }
        
8947 8948 8949 8950 8951 8952 8953 8954 8955
        /// <summary>
        ///   Looks up a localized string similar to A &apos;{0}&apos; character must be escaped (by doubling) in an interpolated string..
        /// </summary>
        internal static string ERR_UnescapedCurly {
            get {
                return ResourceManager.GetString("ERR_UnescapedCurly", resourceCulture);
            }
        }
        
P
Pilchie 已提交
8956 8957 8958 8959 8960 8961 8962 8963 8964
        /// <summary>
        ///   Looks up a localized string similar to Unexpected use of an aliased name.
        /// </summary>
        internal static string ERR_UnexpectedAliasedName {
            get {
                return ResourceManager.GetString("ERR_UnexpectedAliasedName", resourceCulture);
            }
        }
        
8965 8966 8967 8968 8969 8970 8971 8972 8973
        /// <summary>
        ///   Looks up a localized string similar to Type arguments are not allowed in the nameof operator..
        /// </summary>
        internal static string ERR_UnexpectedBoundGenericName {
            get {
                return ResourceManager.GetString("ERR_UnexpectedBoundGenericName", resourceCulture);
            }
        }
        
P
Pilchie 已提交
8974 8975 8976 8977 8978 8979 8980 8981 8982 8983 8984 8985 8986 8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009
        /// <summary>
        ///   Looks up a localized string similar to Unexpected character &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_UnexpectedCharacter {
            get {
                return ResourceManager.GetString("ERR_UnexpectedCharacter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unexpected preprocessor directive.
        /// </summary>
        internal static string ERR_UnexpectedDirective {
            get {
                return ResourceManager.GetString("ERR_UnexpectedDirective", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unexpected use of a generic name.
        /// </summary>
        internal static string ERR_UnexpectedGenericName {
            get {
                return ResourceManager.GetString("ERR_UnexpectedGenericName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Semicolon after method or accessor block is not valid.
        /// </summary>
        internal static string ERR_UnexpectedSemicolon {
            get {
                return ResourceManager.GetString("ERR_UnexpectedSemicolon", resourceCulture);
            }
        }
        
9010 9011 9012 9013 9014 9015 9016 9017 9018
        /// <summary>
        ///   Looks up a localized string similar to Unexpected token &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_UnexpectedToken {
            get {
                return ResourceManager.GetString("ERR_UnexpectedToken", resourceCulture);
            }
        }
        
P
Pilchie 已提交
9019 9020 9021 9022 9023 9024 9025 9026 9027 9028 9029 9030 9031 9032 9033 9034 9035 9036 9037 9038 9039 9040 9041 9042 9043 9044 9045 9046 9047 9048 9049 9050 9051 9052 9053 9054 9055 9056 9057 9058 9059 9060 9061 9062 9063 9064 9065 9066 9067 9068 9069 9070 9071 9072 9073 9074 9075 9076 9077 9078 9079 9080 9081 9082 9083 9084 9085 9086 9087 9088 9089 9090 9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 9102 9103 9104 9105 9106 9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 9117 9118 9119 9120 9121 9122 9123 9124 9125 9126 9127 9128 9129 9130 9131 9132 9133 9134 9135 9136 9137 9138 9139 9140 9141 9142 9143 9144 9145 9146 9147 9148 9149 9150 9151 9152 9153 9154 9155 9156 9157 9158 9159 9160 9161 9162
        /// <summary>
        ///   Looks up a localized string similar to Unexpected use of an unbound generic name.
        /// </summary>
        internal static string ERR_UnexpectedUnboundGenericName {
            get {
                return ResourceManager.GetString("ERR_UnexpectedUnboundGenericName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid variance: The type parameter &apos;{1}&apos; must be {3} valid on &apos;{0}&apos;. &apos;{1}&apos; is {2}..
        /// </summary>
        internal static string ERR_UnexpectedVariance {
            get {
                return ResourceManager.GetString("ERR_UnexpectedVariance", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; cannot implement both &apos;{1}&apos; and &apos;{2}&apos; because they may unify for some type parameter substitutions.
        /// </summary>
        internal static string ERR_UnifyingInterfaceInstantiations {
            get {
                return ResourceManager.GetString("ERR_UnifyingInterfaceInstantiations", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not implement inherited abstract member &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_UnimplementedAbstractMethod {
            get {
                return ResourceManager.GetString("ERR_UnimplementedAbstractMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not implement interface member &apos;{1}&apos;. &apos;{2}&apos; is not public..
        /// </summary>
        internal static string ERR_UnimplementedInterfaceAccessor {
            get {
                return ResourceManager.GetString("ERR_UnimplementedInterfaceAccessor", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not implement interface member &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_UnimplementedInterfaceMember {
            get {
                return ResourceManager.GetString("ERR_UnimplementedInterfaceMember", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A previous catch clause already catches all exceptions of this or of a super type (&apos;{0}&apos;).
        /// </summary>
        internal static string ERR_UnreachableCatch {
            get {
                return ResourceManager.GetString("ERR_UnreachableCatch", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Async methods cannot have unsafe parameters or return types.
        /// </summary>
        internal static string ERR_UnsafeAsyncArgType {
            get {
                return ResourceManager.GetString("ERR_UnsafeAsyncArgType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Iterators cannot have unsafe parameters or yield types.
        /// </summary>
        internal static string ERR_UnsafeIteratorArgType {
            get {
                return ResourceManager.GetString("ERR_UnsafeIteratorArgType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Pointers and fixed size buffers may only be used in an unsafe context.
        /// </summary>
        internal static string ERR_UnsafeNeeded {
            get {
                return ResourceManager.GetString("ERR_UnsafeNeeded", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unsafe type &apos;{0}&apos; cannot be used in object creation.
        /// </summary>
        internal static string ERR_UnsafeTypeInObjectCreation {
            get {
                return ResourceManager.GetString("ERR_UnsafeTypeInObjectCreation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Transparent identifier member access failed for field &apos;{0}&apos; of &apos;{1}&apos;.  Does the data being queried implement the query pattern?.
        /// </summary>
        internal static string ERR_UnsupportedTransparentIdentifierAccess {
            get {
                return ResourceManager.GetString("ERR_UnsupportedTransparentIdentifierAccess", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unterminated string literal.
        /// </summary>
        internal static string ERR_UnterminatedStringLit {
            get {
                return ResourceManager.GetString("ERR_UnterminatedStringLit", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Use of unassigned local variable &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_UseDefViolation {
            get {
                return ResourceManager.GetString("ERR_UseDefViolation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Use of possibly unassigned field &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_UseDefViolationField {
            get {
                return ResourceManager.GetString("ERR_UseDefViolationField", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Use of unassigned out parameter &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_UseDefViolationOut {
            get {
                return ResourceManager.GetString("ERR_UseDefViolationOut", resourceCulture);
            }
        }
        
9163 9164 9165 9166 9167 9168 9169 9170 9171
        /// <summary>
        ///   Looks up a localized string similar to Use of possibly unassigned auto-implemented property &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_UseDefViolationProperty {
            get {
                return ResourceManager.GetString("ERR_UseDefViolationProperty", resourceCulture);
            }
        }
        
P
Pilchie 已提交
9172 9173 9174 9175 9176 9177 9178 9179 9180 9181 9182 9183 9184 9185 9186 9187 9188 9189
        /// <summary>
        ///   Looks up a localized string similar to The &apos;this&apos; object cannot be used before all of its fields are assigned to.
        /// </summary>
        internal static string ERR_UseDefViolationThis {
            get {
                return ResourceManager.GetString("ERR_UseDefViolationThis", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A using clause must precede all other elements defined in the namespace except extern alias declarations.
        /// </summary>
        internal static string ERR_UsingAfterElements {
            get {
                return ResourceManager.GetString("ERR_UsingAfterElements", resourceCulture);
            }
        }
        
9190
        /// <summary>
9191
        ///   Looks up a localized string similar to A switch expression or case label must be a bool, char, string, integral, enum, or corresponding nullable type in C# 6 and earlier..
9192 9193 9194 9195 9196 9197 9198
        /// </summary>
        internal static string ERR_V6SwitchGoverningTypeValueExpected {
            get {
                return ResourceManager.GetString("ERR_V6SwitchGoverningTypeValueExpected", resourceCulture);
            }
        }
        
P
Pilchie 已提交
9199 9200 9201 9202 9203 9204 9205 9206 9207 9208 9209 9210 9211 9212 9213 9214 9215 9216 9217 9218 9219 9220 9221 9222 9223 9224 9225 9226 9227 9228 9229 9230 9231 9232 9233 9234 9235 9236 9237 9238 9239 9240 9241 9242 9243 9244 9245 9246 9247 9248 9249 9250 9251 9252 9253 9254 9255 9256 9257 9258 9259 9260 9261 9262 9263 9264 9265 9266 9267 9268 9269 9270 9271 9272 9273 9274 9275 9276 9277 9278 9279 9280 9281 9282 9283 9284 9285 9286 9287 9288 9289 9290 9291 9292 9293 9294 9295 9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 9342 9343 9344 9345 9346 9347 9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360
        /// <summary>
        ///   Looks up a localized string similar to The type &apos;{2}&apos; must be a non-nullable value type in order to use it as parameter &apos;{1}&apos; in the generic type or method &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_ValConstraintNotSatisfied {
            get {
                return ResourceManager.GetString("ERR_ValConstraintNotSatisfied", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot convert null to &apos;{0}&apos; because it is a non-nullable value type.
        /// </summary>
        internal static string ERR_ValueCantBeNull {
            get {
                return ResourceManager.GetString("ERR_ValueCantBeNull", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Syntax error; value expected.
        /// </summary>
        internal static string ERR_ValueExpected {
            get {
                return ResourceManager.GetString("ERR_ValueExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Extension method &apos;{0}&apos; defined on value type &apos;{1}&apos; cannot be used to create delegates.
        /// </summary>
        internal static string ERR_ValueTypeExtDelegate {
            get {
                return ResourceManager.GetString("ERR_ValueTypeExtDelegate", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Members of property &apos;{0}&apos; of type &apos;{1}&apos; cannot be assigned with an object initializer because it is of a value type.
        /// </summary>
        internal static string ERR_ValueTypePropertyInObjectInitializer {
            get {
                return ResourceManager.GetString("ERR_ValueTypePropertyInObjectInitializer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to __arglist is not allowed in the parameter list of async methods.
        /// </summary>
        internal static string ERR_VarargsAsync {
            get {
                return ResourceManager.GetString("ERR_VarargsAsync", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An expression tree lambda may not contain a method with variable arguments.
        /// </summary>
        internal static string ERR_VarArgsInExpressionTree {
            get {
                return ResourceManager.GetString("ERR_VarArgsInExpressionTree", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to __arglist is not allowed in the parameter list of iterators.
        /// </summary>
        internal static string ERR_VarargsIterator {
            get {
                return ResourceManager.GetString("ERR_VarargsIterator", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An __arglist parameter must be the last parameter in a formal parameter list.
        /// </summary>
        internal static string ERR_VarargsLast {
            get {
                return ResourceManager.GetString("ERR_VarargsLast", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot declare a variable of static type &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_VarDeclIsStaticClass {
            get {
                return ResourceManager.GetString("ERR_VarDeclIsStaticClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot use local variable &apos;{0}&apos; before it is declared.
        /// </summary>
        internal static string ERR_VariableUsedBeforeDeclaration {
            get {
                return ResourceManager.GetString("ERR_VariableUsedBeforeDeclaration", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot use local variable &apos;{0}&apos; before it is declared. The declaration of the local variable hides the field &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_VariableUsedBeforeDeclarationAndHidesField {
            get {
                return ResourceManager.GetString("ERR_VariableUsedBeforeDeclarationAndHidesField", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: virtual or abstract members cannot be private.
        /// </summary>
        internal static string ERR_VirtualPrivate {
            get {
                return ResourceManager.GetString("ERR_VirtualPrivate", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The operation in question is undefined on void pointers.
        /// </summary>
        internal static string ERR_VoidError {
            get {
                return ResourceManager.GetString("ERR_VoidError", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: a field cannot be both volatile and readonly.
        /// </summary>
        internal static string ERR_VolatileAndReadonly {
            get {
                return ResourceManager.GetString("ERR_VolatileAndReadonly", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: a volatile field cannot be of the type &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_VolatileStruct {
            get {
                return ResourceManager.GetString("ERR_VolatileStruct", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A Windows Runtime event may not be passed as an out or ref parameter..
        /// </summary>
        internal static string ERR_WinRtEventPassedByRef {
            get {
                return ResourceManager.GetString("ERR_WinRtEventPassedByRef", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The yield statement cannot be used inside an anonymous method or lambda expression.
        /// </summary>
        internal static string ERR_YieldInAnonMeth {
            get {
                return ResourceManager.GetString("ERR_YieldInAnonMeth", resourceCulture);
            }
        }
        
9361 9362 9363 9364 9365 9366 9367 9368 9369
        /// <summary>
        ///   Looks up a localized string similar to Cannot use &apos;yield&apos; in top-level script code.
        /// </summary>
        internal static string ERR_YieldNotAllowedInScript {
            get {
                return ResourceManager.GetString("ERR_YieldNotAllowedInScript", resourceCulture);
            }
        }
        
9370 9371 9372 9373 9374 9375 9376 9377 9378
        /// <summary>
        ///   Looks up a localized string similar to Algorithm &apos;{0}&apos; is not supported.
        /// </summary>
        internal static string FTL_BadChecksumAlgorithm {
            get {
                return ResourceManager.GetString("FTL_BadChecksumAlgorithm", resourceCulture);
            }
        }
        
P
Pilchie 已提交
9379 9380 9381 9382 9383 9384 9385 9386 9387 9388 9389 9390 9391 9392 9393 9394 9395 9396 9397 9398 9399 9400 9401 9402 9403 9404 9405 9406 9407 9408 9409 9410 9411 9412 9413 9414 9415 9416 9417 9418 9419 9420 9421 9422 9423 9424 9425 9426 9427 9428 9429 9430 9431 9432 9433 9434 9435 9436 9437 9438 9439 9440 9441
        /// <summary>
        ///   Looks up a localized string similar to Code page &apos;{0}&apos; is invalid or not installed.
        /// </summary>
        internal static string FTL_BadCodepage {
            get {
                return ResourceManager.GetString("FTL_BadCodepage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unexpected error writing debug information -- &apos;{0}&apos;.
        /// </summary>
        internal static string FTL_DebugEmitFailure {
            get {
                return ResourceManager.GetString("FTL_DebugEmitFailure", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to File name &apos;{0}&apos; is empty, contains invalid characters, has a drive specification without an absolute path, or is too long.
        /// </summary>
        internal static string FTL_InputFileNameTooLong {
            get {
                return ResourceManager.GetString("FTL_InputFileNameTooLong", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid target type for /target: must specify &apos;exe&apos;, &apos;winexe&apos;, &apos;library&apos;, or &apos;module&apos;.
        /// </summary>
        internal static string FTL_InvalidTarget {
            get {
                return ResourceManager.GetString("FTL_InvalidTarget", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Metadata file &apos;{0}&apos; could not be opened -- {1}.
        /// </summary>
        internal static string FTL_MetadataCantOpenFile {
            get {
                return ResourceManager.GetString("FTL_MetadataCantOpenFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot create short filename &apos;{0}&apos; when a long filename with the same short filename already exists.
        /// </summary>
        internal static string FTL_OutputFileExists {
            get {
                return ResourceManager.GetString("FTL_OutputFileExists", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Generic parameter is definition when expected to be reference {0}.
        /// </summary>
        internal static string GenericParameterDefinition {
            get {
                return ResourceManager.GetString("GenericParameterDefinition", resourceCulture);
            }
        }
        
9442 9443 9444 9445 9446 9447 9448 9449 9450
        /// <summary>
        ///   Looks up a localized string similar to Unused extern alias..
        /// </summary>
        internal static string HDN_UnusedExternAlias {
            get {
                return ResourceManager.GetString("HDN_UnusedExternAlias", resourceCulture);
            }
        }
        
M
manishv 已提交
9451
        /// <summary>
9452
        ///   Looks up a localized string similar to Unused extern alias.
M
manishv 已提交
9453 9454 9455 9456 9457 9458 9459
        /// </summary>
        internal static string HDN_UnusedExternAlias_Title {
            get {
                return ResourceManager.GetString("HDN_UnusedExternAlias_Title", resourceCulture);
            }
        }
        
9460 9461 9462 9463 9464 9465 9466 9467 9468
        /// <summary>
        ///   Looks up a localized string similar to Unnecessary using directive..
        /// </summary>
        internal static string HDN_UnusedUsingDirective {
            get {
                return ResourceManager.GetString("HDN_UnusedUsingDirective", resourceCulture);
            }
        }
        
M
manishv 已提交
9469
        /// <summary>
9470
        ///   Looks up a localized string similar to Unnecessary using directive.
M
manishv 已提交
9471 9472 9473 9474 9475 9476 9477
        /// </summary>
        internal static string HDN_UnusedUsingDirective_Title {
            get {
                return ResourceManager.GetString("HDN_UnusedUsingDirective_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
9478 9479 9480 9481 9482 9483 9484 9485 9486 9487
        /// <summary>
        ///   Looks up a localized string similar to anonymous method.
        /// </summary>
        internal static string IDS_AnonMethod {
            get {
                return ResourceManager.GetString("IDS_AnonMethod", resourceCulture);
            }
        }
        
        /// <summary>
9488 9489 9490 9491 9492 9493 9494 9495 9496
        ///   Looks up a localized string similar to await in catch blocks and finally blocks.
        /// </summary>
        internal static string IDS_AwaitInCatchAndFinally {
            get {
                return ResourceManager.GetString("IDS_AwaitInCatchAndFinally", resourceCulture);
            }
        }
        
        /// <summary>
P
Pilchie 已提交
9497 9498 9499 9500 9501 9502 9503 9504 9505 9506 9507 9508 9509 9510 9511 9512 9513 9514 9515 9516 9517 9518 9519 9520 9521 9522 9523 9524 9525 9526 9527 9528 9529 9530 9531 9532 9533 9534 9535 9536 9537 9538 9539 9540
        ///   Looks up a localized string similar to collection.
        /// </summary>
        internal static string IDS_Collection {
            get {
                return ResourceManager.GetString("IDS_Collection", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to contravariant.
        /// </summary>
        internal static string IDS_Contravariant {
            get {
                return ResourceManager.GetString("IDS_Contravariant", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to contravariantly.
        /// </summary>
        internal static string IDS_Contravariantly {
            get {
                return ResourceManager.GetString("IDS_Contravariantly", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to covariant.
        /// </summary>
        internal static string IDS_Covariant {
            get {
                return ResourceManager.GetString("IDS_Covariant", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to covariantly.
        /// </summary>
        internal static string IDS_Covariantly {
            get {
                return ResourceManager.GetString("IDS_Covariantly", resourceCulture);
            }
        }
        
9541 9542 9543 9544 9545 9546 9547 9548 9549 9550 9551 9552 9553 9554 9555 9556 9557 9558 9559
        /// <summary>
        ///   Looks up a localized string similar to 
        ///                              Visual C# Compiler Options
        ///
        ///                        - OUTPUT FILES -
        /// /out:&lt;file&gt;                   Specify output file name (default: base name of 
        ///                               file with main class or first file)
        /// /target:exe                   Build a console executable (default) (Short 
        ///                               form: /t:exe)
        /// /target:winexe                Build a Windows executable (Short form: 
        ///                               /t:winexe)
        /// /target:library     [rest of string was truncated]&quot;;.
        /// </summary>
        internal static string IDS_CSCHelp {
            get {
                return ResourceManager.GetString("IDS_CSCHelp", resourceCulture);
            }
        }
        
P
Pilchie 已提交
9560 9561 9562 9563 9564 9565 9566 9567 9568 9569 9570 9571 9572 9573 9574 9575 9576 9577 9578 9579 9580 9581 9582 9583 9584 9585 9586 9587 9588 9589 9590 9591 9592 9593 9594 9595 9596 9597 9598 9599 9600 9601 9602 9603 9604 9605 9606 9607 9608 9609 9610 9611 9612 9613
        /// <summary>
        ///   Looks up a localized string similar to directory does not exist.
        /// </summary>
        internal static string IDS_DirectoryDoesNotExist {
            get {
                return ResourceManager.GetString("IDS_DirectoryDoesNotExist", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to path is too long or invalid.
        /// </summary>
        internal static string IDS_DirectoryHasInvalidPath {
            get {
                return ResourceManager.GetString("IDS_DirectoryHasInvalidPath", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to anonymous methods.
        /// </summary>
        internal static string IDS_FeatureAnonDelegates {
            get {
                return ResourceManager.GetString("IDS_FeatureAnonDelegates", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to anonymous types.
        /// </summary>
        internal static string IDS_FeatureAnonymousTypes {
            get {
                return ResourceManager.GetString("IDS_FeatureAnonymousTypes", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to async function.
        /// </summary>
        internal static string IDS_FeatureAsync {
            get {
                return ResourceManager.GetString("IDS_FeatureAsync", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to automatically implemented properties.
        /// </summary>
        internal static string IDS_FeatureAutoImplementedProperties {
            get {
                return ResourceManager.GetString("IDS_FeatureAutoImplementedProperties", resourceCulture);
            }
        }
        
9614 9615 9616 9617 9618 9619 9620 9621 9622
        /// <summary>
        ///   Looks up a localized string similar to auto property initializer.
        /// </summary>
        internal static string IDS_FeatureAutoPropertyInitializer {
            get {
                return ResourceManager.GetString("IDS_FeatureAutoPropertyInitializer", resourceCulture);
            }
        }
        
9623 9624 9625 9626 9627 9628 9629 9630 9631
        /// <summary>
        ///   Looks up a localized string similar to binary literals.
        /// </summary>
        internal static string IDS_FeatureBinaryLiteral {
            get {
                return ResourceManager.GetString("IDS_FeatureBinaryLiteral", resourceCulture);
            }
        }
        
P
Pilchie 已提交
9632 9633 9634 9635 9636 9637 9638 9639 9640 9641 9642 9643 9644 9645 9646 9647 9648 9649
        /// <summary>
        ///   Looks up a localized string similar to collection initializer.
        /// </summary>
        internal static string IDS_FeatureCollectionInitializer {
            get {
                return ResourceManager.GetString("IDS_FeatureCollectionInitializer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to default operator.
        /// </summary>
        internal static string IDS_FeatureDefault {
            get {
                return ResourceManager.GetString("IDS_FeatureDefault", resourceCulture);
            }
        }
        
9650 9651 9652 9653 9654 9655 9656 9657 9658
        /// <summary>
        ///   Looks up a localized string similar to dictionary initializer.
        /// </summary>
        internal static string IDS_FeatureDictionaryInitializer {
            get {
                return ResourceManager.GetString("IDS_FeatureDictionaryInitializer", resourceCulture);
            }
        }
        
9659 9660 9661 9662 9663 9664 9665 9666 9667
        /// <summary>
        ///   Looks up a localized string similar to digit separators.
        /// </summary>
        internal static string IDS_FeatureDigitSeparator {
            get {
                return ResourceManager.GetString("IDS_FeatureDigitSeparator", resourceCulture);
            }
        }
        
P
Pilchie 已提交
9668 9669 9670 9671 9672 9673 9674 9675 9676 9677 9678 9679 9680 9681 9682 9683 9684 9685
        /// <summary>
        ///   Looks up a localized string similar to dynamic.
        /// </summary>
        internal static string IDS_FeatureDynamic {
            get {
                return ResourceManager.GetString("IDS_FeatureDynamic", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to exception filter.
        /// </summary>
        internal static string IDS_FeatureExceptionFilter {
            get {
                return ResourceManager.GetString("IDS_FeatureExceptionFilter", resourceCulture);
            }
        }
        
9686 9687 9688 9689 9690 9691 9692 9693 9694 9695 9696 9697 9698 9699 9700 9701 9702 9703 9704 9705 9706 9707 9708 9709 9710 9711 9712
        /// <summary>
        ///   Looks up a localized string similar to expression-bodied indexer.
        /// </summary>
        internal static string IDS_FeatureExpressionBodiedIndexer {
            get {
                return ResourceManager.GetString("IDS_FeatureExpressionBodiedIndexer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to expression-bodied method.
        /// </summary>
        internal static string IDS_FeatureExpressionBodiedMethod {
            get {
                return ResourceManager.GetString("IDS_FeatureExpressionBodiedMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to expression-bodied property.
        /// </summary>
        internal static string IDS_FeatureExpressionBodiedProperty {
            get {
                return ResourceManager.GetString("IDS_FeatureExpressionBodiedProperty", resourceCulture);
            }
        }
        
P
Pilchie 已提交
9713 9714 9715 9716 9717 9718 9719 9720 9721 9722 9723 9724 9725 9726 9727 9728 9729 9730 9731 9732 9733 9734 9735 9736 9737 9738 9739 9740 9741 9742 9743 9744 9745 9746 9747 9748 9749 9750 9751 9752 9753 9754 9755 9756 9757 9758 9759 9760 9761 9762 9763 9764 9765 9766 9767 9768 9769 9770 9771 9772 9773 9774 9775
        /// <summary>
        ///   Looks up a localized string similar to extension method.
        /// </summary>
        internal static string IDS_FeatureExtensionMethod {
            get {
                return ResourceManager.GetString("IDS_FeatureExtensionMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to extern alias.
        /// </summary>
        internal static string IDS_FeatureExternAlias {
            get {
                return ResourceManager.GetString("IDS_FeatureExternAlias", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to fixed size buffers.
        /// </summary>
        internal static string IDS_FeatureFixedBuffer {
            get {
                return ResourceManager.GetString("IDS_FeatureFixedBuffer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to generics.
        /// </summary>
        internal static string IDS_FeatureGenerics {
            get {
                return ResourceManager.GetString("IDS_FeatureGenerics", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to namespace alias qualifier.
        /// </summary>
        internal static string IDS_FeatureGlobalNamespace {
            get {
                return ResourceManager.GetString("IDS_FeatureGlobalNamespace", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to implicitly typed array.
        /// </summary>
        internal static string IDS_FeatureImplicitArray {
            get {
                return ResourceManager.GetString("IDS_FeatureImplicitArray", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to implicitly typed local variable.
        /// </summary>
        internal static string IDS_FeatureImplicitLocal {
            get {
                return ResourceManager.GetString("IDS_FeatureImplicitLocal", resourceCulture);
            }
        }
        
9776 9777 9778 9779 9780 9781 9782 9783 9784
        /// <summary>
        ///   Looks up a localized string similar to interpolated strings.
        /// </summary>
        internal static string IDS_FeatureInterpolatedStrings {
            get {
                return ResourceManager.GetString("IDS_FeatureInterpolatedStrings", resourceCulture);
            }
        }
        
P
Pilchie 已提交
9785 9786 9787 9788 9789 9790 9791 9792 9793 9794 9795 9796 9797 9798 9799 9800 9801 9802
        /// <summary>
        ///   Looks up a localized string similar to iterators.
        /// </summary>
        internal static string IDS_FeatureIterators {
            get {
                return ResourceManager.GetString("IDS_FeatureIterators", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to lambda expression.
        /// </summary>
        internal static string IDS_FeatureLambda {
            get {
                return ResourceManager.GetString("IDS_FeatureLambda", resourceCulture);
            }
        }
        
9803 9804 9805 9806 9807 9808 9809 9810 9811
        /// <summary>
        ///   Looks up a localized string similar to local functions.
        /// </summary>
        internal static string IDS_FeatureLocalFunctions {
            get {
                return ResourceManager.GetString("IDS_FeatureLocalFunctions", resourceCulture);
            }
        }
        
P
Pilchie 已提交
9812 9813 9814 9815 9816 9817 9818 9819 9820 9821 9822 9823 9824 9825 9826 9827 9828 9829
        /// <summary>
        ///   Looks up a localized string similar to module as an attribute target specifier.
        /// </summary>
        internal static string IDS_FeatureModuleAttrLoc {
            get {
                return ResourceManager.GetString("IDS_FeatureModuleAttrLoc", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to named argument.
        /// </summary>
        internal static string IDS_FeatureNamedArgument {
            get {
                return ResourceManager.GetString("IDS_FeatureNamedArgument", resourceCulture);
            }
        }
        
9830 9831 9832 9833 9834 9835 9836 9837 9838
        /// <summary>
        ///   Looks up a localized string similar to nameof operator.
        /// </summary>
        internal static string IDS_FeatureNameof {
            get {
                return ResourceManager.GetString("IDS_FeatureNameof", resourceCulture);
            }
        }
        
P
Pilchie 已提交
9839 9840 9841 9842 9843 9844 9845 9846 9847
        /// <summary>
        ///   Looks up a localized string similar to nullable types.
        /// </summary>
        internal static string IDS_FeatureNullable {
            get {
                return ResourceManager.GetString("IDS_FeatureNullable", resourceCulture);
            }
        }
        
9848 9849 9850 9851 9852 9853 9854 9855 9856
        /// <summary>
        ///   Looks up a localized string similar to null propagating operator.
        /// </summary>
        internal static string IDS_FeatureNullPropagatingOperator {
            get {
                return ResourceManager.GetString("IDS_FeatureNullPropagatingOperator", resourceCulture);
            }
        }
        
P
Pilchie 已提交
9857 9858 9859 9860 9861 9862 9863 9864 9865 9866 9867 9868 9869 9870 9871 9872 9873 9874
        /// <summary>
        ///   Looks up a localized string similar to object initializer.
        /// </summary>
        internal static string IDS_FeatureObjectInitializer {
            get {
                return ResourceManager.GetString("IDS_FeatureObjectInitializer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to optional parameter.
        /// </summary>
        internal static string IDS_FeatureOptionalParameter {
            get {
                return ResourceManager.GetString("IDS_FeatureOptionalParameter", resourceCulture);
            }
        }
        
A
AlekseyTs 已提交
9875
        /// <summary>
9876
        ///   Looks up a localized string similar to out variable declaration.
A
AlekseyTs 已提交
9877 9878 9879 9880 9881 9882 9883
        /// </summary>
        internal static string IDS_FeatureOutVar {
            get {
                return ResourceManager.GetString("IDS_FeatureOutVar", resourceCulture);
            }
        }
        
P
Pilchie 已提交
9884 9885 9886 9887 9888 9889 9890 9891 9892 9893 9894 9895 9896 9897 9898 9899 9900 9901
        /// <summary>
        ///   Looks up a localized string similar to partial method.
        /// </summary>
        internal static string IDS_FeaturePartialMethod {
            get {
                return ResourceManager.GetString("IDS_FeaturePartialMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to partial types.
        /// </summary>
        internal static string IDS_FeaturePartialTypes {
            get {
                return ResourceManager.GetString("IDS_FeaturePartialTypes", resourceCulture);
            }
        }
        
9902 9903 9904 9905 9906 9907 9908 9909 9910
        /// <summary>
        ///   Looks up a localized string similar to pattern matching.
        /// </summary>
        internal static string IDS_FeaturePatternMatching {
            get {
                return ResourceManager.GetString("IDS_FeaturePatternMatching", resourceCulture);
            }
        }
        
P
Pilchie 已提交
9911 9912 9913 9914 9915 9916 9917 9918 9919 9920 9921 9922 9923 9924 9925 9926 9927 9928 9929 9930 9931 9932 9933 9934 9935 9936 9937
        /// <summary>
        ///   Looks up a localized string similar to #pragma.
        /// </summary>
        internal static string IDS_FeaturePragma {
            get {
                return ResourceManager.GetString("IDS_FeaturePragma", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to access modifiers on properties.
        /// </summary>
        internal static string IDS_FeaturePropertyAccessorMods {
            get {
                return ResourceManager.GetString("IDS_FeaturePropertyAccessorMods", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to query expression.
        /// </summary>
        internal static string IDS_FeatureQueryExpression {
            get {
                return ResourceManager.GetString("IDS_FeatureQueryExpression", resourceCulture);
            }
        }
        
9938 9939 9940 9941 9942 9943 9944 9945 9946
        /// <summary>
        ///   Looks up a localized string similar to readonly automatically implemented properties.
        /// </summary>
        internal static string IDS_FeatureReadonlyAutoImplementedProperties {
            get {
                return ResourceManager.GetString("IDS_FeatureReadonlyAutoImplementedProperties", resourceCulture);
            }
        }
        
9947 9948 9949 9950 9951 9952 9953 9954 9955
        /// <summary>
        ///   Looks up a localized string similar to byref locals and returns.
        /// </summary>
        internal static string IDS_FeatureRefLocalsReturns {
            get {
                return ResourceManager.GetString("IDS_FeatureRefLocalsReturns", resourceCulture);
            }
        }
        
P
Pilchie 已提交
9956 9957 9958 9959 9960 9961 9962 9963 9964 9965 9966 9967 9968 9969 9970 9971 9972 9973
        /// <summary>
        ///   Looks up a localized string similar to static classes.
        /// </summary>
        internal static string IDS_FeatureStaticClasses {
            get {
                return ResourceManager.GetString("IDS_FeatureStaticClasses", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to switch on boolean type.
        /// </summary>
        internal static string IDS_FeatureSwitchOnBool {
            get {
                return ResourceManager.GetString("IDS_FeatureSwitchOnBool", resourceCulture);
            }
        }
        
9974 9975 9976 9977 9978 9979 9980 9981 9982
        /// <summary>
        ///   Looks up a localized string similar to tuples.
        /// </summary>
        internal static string IDS_FeatureTuples {
            get {
                return ResourceManager.GetString("IDS_FeatureTuples", resourceCulture);
            }
        }
        
P
Pilchie 已提交
9983 9984 9985 9986 9987 9988 9989 9990 9991
        /// <summary>
        ///   Looks up a localized string similar to type variance.
        /// </summary>
        internal static string IDS_FeatureTypeVariance {
            get {
                return ResourceManager.GetString("IDS_FeatureTypeVariance", resourceCulture);
            }
        }
        
9992 9993 9994 9995 9996 9997 9998 9999 10000
        /// <summary>
        ///   Looks up a localized string similar to using static.
        /// </summary>
        internal static string IDS_FeatureUsingStatic {
            get {
                return ResourceManager.GetString("IDS_FeatureUsingStatic", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10001 10002 10003 10004 10005 10006 10007 10008 10009 10010 10011 10012 10013 10014 10015 10016 10017 10018 10019 10020 10021 10022 10023 10024 10025 10026 10027 10028 10029 10030 10031 10032 10033 10034 10035 10036 10037 10038 10039 10040 10041 10042 10043 10044 10045 10046 10047 10048 10049 10050 10051 10052 10053 10054 10055 10056 10057 10058 10059 10060 10061 10062 10063
        /// <summary>
        ///   Looks up a localized string similar to fixed variable.
        /// </summary>
        internal static string IDS_FIXEDLOCAL {
            get {
                return ResourceManager.GetString("IDS_FIXEDLOCAL", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to foreach iteration variable.
        /// </summary>
        internal static string IDS_FOREACHLOCAL {
            get {
                return ResourceManager.GetString("IDS_FOREACHLOCAL", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &lt;global namespace&gt;.
        /// </summary>
        internal static string IDS_GlobalNamespace {
            get {
                return ResourceManager.GetString("IDS_GlobalNamespace", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to invariantly.
        /// </summary>
        internal static string IDS_Invariantly {
            get {
                return ResourceManager.GetString("IDS_Invariantly", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to lambda expression.
        /// </summary>
        internal static string IDS_Lambda {
            get {
                return ResourceManager.GetString("IDS_Lambda", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to LIB environment variable.
        /// </summary>
        internal static string IDS_LIB_ENV {
            get {
                return ResourceManager.GetString("IDS_LIB_ENV", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to /LIB option.
        /// </summary>
        internal static string IDS_LIB_OPTION {
            get {
                return ResourceManager.GetString("IDS_LIB_OPTION", resourceCulture);
            }
        }
        
10064
        /// <summary>
10065
        ///   Looks up a localized string similar to {0} version {1}.
10066 10067 10068 10069 10070 10071 10072 10073 10074 10075 10076 10077 10078 10079 10080 10081
        /// </summary>
        internal static string IDS_LogoLine1 {
            get {
                return ResourceManager.GetString("IDS_LogoLine1", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Copyright (C) Microsoft Corporation. All rights reserved..
        /// </summary>
        internal static string IDS_LogoLine2 {
            get {
                return ResourceManager.GetString("IDS_LogoLine2", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10082 10083 10084 10085 10086 10087 10088 10089 10090 10091 10092 10093 10094 10095 10096 10097 10098 10099 10100 10101 10102 10103 10104 10105 10106 10107 10108
        /// <summary>
        ///   Looks up a localized string similar to method group.
        /// </summary>
        internal static string IDS_MethodGroup {
            get {
                return ResourceManager.GetString("IDS_MethodGroup", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &lt;namespace&gt;.
        /// </summary>
        internal static string IDS_Namespace1 {
            get {
                return ResourceManager.GetString("IDS_Namespace1", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &lt;null&gt;.
        /// </summary>
        internal static string IDS_NULL {
            get {
                return ResourceManager.GetString("IDS_NULL", resourceCulture);
            }
        }
        
10109 10110 10111 10112 10113 10114 10115 10116 10117
        /// <summary>
        ///   Looks up a localized string similar to Operation caused a stack overflow..
        /// </summary>
        internal static string IDS_OperationCausedStackOverflow {
            get {
                return ResourceManager.GetString("IDS_OperationCausedStackOverflow", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10118 10119 10120 10121 10122 10123 10124 10125 10126 10127 10128 10129 10130 10131 10132 10133 10134 10135 10136 10137 10138 10139 10140 10141 10142 10143 10144 10145 10146 10147 10148 10149 10150 10151 10152 10153 10154 10155 10156 10157 10158 10159 10160 10161 10162 10163 10164 10165 10166 10167 10168 10169 10170 10171 10172 10173 10174 10175 10176 10177 10178 10179 10180 10181 10182 10183 10184 10185 10186 10187 10188 10189 10190 10191 10192 10193 10194 10195 10196 10197 10198 10199 10200 10201 10202 10203 10204 10205 10206 10207 10208 10209 10210 10211 10212 10213 10214 10215 10216 10217 10218 10219 10220 10221 10222 10223 10224 10225 10226 10227 10228 10229 10230 10231 10232 10233 10234 10235 10236 10237 10238 10239 10240 10241 10242 10243 10244 10245 10246 10247 10248 10249 10250 10251 10252 10253 10254 10255 10256 10257 10258 10259 10260 10261 10262 10263 10264 10265 10266 10267 10268 10269 10270
        /// <summary>
        ///   Looks up a localized string similar to &lt;path list&gt;.
        /// </summary>
        internal static string IDS_PathList {
            get {
                return ResourceManager.GetString("IDS_PathList", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to /REFERENCEPATH option.
        /// </summary>
        internal static string IDS_REFERENCEPATH_OPTION {
            get {
                return ResourceManager.GetString("IDS_REFERENCEPATH_OPTION", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to (Location of symbol related to previous error).
        /// </summary>
        internal static string IDS_RELATEDERROR {
            get {
                return ResourceManager.GetString("IDS_RELATEDERROR", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to (Location of symbol related to previous warning).
        /// </summary>
        internal static string IDS_RELATEDWARNING {
            get {
                return ResourceManager.GetString("IDS_RELATEDWARNING", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to using alias.
        /// </summary>
        internal static string IDS_SK_ALIAS {
            get {
                return ResourceManager.GetString("IDS_SK_ALIAS", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to event.
        /// </summary>
        internal static string IDS_SK_EVENT {
            get {
                return ResourceManager.GetString("IDS_SK_EVENT", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to extern alias.
        /// </summary>
        internal static string IDS_SK_EXTERNALIAS {
            get {
                return ResourceManager.GetString("IDS_SK_EXTERNALIAS", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to field.
        /// </summary>
        internal static string IDS_SK_FIELD {
            get {
                return ResourceManager.GetString("IDS_SK_FIELD", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to label.
        /// </summary>
        internal static string IDS_SK_LABEL {
            get {
                return ResourceManager.GetString("IDS_SK_LABEL", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to method.
        /// </summary>
        internal static string IDS_SK_METHOD {
            get {
                return ResourceManager.GetString("IDS_SK_METHOD", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to namespace.
        /// </summary>
        internal static string IDS_SK_NAMESPACE {
            get {
                return ResourceManager.GetString("IDS_SK_NAMESPACE", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to property.
        /// </summary>
        internal static string IDS_SK_PROPERTY {
            get {
                return ResourceManager.GetString("IDS_SK_PROPERTY", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to type.
        /// </summary>
        internal static string IDS_SK_TYPE {
            get {
                return ResourceManager.GetString("IDS_SK_TYPE", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to type parameter.
        /// </summary>
        internal static string IDS_SK_TYVAR {
            get {
                return ResourceManager.GetString("IDS_SK_TYVAR", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to element.
        /// </summary>
        internal static string IDS_SK_UNKNOWN {
            get {
                return ResourceManager.GetString("IDS_SK_UNKNOWN", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to variable.
        /// </summary>
        internal static string IDS_SK_VARIABLE {
            get {
                return ResourceManager.GetString("IDS_SK_VARIABLE", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &lt;text&gt;.
        /// </summary>
        internal static string IDS_Text {
            get {
                return ResourceManager.GetString("IDS_Text", resourceCulture);
            }
        }
        
10271 10272 10273 10274 10275 10276 10277 10278 10279
        /// <summary>
        ///   Looks up a localized string similar to &lt;throw&gt;.
        /// </summary>
        internal static string IDS_ThrowExpression {
            get {
                return ResourceManager.GetString("IDS_ThrowExpression", resourceCulture);
            }
        }
        
10280 10281 10282 10283 10284 10285 10286 10287 10288
        /// <summary>
        ///   Looks up a localized string similar to Microsoft (R) Visual C# Compiler.
        /// </summary>
        internal static string IDS_ToolName {
            get {
                return ResourceManager.GetString("IDS_ToolName", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10289 10290 10291 10292 10293 10294 10295 10296 10297
        /// <summary>
        ///   Looks up a localized string similar to using variable.
        /// </summary>
        internal static string IDS_USINGLOCAL {
            get {
                return ResourceManager.GetString("IDS_USINGLOCAL", resourceCulture);
            }
        }
        
10298 10299 10300 10301 10302 10303 10304 10305 10306
        /// <summary>
        ///   Looks up a localized string similar to &apos;experimental&apos;.
        /// </summary>
        internal static string IDS_VersionExperimental {
            get {
                return ResourceManager.GetString("IDS_VersionExperimental", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10307 10308 10309 10310 10311 10312 10313 10314 10315 10316 10317 10318 10319 10320 10321 10322 10323 10324 10325 10326 10327 10328 10329 10330 10331 10332 10333 10334 10335 10336 10337 10338 10339 10340 10341 10342 10343 10344 10345 10346 10347 10348 10349 10350 10351 10352 10353 10354 10355 10356 10357 10358 10359 10360 10361 10362 10363 10364 10365 10366 10367 10368 10369
        /// <summary>
        ///   Looks up a localized string similar to  Include tag is invalid .
        /// </summary>
        internal static string IDS_XMLBADINCLUDE {
            get {
                return ResourceManager.GetString("IDS_XMLBADINCLUDE", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to  Failed to insert some or all of included XML .
        /// </summary>
        internal static string IDS_XMLFAILEDINCLUDE {
            get {
                return ResourceManager.GetString("IDS_XMLFAILEDINCLUDE", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &lt;!-- Badly formed XML comment ignored for member &quot;{0}&quot; --&gt;.
        /// </summary>
        internal static string IDS_XMLIGNORED {
            get {
                return ResourceManager.GetString("IDS_XMLIGNORED", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to  Badly formed XML file &quot;{0}&quot; cannot be included .
        /// </summary>
        internal static string IDS_XMLIGNORED2 {
            get {
                return ResourceManager.GetString("IDS_XMLIGNORED2", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Missing file attribute.
        /// </summary>
        internal static string IDS_XMLMISSINGINCLUDEFILE {
            get {
                return ResourceManager.GetString("IDS_XMLMISSINGINCLUDEFILE", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Missing path attribute.
        /// </summary>
        internal static string IDS_XMLMISSINGINCLUDEPATH {
            get {
                return ResourceManager.GetString("IDS_XMLMISSINGINCLUDEPATH", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to  No matching elements were found for the following include tag .
        /// </summary>
        internal static string IDS_XMLNOINCLUDE {
            get {
                return ResourceManager.GetString("IDS_XMLNOINCLUDE", resourceCulture);
            }
        }
        
10370 10371 10372 10373 10374 10375 10376 10377 10378
        /// <summary>
        ///   Looks up a localized string similar to Skipping some types in analyzer assembly {0} due to a ReflectionTypeLoadException : {1}..
        /// </summary>
        internal static string INF_UnableToLoadSomeTypesInAnalyzer {
            get {
                return ResourceManager.GetString("INF_UnableToLoadSomeTypesInAnalyzer", resourceCulture);
            }
        }
        
M
manishv 已提交
10379
        /// <summary>
10380
        ///   Looks up a localized string similar to Skip loading types in analyzer assembly that fail due to a ReflectionTypeLoadException.
M
manishv 已提交
10381 10382 10383 10384 10385 10386 10387
        /// </summary>
        internal static string INF_UnableToLoadSomeTypesInAnalyzer_Title {
            get {
                return ResourceManager.GetString("INF_UnableToLoadSomeTypesInAnalyzer_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10388 10389 10390 10391 10392 10393 10394 10395 10396 10397 10398 10399 10400 10401 10402 10403 10404 10405 10406 10407 10408 10409 10410 10411 10412 10413 10414 10415 10416 10417 10418 10419 10420 10421 10422 10423 10424 10425 10426 10427 10428 10429 10430 10431 10432
        /// <summary>
        ///   Looks up a localized string similar to Called GetDeclarationName for a declaration node that can possibly contain multiple variable declarators..
        /// </summary>
        internal static string InvalidGetDeclarationNameMultipleDeclarators {
            get {
                return ResourceManager.GetString("InvalidGetDeclarationNameMultipleDeclarators", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to items: must be non-empty.
        /// </summary>
        internal static string ItemsMustBeNonEmpty {
            get {
                return ResourceManager.GetString("ItemsMustBeNonEmpty", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Location must be provided in order to provide minimal type qualification..
        /// </summary>
        internal static string LocationMustBeProvided {
            get {
                return ResourceManager.GetString("LocationMustBeProvided", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to LookupOptions has an invalid combination of options.
        /// </summary>
        internal static string LookupOptionsHasInvalidCombo {
            get {
                return ResourceManager.GetString("LookupOptionsHasInvalidCombo", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Name conflict for name {0}.
        /// </summary>
        internal static string NameConflictForName {
            get {
                return ResourceManager.GetString("NameConflictForName", resourceCulture);
            }
        }
        
H
heejaechang 已提交
10433 10434 10435 10436 10437 10438 10439 10440 10441
        /// <summary>
        ///   Looks up a localized string similar to SearchCriteria is expected..
        /// </summary>
        internal static string NoNoneSearchCriteria {
            get {
                return ResourceManager.GetString("NoNoneSearchCriteria", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10442 10443 10444 10445 10446 10447 10448 10449 10450 10451 10452 10453 10454 10455 10456 10457 10458 10459 10460 10461 10462 10463 10464 10465 10466 10467 10468 10469 10470 10471 10472 10473 10474 10475 10476 10477 10478 10479 10480 10481 10482 10483 10484 10485 10486 10487 10488 10489 10490 10491 10492 10493 10494 10495 10496 10497 10498 10499 10500 10501 10502 10503 10504 10505 10506 10507 10508 10509 10510 10511 10512 10513 10514 10515 10516 10517 10518 10519 10520 10521 10522
        /// <summary>
        ///   Looks up a localized string similar to Not a C# symbol..
        /// </summary>
        internal static string NotACSharpSymbol {
            get {
                return ResourceManager.GetString("NotACSharpSymbol", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Position is not within syntax tree with full span {0}.
        /// </summary>
        internal static string PositionIsNotWithinSyntax {
            get {
                return ResourceManager.GetString("PositionIsNotWithinSyntax", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Position must be within span of the syntax tree..
        /// </summary>
        internal static string PositionNotWithinTree {
            get {
                return ResourceManager.GetString("PositionNotWithinTree", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to separator is expected.
        /// </summary>
        internal static string SeparatorIsExpected {
            get {
                return ResourceManager.GetString("SeparatorIsExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Syntax node to be speculated cannot belong to a syntax tree from the current compilation..
        /// </summary>
        internal static string SpeculatedSyntaxNodeCannotBelongToCurrentCompilation {
            get {
                return ResourceManager.GetString("SpeculatedSyntaxNodeCannotBelongToCurrentCompilation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Submission can have at most one syntax tree..
        /// </summary>
        internal static string SubmissionCanHaveAtMostOne {
            get {
                return ResourceManager.GetString("SubmissionCanHaveAtMostOne", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Submission can only include script code..
        /// </summary>
        internal static string SubmissionCanOnlyInclude {
            get {
                return ResourceManager.GetString("SubmissionCanOnlyInclude", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Syntax node is not within syntax tree.
        /// </summary>
        internal static string SyntaxNodeIsNotWithinSynt {
            get {
                return ResourceManager.GetString("SyntaxNodeIsNotWithinSynt", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Syntax tree already present.
        /// </summary>
        internal static string SyntaxTreeAlreadyPresent {
            get {
                return ResourceManager.GetString("SyntaxTreeAlreadyPresent", resourceCulture);
            }
        }
        
10523 10524 10525 10526 10527 10528
        /// <summary>
        ///   Looks up a localized string similar to SyntaxTree &apos;{0}&apos; resulted from a #load directive and cannot be removed or replaced directly..
        /// </summary>
        internal static string SyntaxTreeFromLoadNoRemoveReplace {
            get {
                return ResourceManager.GetString("SyntaxTreeFromLoadNoRemoveReplace", resourceCulture);
A
Artur Spychaj 已提交
10529 10530 10531 10532 10533 10534 10535 10536 10537
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Syntax tree should be created from a submission..
        /// </summary>
        internal static string SyntaxTreeIsNotASubmission {
            get {
                return ResourceManager.GetString("SyntaxTreeIsNotASubmission", resourceCulture);
10538 10539 10540
            }
        }
        
P
Pilchie 已提交
10541 10542 10543 10544 10545 10546 10547 10548 10549 10550 10551 10552 10553 10554 10555 10556 10557 10558 10559 10560 10561 10562 10563 10564 10565 10566 10567 10568 10569 10570 10571 10572 10573 10574 10575 10576 10577 10578 10579 10580 10581 10582 10583 10584 10585 10586 10587 10588 10589 10590 10591 10592 10593 10594 10595 10596 10597 10598 10599 10600 10601 10602 10603 10604 10605 10606 10607 10608 10609 10610 10611 10612
        /// <summary>
        ///   Looks up a localized string similar to SyntaxTree &apos;{0}&apos; not found to remove.
        /// </summary>
        internal static string SyntaxTreeNotFoundTo {
            get {
                return ResourceManager.GetString("SyntaxTreeNotFoundTo", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to SyntaxTreeSemanticModel must be provided in order to provide minimal type qualification..
        /// </summary>
        internal static string SyntaxTreeSemanticModelMust {
            get {
                return ResourceManager.GetString("SyntaxTreeSemanticModelMust", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The stream cannot be read from..
        /// </summary>
        internal static string TheStreamCannotBeReadFrom {
            get {
                return ResourceManager.GetString("TheStreamCannotBeReadFrom", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The stream cannot be written to..
        /// </summary>
        internal static string TheStreamCannotBeWritten {
            get {
                return ResourceManager.GetString("TheStreamCannotBeWritten", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to This method can only be used to create tokens - {0} is not a token kind..
        /// </summary>
        internal static string ThisMethodCanOnlyBeUsedToCreateTokens {
            get {
                return ResourceManager.GetString("ThisMethodCanOnlyBeUsedToCreateTokens", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to tree must have a root node with SyntaxKind.CompilationUnit.
        /// </summary>
        internal static string TreeMustHaveARootNodeWith {
            get {
                return ResourceManager.GetString("TreeMustHaveARootNodeWith", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to tree not part of compilation.
        /// </summary>
        internal static string TreeNotPartOfCompilation {
            get {
                return ResourceManager.GetString("TreeNotPartOfCompilation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type argument cannot be null.
        /// </summary>
        internal static string TypeArgumentCannotBeNull {
            get {
                return ResourceManager.GetString("TypeArgumentCannotBeNull", resourceCulture);
            }
        }
        
10613 10614 10615 10616 10617 10618 10619 10620 10621
        /// <summary>
        ///   Looks up a localized string similar to The type must be &apos;var&apos;..
        /// </summary>
        internal static string TypeMustBeVar {
            get {
                return ResourceManager.GetString("TypeMustBeVar", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10622
        /// <summary>
A
Andy Gocke 已提交
10623
        ///   Looks up a localized string similar to Use Microsoft.CodeAnalysis.CSharp.SyntaxFactory.Literal to create numeric literal tokens..
P
Pilchie 已提交
10624 10625 10626 10627 10628 10629 10630 10631
        /// </summary>
        internal static string UseLiteralForNumeric {
            get {
                return ResourceManager.GetString("UseLiteralForNumeric", resourceCulture);
            }
        }
        
        /// <summary>
A
Andy Gocke 已提交
10632
        ///   Looks up a localized string similar to Use Microsoft.CodeAnalysis.CSharp.SyntaxFactory.Literal to create character literal tokens..
P
Pilchie 已提交
10633 10634 10635 10636 10637 10638 10639 10640
        /// </summary>
        internal static string UseLiteralForTokens {
            get {
                return ResourceManager.GetString("UseLiteralForTokens", resourceCulture);
            }
        }
        
        /// <summary>
A
Andy Gocke 已提交
10641
        ///   Looks up a localized string similar to Use Microsoft.CodeAnalysis.CSharp.SyntaxFactory.Identifier or Microsoft.CodeAnalysis.CSharp.SyntaxFactory.VerbatimIdentifier to create identifier tokens..
P
Pilchie 已提交
10642 10643 10644 10645 10646 10647 10648
        /// </summary>
        internal static string UseVerbatimIdentifier {
            get {
                return ResourceManager.GetString("UseVerbatimIdentifier", resourceCulture);
            }
        }
        
10649 10650 10651 10652 10653 10654 10655 10656 10657
        /// <summary>
        ///   Looks up a localized string similar to Alignment value {0} has a magnitude greater than {1} and may result in a large formatted string..
        /// </summary>
        internal static string WRN_AlignmentMagnitude {
            get {
                return ResourceManager.GetString("WRN_AlignmentMagnitude", resourceCulture);
            }
        }
        
M
manishv 已提交
10658
        /// <summary>
10659
        ///   Looks up a localized string similar to Alignment value has a magnitude that may result in a large formatted string.
M
manishv 已提交
10660 10661 10662 10663 10664 10665 10666
        /// </summary>
        internal static string WRN_AlignmentMagnitude_Title {
            get {
                return ResourceManager.GetString("WRN_AlignmentMagnitude_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10667 10668 10669 10670 10671 10672 10673 10674 10675
        /// <summary>
        ///   Looks up a localized string similar to The result of the expression is always &apos;null&apos; of type &apos;{0}&apos;.
        /// </summary>
        internal static string WRN_AlwaysNull {
            get {
                return ResourceManager.GetString("WRN_AlwaysNull", resourceCulture);
            }
        }
        
10676 10677 10678 10679 10680 10681 10682 10683 10684
        /// <summary>
        ///   Looks up a localized string similar to The result of the expression is always &apos;null&apos;.
        /// </summary>
        internal static string WRN_AlwaysNull_Title {
            get {
                return ResourceManager.GetString("WRN_AlwaysNull_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10685 10686 10687 10688 10689 10690 10691 10692 10693
        /// <summary>
        ///   Looks up a localized string similar to Ambiguous reference in cref attribute: &apos;{0}&apos;. Assuming &apos;{1}&apos;, but could have also matched other overloads including &apos;{2}&apos;..
        /// </summary>
        internal static string WRN_AmbiguousXMLReference {
            get {
                return ResourceManager.GetString("WRN_AmbiguousXMLReference", resourceCulture);
            }
        }
        
10694 10695 10696 10697 10698 10699 10700 10701 10702
        /// <summary>
        ///   Looks up a localized string similar to Ambiguous reference in cref attribute.
        /// </summary>
        internal static string WRN_AmbiguousXMLReference_Title {
            get {
                return ResourceManager.GetString("WRN_AmbiguousXMLReference_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10703 10704 10705 10706 10707 10708 10709 10710 10711
        /// <summary>
        ///   Looks up a localized string similar to An instance of analyzer {0} cannot be created from {1} : {2}..
        /// </summary>
        internal static string WRN_AnalyzerCannotBeCreated {
            get {
                return ResourceManager.GetString("WRN_AnalyzerCannotBeCreated", resourceCulture);
            }
        }
        
10712 10713 10714 10715 10716 10717 10718 10719 10720
        /// <summary>
        ///   Looks up a localized string similar to An analyzer instance cannot be created.
        /// </summary>
        internal static string WRN_AnalyzerCannotBeCreated_Title {
            get {
                return ResourceManager.GetString("WRN_AnalyzerCannotBeCreated_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10721 10722 10723 10724 10725 10726 10727 10728 10729
        /// <summary>
        ///   Looks up a localized string similar to Attribute &apos;{0}&apos; from module &apos;{1}&apos; will be ignored in favor of the instance appearing in source.
        /// </summary>
        internal static string WRN_AssemblyAttributeFromModuleIsOverridden {
            get {
                return ResourceManager.GetString("WRN_AssemblyAttributeFromModuleIsOverridden", resourceCulture);
            }
        }
        
10730 10731 10732 10733 10734 10735 10736 10737 10738
        /// <summary>
        ///   Looks up a localized string similar to Attribute will be ignored in favor of the instance appearing in source.
        /// </summary>
        internal static string WRN_AssemblyAttributeFromModuleIsOverridden_Title {
            get {
                return ResourceManager.GetString("WRN_AssemblyAttributeFromModuleIsOverridden_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10739 10740 10741 10742 10743 10744 10745 10746 10747
        /// <summary>
        ///   Looks up a localized string similar to Possibly incorrect assignment to local &apos;{0}&apos; which is the argument to a using or lock statement. The Dispose call or unlocking will happen on the original value of the local..
        /// </summary>
        internal static string WRN_AssignmentToLockOrDispose {
            get {
                return ResourceManager.GetString("WRN_AssignmentToLockOrDispose", resourceCulture);
            }
        }
        
10748 10749 10750 10751 10752 10753 10754 10755 10756
        /// <summary>
        ///   Looks up a localized string similar to Possibly incorrect assignment to local which is the argument to a using or lock statement.
        /// </summary>
        internal static string WRN_AssignmentToLockOrDispose_Title {
            get {
                return ResourceManager.GetString("WRN_AssignmentToLockOrDispose_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10757 10758 10759 10760 10761 10762 10763 10764 10765
        /// <summary>
        ///   Looks up a localized string similar to Assignment made to same variable; did you mean to assign something else?.
        /// </summary>
        internal static string WRN_AssignmentToSelf {
            get {
                return ResourceManager.GetString("WRN_AssignmentToSelf", resourceCulture);
            }
        }
        
10766 10767 10768 10769 10770 10771 10772 10773 10774
        /// <summary>
        ///   Looks up a localized string similar to Assignment made to same variable.
        /// </summary>
        internal static string WRN_AssignmentToSelf_Title {
            get {
                return ResourceManager.GetString("WRN_AssignmentToSelf_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10775 10776 10777 10778 10779 10780 10781 10782 10783
        /// <summary>
        ///   Looks up a localized string similar to This async method lacks &apos;await&apos; operators and will run synchronously. Consider using the &apos;await&apos; operator to await non-blocking API calls, or &apos;await Task.Run(...)&apos; to do CPU-bound work on a background thread..
        /// </summary>
        internal static string WRN_AsyncLacksAwaits {
            get {
                return ResourceManager.GetString("WRN_AsyncLacksAwaits", resourceCulture);
            }
        }
        
10784 10785 10786 10787 10788 10789 10790 10791 10792
        /// <summary>
        ///   Looks up a localized string similar to Async method lacks &apos;await&apos; operators and will run synchronously.
        /// </summary>
        internal static string WRN_AsyncLacksAwaits_Title {
            get {
                return ResourceManager.GetString("WRN_AsyncLacksAwaits_Title", resourceCulture);
            }
        }
        
10793 10794 10795 10796 10797 10798 10799 10800 10801
        /// <summary>
        ///   Looks up a localized string similar to Attribute &apos;{0}&apos; is ignored when public signing is specified..
        /// </summary>
        internal static string WRN_AttributeIgnoredWhenPublicSigning {
            get {
                return ResourceManager.GetString("WRN_AttributeIgnoredWhenPublicSigning", resourceCulture);
            }
        }
        
10802 10803 10804 10805 10806 10807 10808 10809 10810
        /// <summary>
        ///   Looks up a localized string similar to Attribute is ignored when public signing is specified..
        /// </summary>
        internal static string WRN_AttributeIgnoredWhenPublicSigning_Title {
            get {
                return ResourceManager.GetString("WRN_AttributeIgnoredWhenPublicSigning_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10811 10812 10813 10814 10815 10816 10817 10818 10819
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is not a valid attribute location for this declaration. Valid attribute locations for this declaration are &apos;{1}&apos;. All attributes in this block will be ignored..
        /// </summary>
        internal static string WRN_AttributeLocationOnBadDeclaration {
            get {
                return ResourceManager.GetString("WRN_AttributeLocationOnBadDeclaration", resourceCulture);
            }
        }
        
10820 10821 10822 10823 10824 10825 10826 10827 10828
        /// <summary>
        ///   Looks up a localized string similar to Not a valid attribute location for this declaration.
        /// </summary>
        internal static string WRN_AttributeLocationOnBadDeclaration_Title {
            get {
                return ResourceManager.GetString("WRN_AttributeLocationOnBadDeclaration_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10829 10830 10831 10832 10833 10834 10835 10836 10837
        /// <summary>
        ///   Looks up a localized string similar to Possible unintended reference comparison; to get a value comparison, cast the left hand side to type &apos;{0}&apos;.
        /// </summary>
        internal static string WRN_BadRefCompareLeft {
            get {
                return ResourceManager.GetString("WRN_BadRefCompareLeft", resourceCulture);
            }
        }
        
10838 10839 10840 10841 10842 10843 10844 10845 10846
        /// <summary>
        ///   Looks up a localized string similar to Possible unintended reference comparison; left hand side needs cast.
        /// </summary>
        internal static string WRN_BadRefCompareLeft_Title {
            get {
                return ResourceManager.GetString("WRN_BadRefCompareLeft_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10847 10848 10849 10850 10851 10852 10853 10854 10855
        /// <summary>
        ///   Looks up a localized string similar to Possible unintended reference comparison; to get a value comparison, cast the right hand side to type &apos;{0}&apos;.
        /// </summary>
        internal static string WRN_BadRefCompareRight {
            get {
                return ResourceManager.GetString("WRN_BadRefCompareRight", resourceCulture);
            }
        }
        
10856 10857 10858 10859 10860 10861 10862 10863 10864
        /// <summary>
        ///   Looks up a localized string similar to Possible unintended reference comparison; right hand side needs cast.
        /// </summary>
        internal static string WRN_BadRefCompareRight_Title {
            get {
                return ResourceManager.GetString("WRN_BadRefCompareRight_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10865 10866 10867 10868 10869 10870 10871 10872 10873 10874
        /// <summary>
        ///   Looks up a localized string similar to Cannot restore warning &apos;CS{0}&apos; because it was disabled globally.
        /// </summary>
        internal static string WRN_BadRestoreNumber {
            get {
                return ResourceManager.GetString("WRN_BadRestoreNumber", resourceCulture);
            }
        }
        
        /// <summary>
10875
        ///   Looks up a localized string similar to Cannot restore warning because it was disabled globally.
P
Pilchie 已提交
10876
        /// </summary>
10877
        internal static string WRN_BadRestoreNumber_Title {
P
Pilchie 已提交
10878
            get {
10879
                return ResourceManager.GetString("WRN_BadRestoreNumber_Title", resourceCulture);
P
Pilchie 已提交
10880 10881 10882 10883
            }
        }
        
        /// <summary>
10884
        ///   Looks up a localized string similar to The language name &apos;{0}&apos; is invalid..
P
Pilchie 已提交
10885
        /// </summary>
10886
        internal static string WRN_BadUILang {
P
Pilchie 已提交
10887
            get {
10888
                return ResourceManager.GetString("WRN_BadUILang", resourceCulture);
P
Pilchie 已提交
10889 10890 10891 10892
            }
        }
        
        /// <summary>
10893
        ///   Looks up a localized string similar to The language name is invalid.
P
Pilchie 已提交
10894
        /// </summary>
10895
        internal static string WRN_BadUILang_Title {
P
Pilchie 已提交
10896
            get {
10897
                return ResourceManager.GetString("WRN_BadUILang_Title", resourceCulture);
P
Pilchie 已提交
10898 10899 10900 10901
            }
        }
        
        /// <summary>
10902
        ///   Looks up a localized string similar to &apos;{0}&apos; is not a valid warning number.
P
Pilchie 已提交
10903
        /// </summary>
10904
        internal static string WRN_BadWarningNumber {
P
Pilchie 已提交
10905
            get {
10906
                return ResourceManager.GetString("WRN_BadWarningNumber", resourceCulture);
P
Pilchie 已提交
10907 10908 10909 10910
            }
        }
        
        /// <summary>
10911
        ///   Looks up a localized string similar to A number that was passed to the #pragma warning preprocessor directive was not a valid warning number. Verify that the number represents a warning, not an error..
P
Pilchie 已提交
10912
        /// </summary>
10913
        internal static string WRN_BadWarningNumber_Description {
P
Pilchie 已提交
10914
            get {
10915
                return ResourceManager.GetString("WRN_BadWarningNumber_Description", resourceCulture);
P
Pilchie 已提交
10916 10917 10918 10919
            }
        }
        
        /// <summary>
10920
        ///   Looks up a localized string similar to Not a valid warning number.
P
Pilchie 已提交
10921
        /// </summary>
10922
        internal static string WRN_BadWarningNumber_Title {
P
Pilchie 已提交
10923
            get {
10924
                return ResourceManager.GetString("WRN_BadWarningNumber_Title", resourceCulture);
P
Pilchie 已提交
10925 10926 10927 10928
            }
        }
        
        /// <summary>
10929
        ///   Looks up a localized string similar to XML comment has cref attribute &apos;{0}&apos; that could not be resolved.
P
Pilchie 已提交
10930
        /// </summary>
10931
        internal static string WRN_BadXMLRef {
P
Pilchie 已提交
10932
            get {
10933
                return ResourceManager.GetString("WRN_BadXMLRef", resourceCulture);
P
Pilchie 已提交
10934 10935 10936 10937
            }
        }
        
        /// <summary>
10938
        ///   Looks up a localized string similar to XML comment has cref attribute that could not be resolved.
P
Pilchie 已提交
10939
        /// </summary>
10940
        internal static string WRN_BadXMLRef_Title {
P
Pilchie 已提交
10941
            get {
10942
                return ResourceManager.GetString("WRN_BadXMLRef_Title", resourceCulture);
P
Pilchie 已提交
10943 10944 10945 10946
            }
        }
        
        /// <summary>
10947
        ///   Looks up a localized string similar to Invalid type for parameter {0} in XML comment cref attribute: &apos;{1}&apos;.
P
Pilchie 已提交
10948
        /// </summary>
10949
        internal static string WRN_BadXMLRefParamType {
P
Pilchie 已提交
10950
            get {
10951
                return ResourceManager.GetString("WRN_BadXMLRefParamType", resourceCulture);
P
Pilchie 已提交
10952 10953 10954 10955
            }
        }
        
        /// <summary>
10956
        ///   Looks up a localized string similar to Invalid type for parameter in XML comment cref attribute.
P
Pilchie 已提交
10957
        /// </summary>
10958
        internal static string WRN_BadXMLRefParamType_Title {
P
Pilchie 已提交
10959
            get {
10960
                return ResourceManager.GetString("WRN_BadXMLRefParamType_Title", resourceCulture);
P
Pilchie 已提交
10961 10962 10963 10964
            }
        }
        
        /// <summary>
10965
        ///   Looks up a localized string similar to Invalid return type in XML comment cref attribute.
P
Pilchie 已提交
10966
        /// </summary>
10967
        internal static string WRN_BadXMLRefReturnType {
P
Pilchie 已提交
10968
            get {
10969
                return ResourceManager.GetString("WRN_BadXMLRefReturnType", resourceCulture);
P
Pilchie 已提交
10970 10971 10972 10973
            }
        }
        
        /// <summary>
10974
        ///   Looks up a localized string similar to Invalid return type in XML comment cref attribute.
P
Pilchie 已提交
10975
        /// </summary>
10976
        internal static string WRN_BadXMLRefReturnType_Title {
P
Pilchie 已提交
10977
            get {
10978
                return ResourceManager.GetString("WRN_BadXMLRefReturnType_Title", resourceCulture);
P
Pilchie 已提交
10979 10980 10981 10982
            }
        }
        
        /// <summary>
10983
        ///   Looks up a localized string similar to XML comment has syntactically incorrect cref attribute &apos;{0}&apos;.
P
Pilchie 已提交
10984
        /// </summary>
10985
        internal static string WRN_BadXMLRefSyntax {
P
Pilchie 已提交
10986
            get {
10987
                return ResourceManager.GetString("WRN_BadXMLRefSyntax", resourceCulture);
P
Pilchie 已提交
10988 10989 10990 10991
            }
        }
        
        /// <summary>
10992
        ///   Looks up a localized string similar to XML comment has syntactically incorrect cref attribute.
P
Pilchie 已提交
10993
        /// </summary>
10994
        internal static string WRN_BadXMLRefSyntax_Title {
P
Pilchie 已提交
10995
            get {
10996
                return ResourceManager.GetString("WRN_BadXMLRefSyntax_Title", resourceCulture);
P
Pilchie 已提交
10997 10998 10999 11000
            }
        }
        
        /// <summary>
11001
        ///   Looks up a localized string similar to XML comment has cref attribute &apos;{0}&apos; that refers to a type parameter.
P
Pilchie 已提交
11002
        /// </summary>
11003
        internal static string WRN_BadXMLRefTypeVar {
P
Pilchie 已提交
11004
            get {
11005
                return ResourceManager.GetString("WRN_BadXMLRefTypeVar", resourceCulture);
P
Pilchie 已提交
11006 11007 11008 11009
            }
        }
        
        /// <summary>
11010
        ///   Looks up a localized string similar to XML comment has cref attribute that refers to a type parameter.
P
Pilchie 已提交
11011
        /// </summary>
11012
        internal static string WRN_BadXMLRefTypeVar_Title {
P
Pilchie 已提交
11013
            get {
11014
                return ResourceManager.GetString("WRN_BadXMLRefTypeVar_Title", resourceCulture);
P
Pilchie 已提交
11015 11016 11017 11018
            }
        }
        
        /// <summary>
11019
        ///   Looks up a localized string similar to Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first.
P
Pilchie 已提交
11020
        /// </summary>
11021
        internal static string WRN_BitwiseOrSignExtend {
P
Pilchie 已提交
11022
            get {
11023
                return ResourceManager.GetString("WRN_BitwiseOrSignExtend", resourceCulture);
P
Pilchie 已提交
11024 11025 11026 11027
            }
        }
        
        /// <summary>
11028
        ///   Looks up a localized string similar to The compiler implicitly widened and sign-extended a variable, and then used the resulting value in a bitwise OR operation. This can result in unexpected behavior..
P
Pilchie 已提交
11029
        /// </summary>
11030
        internal static string WRN_BitwiseOrSignExtend_Description {
P
Pilchie 已提交
11031
            get {
11032
                return ResourceManager.GetString("WRN_BitwiseOrSignExtend_Description", resourceCulture);
P
Pilchie 已提交
11033 11034 11035 11036
            }
        }
        
        /// <summary>
11037
        ///   Looks up a localized string similar to Bitwise-or operator used on a sign-extended operand.
P
Pilchie 已提交
11038
        /// </summary>
11039
        internal static string WRN_BitwiseOrSignExtend_Title {
P
Pilchie 已提交
11040
            get {
11041
                return ResourceManager.GetString("WRN_BitwiseOrSignExtend_Title", resourceCulture);
P
Pilchie 已提交
11042 11043 11044 11045
            }
        }
        
        /// <summary>
V
vsadov 已提交
11046
        ///   Looks up a localized string similar to Using &apos;{0}&apos; as a ref or out value or taking its address may cause a runtime exception because it is a field of a marshal-by-reference class.
P
Pilchie 已提交
11047
        /// </summary>
11048
        internal static string WRN_ByRefNonAgileField {
P
Pilchie 已提交
11049
            get {
11050
                return ResourceManager.GetString("WRN_ByRefNonAgileField", resourceCulture);
P
Pilchie 已提交
11051 11052 11053 11054
            }
        }
        
        /// <summary>
V
vsadov 已提交
11055
        ///   Looks up a localized string similar to Using a field of a marshal-by-reference class as a ref or out value or taking its address may cause a runtime exception.
P
Pilchie 已提交
11056
        /// </summary>
11057
        internal static string WRN_ByRefNonAgileField_Title {
P
Pilchie 已提交
11058
            get {
11059
                return ResourceManager.GetString("WRN_ByRefNonAgileField_Title", resourceCulture);
P
Pilchie 已提交
11060 11061 11062 11063
            }
        }
        
        /// <summary>
11064
        ///   Looks up a localized string similar to Call System.IDisposable.Dispose() on allocated instance of {0} before all references to it are out of scope..
P
Pilchie 已提交
11065
        /// </summary>
11066
        internal static string WRN_CA2000_DisposeObjectsBeforeLosingScope1 {
P
Pilchie 已提交
11067
            get {
11068
                return ResourceManager.GetString("WRN_CA2000_DisposeObjectsBeforeLosingScope1", resourceCulture);
P
Pilchie 已提交
11069 11070 11071 11072
            }
        }
        
        /// <summary>
11073
        ///   Looks up a localized string similar to Call System.IDisposable.Dispose() on allocated instance before all references to it are out of scope.
P
Pilchie 已提交
11074
        /// </summary>
11075
        internal static string WRN_CA2000_DisposeObjectsBeforeLosingScope1_Title {
P
Pilchie 已提交
11076
            get {
11077
                return ResourceManager.GetString("WRN_CA2000_DisposeObjectsBeforeLosingScope1_Title", resourceCulture);
P
Pilchie 已提交
11078 11079 11080 11081
            }
        }
        
        /// <summary>
11082
        ///   Looks up a localized string similar to Allocated instance of {0} is not disposed along all exception paths.  Call System.IDisposable.Dispose() before all references to it are out of scope..
P
Pilchie 已提交
11083
        /// </summary>
11084
        internal static string WRN_CA2000_DisposeObjectsBeforeLosingScope2 {
P
Pilchie 已提交
11085
            get {
11086
                return ResourceManager.GetString("WRN_CA2000_DisposeObjectsBeforeLosingScope2", resourceCulture);
P
Pilchie 已提交
11087 11088 11089 11090
            }
        }
        
        /// <summary>
11091
        ///   Looks up a localized string similar to Allocated instance is not disposed along all exception paths.
P
Pilchie 已提交
11092
        /// </summary>
11093
        internal static string WRN_CA2000_DisposeObjectsBeforeLosingScope2_Title {
P
Pilchie 已提交
11094
            get {
11095
                return ResourceManager.GetString("WRN_CA2000_DisposeObjectsBeforeLosingScope2_Title", resourceCulture);
P
Pilchie 已提交
11096 11097 11098 11099
            }
        }
        
        /// <summary>
11100
        ///   Looks up a localized string similar to Object &apos;{0}&apos; can be disposed more than once..
P
Pilchie 已提交
11101
        /// </summary>
11102
        internal static string WRN_CA2202_DoNotDisposeObjectsMultipleTimes {
P
Pilchie 已提交
11103
            get {
11104
                return ResourceManager.GetString("WRN_CA2202_DoNotDisposeObjectsMultipleTimes", resourceCulture);
P
Pilchie 已提交
11105 11106 11107 11108
            }
        }
        
        /// <summary>
11109
        ///   Looks up a localized string similar to Object can be disposed more than once.
P
Pilchie 已提交
11110
        /// </summary>
11111
        internal static string WRN_CA2202_DoNotDisposeObjectsMultipleTimes_Title {
P
Pilchie 已提交
11112
            get {
11113
                return ResourceManager.GetString("WRN_CA2202_DoNotDisposeObjectsMultipleTimes_Title", resourceCulture);
P
Pilchie 已提交
11114 11115 11116 11117
            }
        }
        
        /// <summary>
C
Charles Stoner 已提交
11118
        ///   Looks up a localized string similar to The CallerFilePathAttribute applied to parameter &apos;{0}&apos; will have no effect because it applies to a member that is used in contexts that do not allow optional arguments.
P
Pilchie 已提交
11119
        /// </summary>
11120
        internal static string WRN_CallerFilePathParamForUnconsumedLocation {
P
Pilchie 已提交
11121
            get {
11122
                return ResourceManager.GetString("WRN_CallerFilePathParamForUnconsumedLocation", resourceCulture);
P
Pilchie 已提交
11123 11124 11125 11126
            }
        }
        
        /// <summary>
C
Charles Stoner 已提交
11127
        ///   Looks up a localized string similar to The CallerFilePathAttribute will have no effect because it applies to a member that is used in contexts that do not allow optional arguments.
P
Pilchie 已提交
11128
        /// </summary>
11129
        internal static string WRN_CallerFilePathParamForUnconsumedLocation_Title {
P
Pilchie 已提交
11130
            get {
11131
                return ResourceManager.GetString("WRN_CallerFilePathParamForUnconsumedLocation_Title", resourceCulture);
P
Pilchie 已提交
11132 11133 11134 11135
            }
        }
        
        /// <summary>
11136
        ///   Looks up a localized string similar to The CallerMemberNameAttribute applied to parameter &apos;{0}&apos; will have no effect. It is overridden by the CallerFilePathAttribute..
P
Pilchie 已提交
11137
        /// </summary>
11138
        internal static string WRN_CallerFilePathPreferredOverCallerMemberName {
P
Pilchie 已提交
11139
            get {
11140
                return ResourceManager.GetString("WRN_CallerFilePathPreferredOverCallerMemberName", resourceCulture);
P
Pilchie 已提交
11141 11142 11143 11144
            }
        }
        
        /// <summary>
11145
        ///   Looks up a localized string similar to The CallerMemberNameAttribute will have no effect; it is overridden by the CallerFilePathAttribute.
P
Pilchie 已提交
11146
        /// </summary>
11147
        internal static string WRN_CallerFilePathPreferredOverCallerMemberName_Title {
P
Pilchie 已提交
11148
            get {
11149
                return ResourceManager.GetString("WRN_CallerFilePathPreferredOverCallerMemberName_Title", resourceCulture);
P
Pilchie 已提交
11150 11151 11152 11153
            }
        }
        
        /// <summary>
11154
        ///   Looks up a localized string similar to The CallerLineNumberAttribute applied to parameter &apos;{0}&apos; will have no effect because it applies to a member that is used in contexts that do not allow optional arguments.
P
Pilchie 已提交
11155
        /// </summary>
11156
        internal static string WRN_CallerLineNumberParamForUnconsumedLocation {
P
Pilchie 已提交
11157
            get {
11158
                return ResourceManager.GetString("WRN_CallerLineNumberParamForUnconsumedLocation", resourceCulture);
P
Pilchie 已提交
11159 11160 11161 11162
            }
        }
        
        /// <summary>
11163
        ///   Looks up a localized string similar to The CallerLineNumberAttribute will have no effect because it applies to a member that is used in contexts that do not allow optional arguments.
P
Pilchie 已提交
11164
        /// </summary>
11165
        internal static string WRN_CallerLineNumberParamForUnconsumedLocation_Title {
P
Pilchie 已提交
11166
            get {
11167
                return ResourceManager.GetString("WRN_CallerLineNumberParamForUnconsumedLocation_Title", resourceCulture);
P
Pilchie 已提交
11168 11169 11170 11171
            }
        }
        
        /// <summary>
11172
        ///   Looks up a localized string similar to The CallerFilePathAttribute applied to parameter &apos;{0}&apos; will have no effect. It is overridden by the CallerLineNumberAttribute..
P
Pilchie 已提交
11173
        /// </summary>
11174
        internal static string WRN_CallerLineNumberPreferredOverCallerFilePath {
P
Pilchie 已提交
11175
            get {
11176
                return ResourceManager.GetString("WRN_CallerLineNumberPreferredOverCallerFilePath", resourceCulture);
P
Pilchie 已提交
11177 11178 11179 11180
            }
        }
        
        /// <summary>
11181
        ///   Looks up a localized string similar to The CallerFilePathAttribute will have no effect; it is overridden by the CallerLineNumberAttribute.
P
Pilchie 已提交
11182
        /// </summary>
11183
        internal static string WRN_CallerLineNumberPreferredOverCallerFilePath_Title {
P
Pilchie 已提交
11184
            get {
11185
                return ResourceManager.GetString("WRN_CallerLineNumberPreferredOverCallerFilePath_Title", resourceCulture);
P
Pilchie 已提交
11186 11187 11188 11189
            }
        }
        
        /// <summary>
11190
        ///   Looks up a localized string similar to The CallerMemberNameAttribute applied to parameter &apos;{0}&apos; will have no effect. It is overridden by the CallerLineNumberAttribute..
P
Pilchie 已提交
11191
        /// </summary>
11192
        internal static string WRN_CallerLineNumberPreferredOverCallerMemberName {
P
Pilchie 已提交
11193
            get {
11194
                return ResourceManager.GetString("WRN_CallerLineNumberPreferredOverCallerMemberName", resourceCulture);
P
Pilchie 已提交
11195 11196 11197 11198
            }
        }
        
        /// <summary>
11199
        ///   Looks up a localized string similar to The CallerMemberNameAttribute will have no effect; it is overridden by the CallerLineNumberAttribute.
P
Pilchie 已提交
11200
        /// </summary>
11201
        internal static string WRN_CallerLineNumberPreferredOverCallerMemberName_Title {
P
Pilchie 已提交
11202
            get {
11203
                return ResourceManager.GetString("WRN_CallerLineNumberPreferredOverCallerMemberName_Title", resourceCulture);
P
Pilchie 已提交
11204 11205 11206 11207
            }
        }
        
        /// <summary>
11208
        ///   Looks up a localized string similar to The CallerMemberNameAttribute applied to parameter &apos;{0}&apos; will have no effect because it applies to a member that is used in contexts that do not allow optional arguments.
P
Pilchie 已提交
11209
        /// </summary>
11210
        internal static string WRN_CallerMemberNameParamForUnconsumedLocation {
P
Pilchie 已提交
11211
            get {
11212
                return ResourceManager.GetString("WRN_CallerMemberNameParamForUnconsumedLocation", resourceCulture);
P
Pilchie 已提交
11213 11214 11215 11216
            }
        }
        
        /// <summary>
11217
        ///   Looks up a localized string similar to The CallerMemberNameAttribute will have no effect because it applies to a member that is used in contexts that do not allow optional arguments.
P
Pilchie 已提交
11218
        /// </summary>
11219
        internal static string WRN_CallerMemberNameParamForUnconsumedLocation_Title {
P
Pilchie 已提交
11220
            get {
11221
                return ResourceManager.GetString("WRN_CallerMemberNameParamForUnconsumedLocation_Title", resourceCulture);
P
Pilchie 已提交
11222 11223 11224 11225
            }
        }
        
        /// <summary>
11226
        ///   Looks up a localized string similar to Accessing a member on &apos;{0}&apos; may cause a runtime exception because it is a field of a marshal-by-reference class.
P
Pilchie 已提交
11227
        /// </summary>
11228
        internal static string WRN_CallOnNonAgileField {
P
Pilchie 已提交
11229
            get {
11230
                return ResourceManager.GetString("WRN_CallOnNonAgileField", resourceCulture);
P
Pilchie 已提交
11231 11232 11233 11234
            }
        }
        
        /// <summary>
11235
        ///   Looks up a localized string similar to This warning occurs when you try to call a method, property, or indexer on a member of a class that derives from MarshalByRefObject, and the member is a value type. Objects that inherit from MarshalByRefObject are typically intended to be marshaled by reference across an application domain. If any code ever attempts to directly access the value-type member of such an object across an application domain, a runtime exception will occur. To resolve the warning, first copy the member into a local variable and c [rest of string was truncated]&quot;;.
P
Pilchie 已提交
11236
        /// </summary>
11237
        internal static string WRN_CallOnNonAgileField_Description {
P
Pilchie 已提交
11238
            get {
11239
                return ResourceManager.GetString("WRN_CallOnNonAgileField_Description", resourceCulture);
P
Pilchie 已提交
11240 11241 11242 11243
            }
        }
        
        /// <summary>
11244
        ///   Looks up a localized string similar to Accessing a member on a field of a marshal-by-reference class may cause a runtime exception.
P
Pilchie 已提交
11245
        /// </summary>
11246
        internal static string WRN_CallOnNonAgileField_Title {
P
Pilchie 已提交
11247
            get {
11248
                return ResourceManager.GetString("WRN_CallOnNonAgileField_Title", resourceCulture);
P
Pilchie 已提交
11249 11250 11251 11252
            }
        }
        
        /// <summary>
11253
        ///   Looks up a localized string similar to Ignoring /win32manifest for module because it only applies to assemblies.
P
Pilchie 已提交
11254
        /// </summary>
11255
        internal static string WRN_CantHaveManifestForModule {
P
Pilchie 已提交
11256
            get {
11257
                return ResourceManager.GetString("WRN_CantHaveManifestForModule", resourceCulture);
P
Pilchie 已提交
11258 11259 11260 11261
            }
        }
        
        /// <summary>
11262
        ///   Looks up a localized string similar to Ignoring /win32manifest for module because it only applies to assemblies.
P
Pilchie 已提交
11263
        /// </summary>
11264
        internal static string WRN_CantHaveManifestForModule_Title {
P
Pilchie 已提交
11265
            get {
11266
                return ResourceManager.GetString("WRN_CantHaveManifestForModule_Title", resourceCulture);
P
Pilchie 已提交
11267 11268 11269 11270
            }
        }
        
        /// <summary>
11271 11272 11273 11274 11275 11276 11277 11278 11279 11280 11281 11282 11283 11284 11285 11286 11287 11288 11289 11290 11291 11292 11293 11294 11295 11296 11297 11298 11299 11300 11301 11302 11303 11304 11305 11306 11307 11308 11309 11310 11311 11312 11313 11314 11315 11316 11317 11318 11319 11320 11321 11322 11323 11324 11325 11326 11327 11328 11329 11330 11331 11332 11333 11334 11335 11336 11337 11338 11339 11340 11341 11342 11343 11344 11345 11346 11347 11348 11349 11350 11351 11352 11353 11354 11355 11356 11357 11358 11359 11360 11361 11362 11363 11364 11365 11366 11367 11368 11369 11370 11371 11372 11373 11374 11375 11376 11377 11378
        ///   Looks up a localized string similar to Arrays as attribute arguments is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_ArrayArgumentToAttribute {
            get {
                return ResourceManager.GetString("WRN_CLS_ArrayArgumentToAttribute", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Arrays as attribute arguments is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_ArrayArgumentToAttribute_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_ArrayArgumentToAttribute_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; cannot be marked as CLS-compliant because the assembly does not have a CLSCompliant attribute.
        /// </summary>
        internal static string WRN_CLS_AssemblyNotCLS {
            get {
                return ResourceManager.GetString("WRN_CLS_AssemblyNotCLS", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type or member cannot be marked as CLS-compliant because the assembly does not have a CLSCompliant attribute.
        /// </summary>
        internal static string WRN_CLS_AssemblyNotCLS_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_AssemblyNotCLS_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute.
        /// </summary>
        internal static string WRN_CLS_AssemblyNotCLS2 {
            get {
                return ResourceManager.GetString("WRN_CLS_AssemblyNotCLS2", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type or member does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute.
        /// </summary>
        internal static string WRN_CLS_AssemblyNotCLS2_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_AssemblyNotCLS2_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Argument type &apos;{0}&apos; is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_BadArgType {
            get {
                return ResourceManager.GetString("WRN_CLS_BadArgType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Argument type is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_BadArgType_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_BadArgType_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; has no accessible constructors which use only CLS-compliant types.
        /// </summary>
        internal static string WRN_CLS_BadAttributeType {
            get {
                return ResourceManager.GetString("WRN_CLS_BadAttributeType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type has no accessible constructors which use only CLS-compliant types.
        /// </summary>
        internal static string WRN_CLS_BadAttributeType_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_BadAttributeType_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: base type &apos;{1}&apos; is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_BadBase {
            get {
                return ResourceManager.GetString("WRN_CLS_BadBase", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A base type was marked as not having to be compliant with the Common Language Specification (CLS) in an assembly that was marked as being CLS compliant. Either remove the attribute that specifies the assembly is CLS compliant or remove the attribute that indicates the type is not CLS compliant..
        /// </summary>
        internal static string WRN_CLS_BadBase_Description {
            get {
                return ResourceManager.GetString("WRN_CLS_BadBase_Description", resourceCulture);
            }
        }
        
        /// <summary>
11379
        ///   Looks up a localized string similar to Base type is not CLS-compliant.
11380 11381 11382 11383 11384 11385 11386 11387 11388 11389 11390 11391 11392 11393 11394 11395 11396 11397 11398 11399 11400 11401 11402 11403 11404 11405 11406 11407 11408 11409 11410 11411 11412 11413 11414 11415 11416 11417 11418 11419 11420 11421 11422 11423 11424 11425 11426 11427 11428 11429 11430 11431 11432 11433 11434 11435 11436 11437 11438 11439 11440 11441 11442 11443 11444 11445 11446 11447 11448 11449 11450 11451 11452 11453 11454 11455 11456 11457 11458 11459 11460 11461 11462 11463 11464 11465 11466 11467 11468 11469 11470 11471 11472 11473 11474 11475 11476 11477 11478 11479 11480 11481 11482 11483 11484 11485 11486 11487 11488 11489 11490 11491 11492 11493 11494 11495 11496 11497 11498 11499 11500 11501 11502 11503 11504 11505 11506 11507 11508 11509 11510 11511 11512 11513 11514 11515 11516 11517 11518 11519 11520 11521 11522 11523 11524 11525 11526 11527 11528 11529 11530 11531 11532 11533 11534 11535 11536 11537 11538 11539 11540 11541 11542 11543 11544 11545 11546 11547 11548 11549 11550 11551 11552 11553 11554 11555 11556 11557 11558 11559 11560 11561 11562 11563 11564 11565 11566 11567 11568 11569 11570 11571 11572 11573 11574 11575 11576 11577 11578 11579 11580 11581 11582 11583 11584 11585 11586 11587 11588 11589 11590 11591 11592 11593 11594 11595 11596 11597 11598 11599 11600 11601 11602 11603 11604 11605 11606 11607 11608 11609 11610 11611 11612 11613 11614 11615 11616 11617 11618 11619 11620 11621 11622 11623 11624 11625 11626 11627 11628 11629 11630 11631 11632 11633 11634 11635 11636 11637 11638 11639 11640 11641 11642 11643 11644 11645 11646 11647 11648 11649 11650 11651 11652 11653 11654 11655 11656 11657 11658 11659 11660 11661 11662 11663 11664 11665 11666 11667 11668 11669 11670 11671 11672 11673 11674 11675 11676 11677 11678 11679 11680 11681 11682 11683 11684 11685 11686 11687 11688 11689 11690 11691 11692 11693 11694 11695 11696 11697 11698 11699 11700 11701 11702 11703 11704 11705 11706 11707 11708 11709 11710 11711 11712 11713 11714 11715 11716 11717 11718 11719 11720 11721 11722 11723 11724 11725 11726 11727 11728 11729 11730
        /// </summary>
        internal static string WRN_CLS_BadBase_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_BadBase_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type of &apos;{0}&apos; is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_BadFieldPropType {
            get {
                return ResourceManager.GetString("WRN_CLS_BadFieldPropType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A public, protected, or protected internal variable must be of a type that is compliant with the Common Language Specification (CLS)..
        /// </summary>
        internal static string WRN_CLS_BadFieldPropType_Description {
            get {
                return ResourceManager.GetString("WRN_CLS_BadFieldPropType_Description", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_BadFieldPropType_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_BadFieldPropType_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Identifier &apos;{0}&apos; is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_BadIdentifier {
            get {
                return ResourceManager.GetString("WRN_CLS_BadIdentifier", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Identifier is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_BadIdentifier_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_BadIdentifier_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Identifier &apos;{0}&apos; differing only in case is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_BadIdentifierCase {
            get {
                return ResourceManager.GetString("WRN_CLS_BadIdentifierCase", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Identifier differing only in case is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_BadIdentifierCase_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_BadIdentifierCase_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is not CLS-compliant because base interface &apos;{1}&apos; is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_BadInterface {
            get {
                return ResourceManager.GetString("WRN_CLS_BadInterface", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type is not CLS-compliant because base interface is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_BadInterface_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_BadInterface_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: CLS-compliant interfaces must have only CLS-compliant members.
        /// </summary>
        internal static string WRN_CLS_BadInterfaceMember {
            get {
                return ResourceManager.GetString("WRN_CLS_BadInterfaceMember", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CLS-compliant interfaces must have only CLS-compliant members.
        /// </summary>
        internal static string WRN_CLS_BadInterfaceMember_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_BadInterfaceMember_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Return type of &apos;{0}&apos; is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_BadReturnType {
            get {
                return ResourceManager.GetString("WRN_CLS_BadReturnType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Return type is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_BadReturnType_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_BadReturnType_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Constraint type &apos;{0}&apos; is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_BadTypeVar {
            get {
                return ResourceManager.GetString("WRN_CLS_BadTypeVar", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Constraint type is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_BadTypeVar_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_BadTypeVar_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; cannot be marked as CLS-compliant because it is a member of non-CLS-compliant type &apos;{1}&apos;.
        /// </summary>
        internal static string WRN_CLS_IllegalTrueInFalse {
            get {
                return ResourceManager.GetString("WRN_CLS_IllegalTrueInFalse", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type cannot be marked as CLS-compliant because it is a member of non-CLS-compliant type.
        /// </summary>
        internal static string WRN_CLS_IllegalTrueInFalse_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_IllegalTrueInFalse_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CLSCompliant attribute has no meaning when applied to parameters. Try putting it on the method instead..
        /// </summary>
        internal static string WRN_CLS_MeaninglessOnParam {
            get {
                return ResourceManager.GetString("WRN_CLS_MeaninglessOnParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CLSCompliant attribute has no meaning when applied to parameters.
        /// </summary>
        internal static string WRN_CLS_MeaninglessOnParam_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_MeaninglessOnParam_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CLS compliance checking will not be performed on &apos;{0}&apos; because it is not visible from outside this assembly.
        /// </summary>
        internal static string WRN_CLS_MeaninglessOnPrivateType {
            get {
                return ResourceManager.GetString("WRN_CLS_MeaninglessOnPrivateType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CLS compliance checking will not be performed because it is not visible from outside this assembly.
        /// </summary>
        internal static string WRN_CLS_MeaninglessOnPrivateType_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_MeaninglessOnPrivateType_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CLSCompliant attribute has no meaning when applied to return types. Try putting it on the method instead..
        /// </summary>
        internal static string WRN_CLS_MeaninglessOnReturn {
            get {
                return ResourceManager.GetString("WRN_CLS_MeaninglessOnReturn", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CLSCompliant attribute has no meaning when applied to return types.
        /// </summary>
        internal static string WRN_CLS_MeaninglessOnReturn_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_MeaninglessOnReturn_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Added modules must be marked with the CLSCompliant attribute to match the assembly.
        /// </summary>
        internal static string WRN_CLS_ModuleMissingCLS {
            get {
                return ResourceManager.GetString("WRN_CLS_ModuleMissingCLS", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Added modules must be marked with the CLSCompliant attribute to match the assembly.
        /// </summary>
        internal static string WRN_CLS_ModuleMissingCLS_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_ModuleMissingCLS_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: only CLS-compliant members can be abstract.
        /// </summary>
        internal static string WRN_CLS_NoAbstractMembers {
            get {
                return ResourceManager.GetString("WRN_CLS_NoAbstractMembers", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Only CLS-compliant members can be abstract.
        /// </summary>
        internal static string WRN_CLS_NoAbstractMembers_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_NoAbstractMembers_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to You must specify the CLSCompliant attribute on the assembly, not the module, to enable CLS compliance checking.
        /// </summary>
        internal static string WRN_CLS_NotOnModules {
            get {
                return ResourceManager.GetString("WRN_CLS_NotOnModules", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to You must specify the CLSCompliant attribute on the assembly, not the module, to enable CLS compliance checking.
        /// </summary>
        internal static string WRN_CLS_NotOnModules_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_NotOnModules_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to You cannot specify the CLSCompliant attribute on a module that differs from the CLSCompliant attribute on the assembly.
        /// </summary>
        internal static string WRN_CLS_NotOnModules2 {
            get {
                return ResourceManager.GetString("WRN_CLS_NotOnModules2", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to You cannot specify the CLSCompliant attribute on a module that differs from the CLSCompliant attribute on the assembly.
        /// </summary>
        internal static string WRN_CLS_NotOnModules2_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_NotOnModules2_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Methods with variable arguments are not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_NoVarArgs {
            get {
                return ResourceManager.GetString("WRN_CLS_NoVarArgs", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Methods with variable arguments are not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_NoVarArgs_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_NoVarArgs_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Overloaded method &apos;{0}&apos; differing only in ref or out, or in array rank, is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_OverloadRefOut {
            get {
                return ResourceManager.GetString("WRN_CLS_OverloadRefOut", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Overloaded method differing only in ref or out, or in array rank, is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_OverloadRefOut_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_OverloadRefOut_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Overloaded method &apos;{0}&apos; differing only by unnamed array types is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_OverloadUnnamed {
            get {
                return ResourceManager.GetString("WRN_CLS_OverloadUnnamed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to This error occurs if you have an overloaded method that takes a jagged array and the only difference between the method signatures is the element type of the array. To avoid this error, consider using a rectangular array rather than a jagged array; use an additional parameter to disambiguate the function call; rename one or more of the overloaded methods; or, if CLS Compliance is not needed, remove the CLSCompliantAttribute attribute..
        /// </summary>
        internal static string WRN_CLS_OverloadUnnamed_Description {
            get {
                return ResourceManager.GetString("WRN_CLS_OverloadUnnamed_Description", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Overloaded method differing only by unnamed array types is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_OverloadUnnamed_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_OverloadUnnamed_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CLS-compliant field &apos;{0}&apos; cannot be volatile.
P
Pilchie 已提交
11731 11732 11733
        /// </summary>
        internal static string WRN_CLS_VolatileField {
            get {
11734 11735 11736 11737 11738 11739 11740 11741 11742 11743 11744 11745 11746 11747 11748 11749 11750 11751 11752 11753 11754 11755 11756 11757 11758 11759 11760 11761 11762 11763 11764 11765 11766 11767 11768 11769 11770 11771 11772 11773 11774 11775 11776 11777 11778 11779 11780 11781 11782 11783 11784 11785 11786 11787 11788 11789 11790 11791 11792 11793 11794 11795 11796 11797 11798 11799 11800 11801 11802 11803 11804 11805 11806 11807 11808 11809 11810 11811 11812 11813 11814 11815 11816 11817 11818 11819 11820 11821 11822 11823 11824 11825 11826 11827 11828 11829 11830 11831 11832 11833 11834 11835 11836 11837 11838 11839 11840 11841 11842 11843 11844 11845 11846 11847 11848 11849 11850 11851 11852 11853 11854 11855 11856 11857 11858 11859 11860 11861 11862 11863 11864 11865 11866 11867 11868 11869 11870 11871 11872 11873 11874 11875 11876 11877 11878 11879 11880 11881 11882 11883 11884 11885 11886 11887 11888 11889 11890 11891 11892 11893 11894 11895 11896 11897 11898 11899 11900 11901 11902 11903 11904 11905 11906 11907 11908 11909 11910 11911 11912 11913 11914 11915 11916 11917 11918 11919 11920 11921 11922 11923 11924 11925 11926 11927 11928 11929 11930 11931 11932 11933 11934 11935 11936 11937 11938 11939 11940 11941 11942 11943 11944 11945 11946 11947 11948 11949 11950 11951 11952 11953 11954 11955 11956 11957 11958 11959 11960 11961 11962 11963 11964 11965 11966 11967 11968 11969 11970 11971 11972 11973 11974 11975 11976 11977 11978 11979 11980 11981 11982 11983 11984 11985 11986 11987 11988 11989 11990 11991 11992 11993 11994 11995 11996 11997 11998 11999 12000 12001 12002 12003 12004 12005 12006 12007 12008 12009 12010 12011 12012 12013 12014 12015 12016 12017 12018 12019 12020 12021 12022 12023 12024 12025 12026 12027 12028 12029 12030 12031 12032 12033 12034 12035 12036 12037 12038 12039 12040 12041 12042 12043 12044 12045 12046 12047 12048 12049 12050 12051 12052 12053 12054 12055 12056 12057 12058 12059 12060 12061 12062 12063 12064 12065 12066 12067 12068 12069 12070 12071 12072 12073 12074 12075 12076 12077 12078 12079 12080 12081 12082 12083 12084 12085 12086 12087 12088 12089 12090 12091 12092 12093 12094 12095 12096 12097 12098 12099 12100 12101 12102 12103 12104 12105 12106 12107 12108 12109 12110 12111 12112 12113 12114 12115 12116 12117 12118 12119 12120 12121 12122 12123 12124 12125 12126 12127 12128 12129 12130 12131 12132 12133 12134 12135 12136 12137 12138 12139 12140 12141 12142 12143 12144 12145
                return ResourceManager.GetString("WRN_CLS_VolatileField", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CLS-compliant field cannot be volatile.
        /// </summary>
        internal static string WRN_CLS_VolatileField_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_VolatileField_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Option &apos;{0}&apos; overrides attribute &apos;{1}&apos; given in a source file or added module.
        /// </summary>
        internal static string WRN_CmdOptionConflictsSource {
            get {
                return ResourceManager.GetString("WRN_CmdOptionConflictsSource", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to This warning occurs if the assembly attributes AssemblyKeyFileAttribute or AssemblyKeyNameAttribute found in source conflict with the /keyfile or /keycontainer command line option or key file name or key container specified in the Project Properties..
        /// </summary>
        internal static string WRN_CmdOptionConflictsSource_Description {
            get {
                return ResourceManager.GetString("WRN_CmdOptionConflictsSource_Description", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Option overrides attribute given in a source file or added module.
        /// </summary>
        internal static string WRN_CmdOptionConflictsSource_Title {
            get {
                return ResourceManager.GetString("WRN_CmdOptionConflictsSource_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Comparing with null of type &apos;{0}&apos; always produces &apos;false&apos;.
        /// </summary>
        internal static string WRN_CmpAlwaysFalse {
            get {
                return ResourceManager.GetString("WRN_CmpAlwaysFalse", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Comparing with null of struct type always produces &apos;false&apos;.
        /// </summary>
        internal static string WRN_CmpAlwaysFalse_Title {
            get {
                return ResourceManager.GetString("WRN_CmpAlwaysFalse_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; interface marked with &apos;CoClassAttribute&apos; not marked with &apos;ComImportAttribute&apos;.
        /// </summary>
        internal static string WRN_CoClassWithoutComImport {
            get {
                return ResourceManager.GetString("WRN_CoClassWithoutComImport", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Interface marked with &apos;CoClassAttribute&apos; not marked with &apos;ComImportAttribute&apos;.
        /// </summary>
        internal static string WRN_CoClassWithoutComImport_Title {
            get {
                return ResourceManager.GetString("WRN_CoClassWithoutComImport_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Comparison made to same variable; did you mean to compare something else?.
        /// </summary>
        internal static string WRN_ComparisonToSelf {
            get {
                return ResourceManager.GetString("WRN_ComparisonToSelf", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Comparison made to same variable.
        /// </summary>
        internal static string WRN_ComparisonToSelf_Title {
            get {
                return ResourceManager.GetString("WRN_ComparisonToSelf_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Different checksum values given for &apos;{0}&apos;.
        /// </summary>
        internal static string WRN_ConflictingChecksum {
            get {
                return ResourceManager.GetString("WRN_ConflictingChecksum", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Different #pragma checksum values given.
        /// </summary>
        internal static string WRN_ConflictingChecksum_Title {
            get {
                return ResourceManager.GetString("WRN_ConflictingChecksum_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Referenced assembly &apos;{0}&apos; targets a different processor..
        /// </summary>
        internal static string WRN_ConflictingMachineAssembly {
            get {
                return ResourceManager.GetString("WRN_ConflictingMachineAssembly", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Referenced assembly targets a different processor.
        /// </summary>
        internal static string WRN_ConflictingMachineAssembly_Title {
            get {
                return ResourceManager.GetString("WRN_ConflictingMachineAssembly_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The fully qualified name for &apos;{0}&apos; is too long for debug information. Compile without &apos;/debug&apos; option..
        /// </summary>
        internal static string WRN_DebugFullNameTooLong {
            get {
                return ResourceManager.GetString("WRN_DebugFullNameTooLong", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Fully qualified name is too long for debug information.
        /// </summary>
        internal static string WRN_DebugFullNameTooLong_Title {
            get {
                return ResourceManager.GetString("WRN_DebugFullNameTooLong_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The default value specified for parameter &apos;{0}&apos; will have no effect because it applies to a member that is used in contexts that do not allow optional arguments.
        /// </summary>
        internal static string WRN_DefaultValueForUnconsumedLocation {
            get {
                return ResourceManager.GetString("WRN_DefaultValueForUnconsumedLocation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The default value specified will have no effect because it applies to a member that is used in contexts that do not allow optional arguments.
        /// </summary>
        internal static string WRN_DefaultValueForUnconsumedLocation_Title {
            get {
                return ResourceManager.GetString("WRN_DefaultValueForUnconsumedLocation_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid value for &apos;/define&apos;; &apos;{0}&apos; is not a valid identifier.
        /// </summary>
        internal static string WRN_DefineIdentifierRequired {
            get {
                return ResourceManager.GetString("WRN_DefineIdentifierRequired", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid value for &apos;/define&apos;; not a valid identifier.
        /// </summary>
        internal static string WRN_DefineIdentifierRequired_Title {
            get {
                return ResourceManager.GetString("WRN_DefineIdentifierRequired_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Delay signing was specified and requires a public key, but no public key was specified.
        /// </summary>
        internal static string WRN_DelaySignButNoKey {
            get {
                return ResourceManager.GetString("WRN_DelaySignButNoKey", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Delay signing was specified and requires a public key, but no public key was specified.
        /// </summary>
        internal static string WRN_DelaySignButNoKey_Title {
            get {
                return ResourceManager.GetString("WRN_DelaySignButNoKey_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The best overloaded Add method &apos;{0}&apos; for the collection initializer element is obsolete..
        /// </summary>
        internal static string WRN_DeprecatedCollectionInitAdd {
            get {
                return ResourceManager.GetString("WRN_DeprecatedCollectionInitAdd", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The best overloaded Add method for the collection initializer element is obsolete.
        /// </summary>
        internal static string WRN_DeprecatedCollectionInitAdd_Title {
            get {
                return ResourceManager.GetString("WRN_DeprecatedCollectionInitAdd_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The best overloaded Add method &apos;{0}&apos; for the collection initializer element is obsolete. {1}.
        /// </summary>
        internal static string WRN_DeprecatedCollectionInitAddStr {
            get {
                return ResourceManager.GetString("WRN_DeprecatedCollectionInitAddStr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The best overloaded Add method for the collection initializer element is obsolete.
        /// </summary>
        internal static string WRN_DeprecatedCollectionInitAddStr_Title {
            get {
                return ResourceManager.GetString("WRN_DeprecatedCollectionInitAddStr_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is obsolete.
        /// </summary>
        internal static string WRN_DeprecatedSymbol {
            get {
                return ResourceManager.GetString("WRN_DeprecatedSymbol", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type or member is obsolete.
        /// </summary>
        internal static string WRN_DeprecatedSymbol_Title {
            get {
                return ResourceManager.GetString("WRN_DeprecatedSymbol_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is obsolete: &apos;{1}&apos;.
        /// </summary>
        internal static string WRN_DeprecatedSymbolStr {
            get {
                return ResourceManager.GetString("WRN_DeprecatedSymbolStr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type or member is obsolete.
        /// </summary>
        internal static string WRN_DeprecatedSymbolStr_Title {
            get {
                return ResourceManager.GetString("WRN_DeprecatedSymbolStr_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expression will always cause a System.NullReferenceException because the default value of &apos;{0}&apos; is null.
        /// </summary>
        internal static string WRN_DotOnDefault {
            get {
                return ResourceManager.GetString("WRN_DotOnDefault", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expression will always cause a System.NullReferenceException because the type&apos;s default value is null.
        /// </summary>
        internal static string WRN_DotOnDefault_Title {
            get {
                return ResourceManager.GetString("WRN_DotOnDefault_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to XML comment has a duplicate param tag for &apos;{0}&apos;.
        /// </summary>
        internal static string WRN_DuplicateParamTag {
            get {
                return ResourceManager.GetString("WRN_DuplicateParamTag", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to XML comment has a duplicate param tag.
        /// </summary>
        internal static string WRN_DuplicateParamTag_Title {
            get {
                return ResourceManager.GetString("WRN_DuplicateParamTag_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to XML comment has a duplicate typeparam tag for &apos;{0}&apos;.
        /// </summary>
        internal static string WRN_DuplicateTypeParamTag {
            get {
                return ResourceManager.GetString("WRN_DuplicateTypeParamTag", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to XML comment has a duplicate typeparam tag.
        /// </summary>
        internal static string WRN_DuplicateTypeParamTag_Title {
            get {
                return ResourceManager.GetString("WRN_DuplicateTypeParamTag_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The using directive for &apos;{0}&apos; appeared previously in this namespace.
        /// </summary>
        internal static string WRN_DuplicateUsing {
            get {
                return ResourceManager.GetString("WRN_DuplicateUsing", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Using directive appeared previously in this namespace.
        /// </summary>
        internal static string WRN_DuplicateUsing_Title {
            get {
                return ResourceManager.GetString("WRN_DuplicateUsing_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The dynamically dispatched call to method &apos;{0}&apos; may fail at runtime because one or more applicable overloads are conditional methods..
        /// </summary>
        internal static string WRN_DynamicDispatchToConditionalMethod {
            get {
                return ResourceManager.GetString("WRN_DynamicDispatchToConditionalMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Dynamically dispatched call may fail at runtime because one or more applicable overloads are conditional methods.
        /// </summary>
        internal static string WRN_DynamicDispatchToConditionalMethod_Title {
            get {
                return ResourceManager.GetString("WRN_DynamicDispatchToConditionalMethod_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Empty switch block.
        /// </summary>
        internal static string WRN_EmptySwitch {
            get {
                return ResourceManager.GetString("WRN_EmptySwitch", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Empty switch block.
        /// </summary>
        internal static string WRN_EmptySwitch_Title {
            get {
                return ResourceManager.GetString("WRN_EmptySwitch_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Single-line comment or end-of-line expected.
        /// </summary>
        internal static string WRN_EndOfPPLineExpected {
            get {
                return ResourceManager.GetString("WRN_EndOfPPLineExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Single-line comment or end-of-line expected after #pragma directive.
        /// </summary>
        internal static string WRN_EndOfPPLineExpected_Title {
            get {
                return ResourceManager.GetString("WRN_EndOfPPLineExpected_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; defines operator == or operator != but does not override Object.Equals(object o).
        /// </summary>
        internal static string WRN_EqualityOpWithoutEquals {
            get {
                return ResourceManager.GetString("WRN_EqualityOpWithoutEquals", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type defines operator == or operator != but does not override Object.Equals(object o).
        /// </summary>
M
manishv 已提交
12146
        internal static string WRN_EqualityOpWithoutEquals_Title {
12147
            get {
M
manishv 已提交
12148
                return ResourceManager.GetString("WRN_EqualityOpWithoutEquals_Title", resourceCulture);
12149 12150 12151 12152 12153 12154 12155 12156 12157 12158 12159 12160 12161 12162 12163 12164 12165 12166 12167 12168 12169 12170 12171 12172 12173 12174 12175 12176 12177 12178 12179 12180 12181 12182 12183 12184 12185 12186 12187 12188 12189 12190 12191 12192 12193 12194 12195 12196 12197 12198 12199 12200 12201 12202 12203 12204 12205 12206 12207 12208 12209 12210 12211 12212 12213 12214 12215 12216 12217 12218 12219 12220 12221 12222 12223 12224 12225 12226 12227 12228 12229 12230 12231 12232 12233 12234 12235 12236 12237 12238 12239 12240 12241 12242 12243 12244 12245 12246 12247 12248 12249 12250 12251 12252 12253 12254 12255 12256 12257 12258 12259 12260 12261 12262 12263 12264 12265 12266 12267 12268 12269 12270 12271 12272 12273 12274 12275 12276 12277 12278 12279 12280 12281 12282 12283 12284 12285 12286 12287 12288 12289 12290 12291 12292 12293 12294 12295 12296 12297 12298 12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310 12311 12312 12313 12314 12315 12316 12317 12318 12319 12320 12321 12322 12323 12324 12325 12326 12327 12328 12329 12330 12331 12332 12333 12334 12335 12336 12337 12338 12339 12340 12341 12342 12343 12344 12345 12346 12347 12348 12349 12350 12351 12352 12353 12354 12355 12356 12357 12358 12359 12360 12361 12362 12363 12364 12365 12366 12367 12368 12369 12370 12371 12372 12373 12374 12375 12376 12377 12378 12379 12380 12381 12382 12383 12384 12385 12386 12387 12388 12389 12390 12391 12392 12393 12394 12395 12396 12397 12398 12399 12400 12401 12402 12403 12404 12405 12406 12407 12408 12409 12410 12411 12412 12413 12414 12415 12416 12417 12418 12419 12420 12421 12422 12423 12424 12425 12426 12427 12428 12429 12430 12431 12432 12433 12434 12435 12436 12437 12438 12439 12440 12441 12442 12443 12444 12445 12446 12447 12448 12449 12450 12451 12452 12453 12454 12455 12456 12457 12458 12459 12460 12461 12462 12463 12464 12465 12466 12467 12468 12469 12470 12471 12472 12473 12474 12475 12476 12477 12478 12479 12480 12481 12482 12483 12484 12485 12486 12487 12488 12489 12490 12491 12492 12493 12494 12495 12496 12497 12498 12499 12500 12501 12502 12503 12504 12505 12506 12507 12508 12509 12510 12511 12512 12513 12514 12515 12516 12517 12518 12519 12520 12521 12522 12523
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; defines operator == or operator != but does not override Object.GetHashCode().
        /// </summary>
        internal static string WRN_EqualityOpWithoutGetHashCode {
            get {
                return ResourceManager.GetString("WRN_EqualityOpWithoutGetHashCode", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type defines operator == or operator != but does not override Object.GetHashCode().
        /// </summary>
        internal static string WRN_EqualityOpWithoutGetHashCode_Title {
            get {
                return ResourceManager.GetString("WRN_EqualityOpWithoutGetHashCode_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; overrides Object.Equals(object o) but does not override Object.GetHashCode().
        /// </summary>
        internal static string WRN_EqualsWithoutGetHashCode {
            get {
                return ResourceManager.GetString("WRN_EqualsWithoutGetHashCode", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type overrides Object.Equals(object o) but does not override Object.GetHashCode().
        /// </summary>
        internal static string WRN_EqualsWithoutGetHashCode_Title {
            get {
                return ResourceManager.GetString("WRN_EqualsWithoutGetHashCode_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to {0}. See also error CS{1}..
        /// </summary>
        internal static string WRN_ErrorOverride {
            get {
                return ResourceManager.GetString("WRN_ErrorOverride", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The compiler emits this warning when it overrides an error with a warning. For information about the problem, search for the error code mentioned..
        /// </summary>
        internal static string WRN_ErrorOverride_Description {
            get {
                return ResourceManager.GetString("WRN_ErrorOverride_Description", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Warning is overriding an error.
        /// </summary>
        internal static string WRN_ErrorOverride_Title {
            get {
                return ResourceManager.GetString("WRN_ErrorOverride_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Explicit interface implementation &apos;{0}&apos; matches more than one interface member. Which interface member is actually chosen is implementation-dependent. Consider using a non-explicit implementation instead..
        /// </summary>
        internal static string WRN_ExplicitImplCollision {
            get {
                return ResourceManager.GetString("WRN_ExplicitImplCollision", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Explicit interface implementation matches more than one interface member.
        /// </summary>
        internal static string WRN_ExplicitImplCollision_Title {
            get {
                return ResourceManager.GetString("WRN_ExplicitImplCollision_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Constructor &apos;{0}&apos; is marked external.
        /// </summary>
        internal static string WRN_ExternCtorNoImplementation {
            get {
                return ResourceManager.GetString("WRN_ExternCtorNoImplementation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Constructor is marked external.
        /// </summary>
        internal static string WRN_ExternCtorNoImplementation_Title {
            get {
                return ResourceManager.GetString("WRN_ExternCtorNoImplementation_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Method, operator, or accessor &apos;{0}&apos; is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation..
        /// </summary>
        internal static string WRN_ExternMethodNoImplementation {
            get {
                return ResourceManager.GetString("WRN_ExternMethodNoImplementation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Method, operator, or accessor is marked external and has no attributes on it.
        /// </summary>
        internal static string WRN_ExternMethodNoImplementation_Title {
            get {
                return ResourceManager.GetString("WRN_ExternMethodNoImplementation_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unable to include XML fragment &apos;{1}&apos; of file &apos;{0}&apos; -- {2}.
        /// </summary>
        internal static string WRN_FailedInclude {
            get {
                return ResourceManager.GetString("WRN_FailedInclude", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unable to include XML fragment.
        /// </summary>
        internal static string WRN_FailedInclude_Title {
            get {
                return ResourceManager.GetString("WRN_FailedInclude_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Source file &apos;{0}&apos; specified multiple times.
        /// </summary>
        internal static string WRN_FileAlreadyIncluded {
            get {
                return ResourceManager.GetString("WRN_FileAlreadyIncluded", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Source file specified multiple times.
        /// </summary>
        internal static string WRN_FileAlreadyIncluded_Title {
            get {
                return ResourceManager.GetString("WRN_FileAlreadyIncluded_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid filename specified for preprocessor directive. Filename is too long or not a valid filename..
        /// </summary>
        internal static string WRN_FileNameTooLong {
            get {
                return ResourceManager.GetString("WRN_FileNameTooLong", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid filename specified for preprocessor directive.
        /// </summary>
        internal static string WRN_FileNameTooLong_Title {
            get {
                return ResourceManager.GetString("WRN_FileNameTooLong_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Filter expression is a constant, consider removing the filter.
        /// </summary>
        internal static string WRN_FilterIsConstant {
            get {
                return ResourceManager.GetString("WRN_FilterIsConstant", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Filter expression is a constant.
        /// </summary>
        internal static string WRN_FilterIsConstant_Title {
            get {
                return ResourceManager.GetString("WRN_FilterIsConstant_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Introducing a &apos;Finalize&apos; method can interfere with destructor invocation. Did you intend to declare a destructor?.
        /// </summary>
        internal static string WRN_FinalizeMethod {
            get {
                return ResourceManager.GetString("WRN_FinalizeMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to This warning occurs when you create a class with a method whose signature is public virtual void Finalize.
        ///
        ///If such a class is used as a base class and if the deriving class defines a destructor, the destructor will override the base class Finalize method, not Finalize..
        /// </summary>
        internal static string WRN_FinalizeMethod_Description {
            get {
                return ResourceManager.GetString("WRN_FinalizeMethod_Description", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Introducing a &apos;Finalize&apos; method can interfere with destructor invocation.
        /// </summary>
        internal static string WRN_FinalizeMethod_Title {
            get {
                return ResourceManager.GetString("WRN_FinalizeMethod_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Defining an alias named &apos;global&apos; is ill-advised since &apos;global::&apos; always references the global namespace and not an alias.
        /// </summary>
        internal static string WRN_GlobalAliasDefn {
            get {
                return ResourceManager.GetString("WRN_GlobalAliasDefn", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Defining an alias named &apos;global&apos; is ill-advised.
        /// </summary>
        internal static string WRN_GlobalAliasDefn_Title {
            get {
                return ResourceManager.GetString("WRN_GlobalAliasDefn_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The &apos;goto case&apos; value is not implicitly convertible to type &apos;{0}&apos;.
        /// </summary>
        internal static string WRN_GotoCaseShouldConvert {
            get {
                return ResourceManager.GetString("WRN_GotoCaseShouldConvert", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The &apos;goto case&apos; value is not implicitly convertible to the switch type.
        /// </summary>
        internal static string WRN_GotoCaseShouldConvert_Title {
            get {
                return ResourceManager.GetString("WRN_GotoCaseShouldConvert_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expected identifier or numeric literal..
        /// </summary>
        internal static string WRN_IdentifierOrNumericLiteralExpected {
            get {
                return ResourceManager.GetString("WRN_IdentifierOrNumericLiteralExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expected identifier or numeric literal.
        /// </summary>
        internal static string WRN_IdentifierOrNumericLiteralExpected_Title {
            get {
                return ResourceManager.GetString("WRN_IdentifierOrNumericLiteralExpected_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid #pragma checksum syntax; should be #pragma checksum &quot;filename&quot; &quot;{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}&quot; &quot;XXXX...&quot;.
        /// </summary>
        internal static string WRN_IllegalPPChecksum {
            get {
                return ResourceManager.GetString("WRN_IllegalPPChecksum", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid #pragma checksum syntax.
        /// </summary>
        internal static string WRN_IllegalPPChecksum_Title {
            get {
                return ResourceManager.GetString("WRN_IllegalPPChecksum_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expected disable or restore.
        /// </summary>
        internal static string WRN_IllegalPPWarning {
            get {
                return ResourceManager.GetString("WRN_IllegalPPWarning", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expected disable or restore after #pragma warning.
        /// </summary>
        internal static string WRN_IllegalPPWarning_Title {
            get {
                return ResourceManager.GetString("WRN_IllegalPPWarning_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unrecognized #pragma directive.
        /// </summary>
        internal static string WRN_IllegalPragma {
            get {
                return ResourceManager.GetString("WRN_IllegalPragma", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unrecognized #pragma directive.
        /// </summary>
        internal static string WRN_IllegalPragma_Title {
            get {
                return ResourceManager.GetString("WRN_IllegalPragma_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Assignment in conditional expression is always constant; did you mean to use == instead of = ?.
        /// </summary>
        internal static string WRN_IncorrectBooleanAssg {
            get {
                return ResourceManager.GetString("WRN_IncorrectBooleanAssg", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Assignment in conditional expression is always constant.
        /// </summary>
        internal static string WRN_IncorrectBooleanAssg_Title {
            get {
                return ResourceManager.GetString("WRN_IncorrectBooleanAssg_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Assembly reference &apos;{0}&apos; is invalid and cannot be resolved.
        /// </summary>
        internal static string WRN_InvalidAssemblyName {
            get {
                return ResourceManager.GetString("WRN_InvalidAssemblyName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to This warning indicates that an attribute, such as InternalsVisibleToAttribute, was not specified correctly..
        /// </summary>
        internal static string WRN_InvalidAssemblyName_Description {
            get {
                return ResourceManager.GetString("WRN_InvalidAssemblyName_Description", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Assembly reference is invalid and cannot be resolved.
        /// </summary>
        internal static string WRN_InvalidAssemblyName_Title {
            get {
                return ResourceManager.GetString("WRN_InvalidAssemblyName_Title", resourceCulture);
            }
        }
        
        /// <summary>
L
leppie 已提交
12524
        ///   Looks up a localized string similar to &apos;{0}&apos; is not a recognized attribute location. Valid attribute locations for this declaration are &apos;{1}&apos;. All attributes in this block will be ignored..
12525 12526 12527 12528 12529 12530 12531 12532 12533 12534 12535 12536 12537 12538 12539 12540 12541 12542 12543 12544 12545 12546 12547 12548 12549 12550 12551 12552 12553 12554 12555 12556 12557 12558 12559 12560 12561 12562 12563 12564 12565 12566 12567 12568 12569 12570 12571 12572 12573 12574 12575 12576 12577 12578 12579 12580 12581 12582 12583 12584 12585 12586 12587 12588 12589 12590 12591 12592 12593 12594 12595 12596 12597 12598 12599 12600 12601 12602 12603 12604 12605 12606 12607 12608 12609 12610 12611 12612 12613 12614 12615 12616 12617 12618 12619 12620 12621 12622 12623 12624 12625 12626 12627 12628 12629 12630 12631 12632 12633 12634 12635 12636 12637 12638 12639 12640 12641 12642 12643 12644 12645 12646 12647 12648 12649 12650 12651 12652 12653 12654 12655 12656 12657 12658 12659 12660 12661 12662 12663 12664 12665 12666 12667 12668 12669 12670 12671 12672 12673 12674 12675 12676 12677 12678 12679 12680 12681 12682 12683 12684 12685 12686 12687 12688 12689 12690 12691 12692 12693 12694 12695 12696 12697 12698 12699 12700 12701 12702 12703 12704 12705 12706 12707 12708 12709 12710 12711 12712 12713 12714 12715 12716 12717 12718 12719 12720 12721 12722 12723 12724 12725 12726 12727 12728 12729 12730
        /// </summary>
        internal static string WRN_InvalidAttributeLocation {
            get {
                return ResourceManager.GetString("WRN_InvalidAttributeLocation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Not a recognized attribute location.
        /// </summary>
        internal static string WRN_InvalidAttributeLocation_Title {
            get {
                return ResourceManager.GetString("WRN_InvalidAttributeLocation_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid XML include element -- {0}.
        /// </summary>
        internal static string WRN_InvalidInclude {
            get {
                return ResourceManager.GetString("WRN_InvalidInclude", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid XML include element.
        /// </summary>
        internal static string WRN_InvalidInclude_Title {
            get {
                return ResourceManager.GetString("WRN_InvalidInclude_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; has the wrong signature to be an entry point.
        /// </summary>
        internal static string WRN_InvalidMainSig {
            get {
                return ResourceManager.GetString("WRN_InvalidMainSig", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Method has the wrong signature to be an entry point.
        /// </summary>
        internal static string WRN_InvalidMainSig_Title {
            get {
                return ResourceManager.GetString("WRN_InvalidMainSig_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid number.
        /// </summary>
        internal static string WRN_InvalidNumber {
            get {
                return ResourceManager.GetString("WRN_InvalidNumber", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid number.
        /// </summary>
        internal static string WRN_InvalidNumber_Title {
            get {
                return ResourceManager.GetString("WRN_InvalidNumber_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid search path &apos;{0}&apos; specified in &apos;{1}&apos; -- &apos;{2}&apos;.
        /// </summary>
        internal static string WRN_InvalidSearchPathDir {
            get {
                return ResourceManager.GetString("WRN_InvalidSearchPathDir", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid search path specified.
        /// </summary>
        internal static string WRN_InvalidSearchPathDir_Title {
            get {
                return ResourceManager.GetString("WRN_InvalidSearchPathDir_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The specified version string does not conform to the recommended format - major.minor.build.revision.
        /// </summary>
        internal static string WRN_InvalidVersionFormat {
            get {
                return ResourceManager.GetString("WRN_InvalidVersionFormat", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The specified version string does not conform to the recommended format - major.minor.build.revision.
        /// </summary>
        internal static string WRN_InvalidVersionFormat_Title {
            get {
                return ResourceManager.GetString("WRN_InvalidVersionFormat_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The given expression is never of the provided (&apos;{0}&apos;) type.
        /// </summary>
        internal static string WRN_IsAlwaysFalse {
            get {
                return ResourceManager.GetString("WRN_IsAlwaysFalse", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;is&apos; expression&apos;s given expression is never of the provided type.
        /// </summary>
        internal static string WRN_IsAlwaysFalse_Title {
            get {
                return ResourceManager.GetString("WRN_IsAlwaysFalse_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The given expression is always of the provided (&apos;{0}&apos;) type.
        /// </summary>
        internal static string WRN_IsAlwaysTrue {
            get {
                return ResourceManager.GetString("WRN_IsAlwaysTrue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;is&apos; expression&apos;s given expression is always of the provided type.
        /// </summary>
        internal static string WRN_IsAlwaysTrue_Title {
            get {
                return ResourceManager.GetString("WRN_IsAlwaysTrue_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Using &apos;{0}&apos; to test compatibility with &apos;{1}&apos; is essentially identical to testing compatibility with &apos;{2}&apos; and will succeed for all non-null values.
        /// </summary>
        internal static string WRN_IsDynamicIsConfusing {
            get {
                return ResourceManager.GetString("WRN_IsDynamicIsConfusing", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Using &apos;is&apos; to test compatibility with &apos;dynamic&apos; is essentially identical to testing compatibility with &apos;Object&apos;.
        /// </summary>
        internal static string WRN_IsDynamicIsConfusing_Title {
            get {
                return ResourceManager.GetString("WRN_IsDynamicIsConfusing_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The &apos;l&apos; suffix is easily confused with the digit &apos;1&apos; -- use &apos;L&apos; for clarity.
        /// </summary>
        internal static string WRN_LowercaseEllSuffix {
            get {
                return ResourceManager.GetString("WRN_LowercaseEllSuffix", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The &apos;l&apos; suffix is easily confused with the digit &apos;1&apos;.
        /// </summary>
        internal static string WRN_LowercaseEllSuffix_Title {
            get {
                return ResourceManager.GetString("WRN_LowercaseEllSuffix_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: an entry point cannot be generic or in a generic type.
        /// </summary>
        internal static string WRN_MainCantBeGeneric {
            get {
                return ResourceManager.GetString("WRN_MainCantBeGeneric", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An entry point cannot be generic or in a generic type.
        /// </summary>
        internal static string WRN_MainCantBeGeneric_Title {
            get {
                return ResourceManager.GetString("WRN_MainCantBeGeneric_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The entry point of the program is global script code; ignoring &apos;{0}&apos; entry point..
        /// </summary>
        internal static string WRN_MainIgnored {
            get {
                return ResourceManager.GetString("WRN_MainIgnored", resourceCulture);
            }
        }
        
        /// <summary>
12731
        ///   Looks up a localized string similar to The entry point of the program is global script code; ignoring entry point.
12732 12733 12734 12735 12736 12737 12738 12739 12740 12741 12742 12743 12744 12745 12746 12747 12748 12749 12750 12751 12752 12753 12754 12755 12756 12757 12758 12759 12760 12761 12762 12763 12764 12765 12766 12767 12768 12769 12770 12771 12772 12773 12774 12775 12776 12777 12778 12779 12780 12781 12782 12783 12784 12785 12786 12787 12788 12789 12790 12791 12792 12793 12794 12795 12796 12797 12798 12799 12800 12801 12802 12803 12804 12805 12806 12807 12808 12809 12810 12811 12812 12813 12814 12815 12816 12817 12818 12819 12820 12821 12822 12823 12824 12825 12826 12827 12828 12829 12830 12831 12832 12833 12834 12835 12836 12837 12838 12839 12840 12841 12842 12843 12844 12845 12846 12847
        /// </summary>
        internal static string WRN_MainIgnored_Title {
            get {
                return ResourceManager.GetString("WRN_MainIgnored_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Parameter &apos;{0}&apos; has no matching param tag in the XML comment for &apos;{1}&apos; (but other parameters do).
        /// </summary>
        internal static string WRN_MissingParamTag {
            get {
                return ResourceManager.GetString("WRN_MissingParamTag", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Parameter has no matching param tag in the XML comment (but other parameters do).
        /// </summary>
        internal static string WRN_MissingParamTag_Title {
            get {
                return ResourceManager.GetString("WRN_MissingParamTag_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type parameter &apos;{0}&apos; has no matching typeparam tag in the XML comment on &apos;{1}&apos; (but other type parameters do).
        /// </summary>
        internal static string WRN_MissingTypeParamTag {
            get {
                return ResourceManager.GetString("WRN_MissingTypeParamTag", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type parameter has no matching typeparam tag in the XML comment (but other type parameters do).
        /// </summary>
        internal static string WRN_MissingTypeParamTag_Title {
            get {
                return ResourceManager.GetString("WRN_MissingTypeParamTag_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Missing XML comment for publicly visible type or member &apos;{0}&apos;.
        /// </summary>
        internal static string WRN_MissingXMLComment {
            get {
                return ResourceManager.GetString("WRN_MissingXMLComment", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The /doc compiler option was specified, but one or more constructs did not have comments..
        /// </summary>
        internal static string WRN_MissingXMLComment_Description {
            get {
                return ResourceManager.GetString("WRN_MissingXMLComment_Description", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Missing XML comment for publicly visible type or member.
        /// </summary>
        internal static string WRN_MissingXMLComment_Title {
            get {
                return ResourceManager.GetString("WRN_MissingXMLComment_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The predefined type &apos;{0}&apos; is defined in multiple assemblies in the global alias; using definition from &apos;{1}&apos;.
        /// </summary>
        internal static string WRN_MultiplePredefTypes {
            get {
                return ResourceManager.GetString("WRN_MultiplePredefTypes", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to This error occurs when a predefined system type such as System.Int32 is found in two assemblies. One way this can happen is if you are referencing mscorlib or System.Runtime.dll from two different places, such as trying to run two versions of the .NET Framework side-by-side..
        /// </summary>
        internal static string WRN_MultiplePredefTypes_Description {
            get {
                return ResourceManager.GetString("WRN_MultiplePredefTypes_Description", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Predefined type is defined in multiple assemblies in the global alias.
        /// </summary>
        internal static string WRN_MultiplePredefTypes_Title {
            get {
                return ResourceManager.GetString("WRN_MultiplePredefTypes_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Member &apos;{0}&apos; implements interface member &apos;{1}&apos; in type &apos;{2}&apos;. There are multiple matches for the interface member at run-time. It is implementation dependent which method will be called..
        /// </summary>
        internal static string WRN_MultipleRuntimeImplementationMatches {
            get {
                return ResourceManager.GetString("WRN_MultipleRuntimeImplementationMatches", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to This warning can be generated when two interface methods are differentiated only by whether a particular parameter is marked with ref or with out. It is best to change your code to avoid this warning because it is not obvious or guaranteed which method is called at runtime.
        ///
        ///Although C# distinguishes between out and ref, the CLR sees them as the same. When deciding which method implements the interface, the CLR just picks one.
        ///
        ///Give the compiler some way to differentiate the methods. For example, you ca [rest of string was truncated]&quot;;.
        /// </summary>
        internal static string WRN_MultipleRuntimeImplementationMatches_Description {
            get {
                return ResourceManager.GetString("WRN_MultipleRuntimeImplementationMatches_Description", resourceCulture);
P
Pilchie 已提交
12848 12849 12850 12851
            }
        }
        
        /// <summary>
12852
        ///   Looks up a localized string similar to Member implements interface member with multiple matches at run-time.
P
Pilchie 已提交
12853
        /// </summary>
12854
        internal static string WRN_MultipleRuntimeImplementationMatches_Title {
P
Pilchie 已提交
12855
            get {
12856
                return ResourceManager.GetString("WRN_MultipleRuntimeImplementationMatches_Title", resourceCulture);
P
Pilchie 已提交
12857 12858 12859 12860
            }
        }
        
        /// <summary>
12861
        ///   Looks up a localized string similar to Member &apos;{1}&apos; overrides &apos;{0}&apos;. There are multiple override candidates at run-time. It is implementation dependent which method will be called..
P
Pilchie 已提交
12862
        /// </summary>
12863
        internal static string WRN_MultipleRuntimeOverrideMatches {
P
Pilchie 已提交
12864
            get {
12865
                return ResourceManager.GetString("WRN_MultipleRuntimeOverrideMatches", resourceCulture);
P
Pilchie 已提交
12866 12867 12868 12869
            }
        }
        
        /// <summary>
12870
        ///   Looks up a localized string similar to Member overrides base member with multiple override candidates at run-time.
P
Pilchie 已提交
12871
        /// </summary>
12872
        internal static string WRN_MultipleRuntimeOverrideMatches_Title {
P
Pilchie 已提交
12873
            get {
12874
                return ResourceManager.GetString("WRN_MultipleRuntimeOverrideMatches_Title", resourceCulture);
P
Pilchie 已提交
12875 12876 12877 12878
            }
        }
        
        /// <summary>
12879
        ///   Looks up a localized string similar to Indexing an array with a negative index (array indices always start at zero).
P
Pilchie 已提交
12880
        /// </summary>
12881
        internal static string WRN_NegativeArrayIndex {
P
Pilchie 已提交
12882
            get {
12883
                return ResourceManager.GetString("WRN_NegativeArrayIndex", resourceCulture);
P
Pilchie 已提交
12884 12885 12886 12887
            }
        }
        
        /// <summary>
12888
        ///   Looks up a localized string similar to Indexing an array with a negative index.
P
Pilchie 已提交
12889
        /// </summary>
12890
        internal static string WRN_NegativeArrayIndex_Title {
P
Pilchie 已提交
12891
            get {
12892
                return ResourceManager.GetString("WRN_NegativeArrayIndex_Title", resourceCulture);
P
Pilchie 已提交
12893 12894 12895 12896
            }
        }
        
        /// <summary>
12897
        ///   Looks up a localized string similar to The member &apos;{0}&apos; does not hide an inherited member. The new keyword is not required..
P
Pilchie 已提交
12898
        /// </summary>
12899
        internal static string WRN_NewNotRequired {
P
Pilchie 已提交
12900
            get {
12901
                return ResourceManager.GetString("WRN_NewNotRequired", resourceCulture);
P
Pilchie 已提交
12902 12903 12904 12905
            }
        }
        
        /// <summary>
12906
        ///   Looks up a localized string similar to Member does not hide an inherited member; new keyword is not required.
P
Pilchie 已提交
12907
        /// </summary>
12908
        internal static string WRN_NewNotRequired_Title {
P
Pilchie 已提交
12909
            get {
12910
                return ResourceManager.GetString("WRN_NewNotRequired_Title", resourceCulture);
P
Pilchie 已提交
12911 12912 12913 12914
            }
        }
        
        /// <summary>
12915
        ///   Looks up a localized string similar to &apos;{0}&apos; hides inherited member &apos;{1}&apos;. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword..
P
Pilchie 已提交
12916
        /// </summary>
12917
        internal static string WRN_NewOrOverrideExpected {
P
Pilchie 已提交
12918
            get {
12919
                return ResourceManager.GetString("WRN_NewOrOverrideExpected", resourceCulture);
P
Pilchie 已提交
12920 12921 12922 12923
            }
        }
        
        /// <summary>
12924
        ///   Looks up a localized string similar to Member hides inherited member; missing override keyword.
P
Pilchie 已提交
12925
        /// </summary>
12926
        internal static string WRN_NewOrOverrideExpected_Title {
P
Pilchie 已提交
12927
            get {
12928
                return ResourceManager.GetString("WRN_NewOrOverrideExpected_Title", resourceCulture);
P
Pilchie 已提交
12929 12930 12931 12932
            }
        }
        
        /// <summary>
12933
        ///   Looks up a localized string similar to &apos;{0}&apos; hides inherited member &apos;{1}&apos;. Use the new keyword if hiding was intended..
P
Pilchie 已提交
12934
        /// </summary>
12935
        internal static string WRN_NewRequired {
P
Pilchie 已提交
12936
            get {
12937
                return ResourceManager.GetString("WRN_NewRequired", resourceCulture);
P
Pilchie 已提交
12938 12939 12940 12941
            }
        }
        
        /// <summary>
12942
        ///   Looks up a localized string similar to A variable was declared with the same name as a variable in a base class. However, the new keyword was not used. This warning informs you that you should use new; the variable is declared as if new had been used in the declaration..
P
Pilchie 已提交
12943
        /// </summary>
12944
        internal static string WRN_NewRequired_Description {
P
Pilchie 已提交
12945
            get {
12946
                return ResourceManager.GetString("WRN_NewRequired_Description", resourceCulture);
P
Pilchie 已提交
12947 12948 12949 12950
            }
        }
        
        /// <summary>
12951
        ///   Looks up a localized string similar to Member hides inherited member; missing new keyword.
P
Pilchie 已提交
12952
        /// </summary>
12953
        internal static string WRN_NewRequired_Title {
P
Pilchie 已提交
12954
            get {
12955
                return ResourceManager.GetString("WRN_NewRequired_Title", resourceCulture);
P
Pilchie 已提交
12956 12957 12958 12959
            }
        }
        
        /// <summary>
12960
        ///   Looks up a localized string similar to The assembly {0} does not contain any analyzers..
P
Pilchie 已提交
12961
        /// </summary>
12962
        internal static string WRN_NoAnalyzerInAssembly {
P
Pilchie 已提交
12963
            get {
12964
                return ResourceManager.GetString("WRN_NoAnalyzerInAssembly", resourceCulture);
P
Pilchie 已提交
12965 12966 12967 12968
            }
        }
        
        /// <summary>
12969
        ///   Looks up a localized string similar to Assembly does not contain any analyzers.
P
Pilchie 已提交
12970
        /// </summary>
12971
        internal static string WRN_NoAnalyzerInAssembly_Title {
P
Pilchie 已提交
12972
            get {
12973
                return ResourceManager.GetString("WRN_NoAnalyzerInAssembly_Title", resourceCulture);
P
Pilchie 已提交
12974 12975 12976 12977
            }
        }
        
        /// <summary>
12978
        ///   Looks up a localized string similar to Ignoring /noconfig option because it was specified in a response file.
P
Pilchie 已提交
12979
        /// </summary>
12980
        internal static string WRN_NoConfigNotOnCommandLine {
P
Pilchie 已提交
12981
            get {
12982
                return ResourceManager.GetString("WRN_NoConfigNotOnCommandLine", resourceCulture);
P
Pilchie 已提交
12983 12984 12985 12986
            }
        }
        
        /// <summary>
12987
        ///   Looks up a localized string similar to Ignoring /noconfig option because it was specified in a response file.
P
Pilchie 已提交
12988
        /// </summary>
12989
        internal static string WRN_NoConfigNotOnCommandLine_Title {
P
Pilchie 已提交
12990
            get {
12991
                return ResourceManager.GetString("WRN_NoConfigNotOnCommandLine_Title", resourceCulture);
P
Pilchie 已提交
12992 12993 12994 12995
            }
        }
        
        /// <summary>
12996
        ///   Looks up a localized string similar to Feature &apos;{0}&apos; is not part of the standardized ISO C# language specification, and may not be accepted by other compilers.
P
Pilchie 已提交
12997
        /// </summary>
12998
        internal static string WRN_NonECMAFeature {
P
Pilchie 已提交
12999
            get {
13000
                return ResourceManager.GetString("WRN_NonECMAFeature", resourceCulture);
P
Pilchie 已提交
13001 13002 13003 13004
            }
        }
        
        /// <summary>
13005
        ///   Looks up a localized string similar to Feature is not part of the standardized ISO C# language specification, and may not be accepted by other compilers.
P
Pilchie 已提交
13006
        /// </summary>
13007
        internal static string WRN_NonECMAFeature_Title {
P
Pilchie 已提交
13008
            get {
13009
                return ResourceManager.GetString("WRN_NonECMAFeature_Title", resourceCulture);
P
Pilchie 已提交
13010 13011 13012 13013
            }
        }
        
        /// <summary>
13014
        ///   Looks up a localized string similar to Member &apos;{0}&apos; overrides obsolete member &apos;{1}&apos;. Add the Obsolete attribute to &apos;{0}&apos;..
P
Pilchie 已提交
13015
        /// </summary>
13016
        internal static string WRN_NonObsoleteOverridingObsolete {
P
Pilchie 已提交
13017
            get {
13018
                return ResourceManager.GetString("WRN_NonObsoleteOverridingObsolete", resourceCulture);
P
Pilchie 已提交
13019 13020 13021 13022
            }
        }
        
        /// <summary>
13023
        ///   Looks up a localized string similar to Member overrides obsolete member.
P
Pilchie 已提交
13024
        /// </summary>
13025
        internal static string WRN_NonObsoleteOverridingObsolete_Title {
P
Pilchie 已提交
13026
            get {
13027
                return ResourceManager.GetString("WRN_NonObsoleteOverridingObsolete_Title", resourceCulture);
P
Pilchie 已提交
13028 13029 13030 13031
            }
        }
        
        /// <summary>
13032
        ///   Looks up a localized string similar to No value for RuntimeMetadataVersion found. No assembly containing System.Object was found nor was a value for RuntimeMetadataVersion specified through options..
P
Pilchie 已提交
13033
        /// </summary>
13034
        internal static string WRN_NoRuntimeMetadataVersion {
P
Pilchie 已提交
13035
            get {
13036
                return ResourceManager.GetString("WRN_NoRuntimeMetadataVersion", resourceCulture);
P
Pilchie 已提交
13037 13038 13039 13040
            }
        }
        
        /// <summary>
13041
        ///   Looks up a localized string similar to No value for RuntimeMetadataVersion found.
P
Pilchie 已提交
13042
        /// </summary>
13043
        internal static string WRN_NoRuntimeMetadataVersion_Title {
P
Pilchie 已提交
13044
            get {
13045
                return ResourceManager.GetString("WRN_NoRuntimeMetadataVersion_Title", resourceCulture);
P
Pilchie 已提交
13046 13047 13048 13049
            }
        }
        
        /// <summary>
13050
        ///   Looks up a localized string similar to No source files specified..
P
Pilchie 已提交
13051
        /// </summary>
13052
        internal static string WRN_NoSources {
P
Pilchie 已提交
13053
            get {
13054
                return ResourceManager.GetString("WRN_NoSources", resourceCulture);
P
Pilchie 已提交
13055 13056 13057 13058
            }
        }
        
        /// <summary>
13059
        ///   Looks up a localized string similar to No source files specified.
P
Pilchie 已提交
13060
        /// </summary>
13061
        internal static string WRN_NoSources_Title {
P
Pilchie 已提交
13062
            get {
13063
                return ResourceManager.GetString("WRN_NoSources_Title", resourceCulture);
P
Pilchie 已提交
13064 13065 13066 13067
            }
        }
        
        /// <summary>
13068
        ///   Looks up a localized string similar to The result of the expression is always &apos;{0}&apos; since a value of type &apos;{1}&apos; is never equal to &apos;null&apos; of type &apos;{2}&apos;.
P
Pilchie 已提交
13069
        /// </summary>
13070
        internal static string WRN_NubExprIsConstBool {
P
Pilchie 已提交
13071
            get {
13072
                return ResourceManager.GetString("WRN_NubExprIsConstBool", resourceCulture);
P
Pilchie 已提交
13073 13074 13075 13076
            }
        }
        
        /// <summary>
13077
        ///   Looks up a localized string similar to The result of the expression is always the same since a value of this type is never equal to &apos;null&apos;.
P
Pilchie 已提交
13078
        /// </summary>
13079
        internal static string WRN_NubExprIsConstBool_Title {
P
Pilchie 已提交
13080
            get {
13081
                return ResourceManager.GetString("WRN_NubExprIsConstBool_Title", resourceCulture);
P
Pilchie 已提交
13082 13083 13084 13085
            }
        }
        
        /// <summary>
13086
        ///   Looks up a localized string similar to The result of the expression is always &apos;{0}&apos; since a value of type &apos;{1}&apos; is never equal to &apos;null&apos; of type &apos;{2}&apos;.
P
Pilchie 已提交
13087
        /// </summary>
13088
        internal static string WRN_NubExprIsConstBool2 {
P
Pilchie 已提交
13089
            get {
13090
                return ResourceManager.GetString("WRN_NubExprIsConstBool2", resourceCulture);
P
Pilchie 已提交
13091 13092 13093 13094
            }
        }
        
        /// <summary>
13095
        ///   Looks up a localized string similar to The result of the expression is always the same since a value of this type is never equal to &apos;null&apos;.
P
Pilchie 已提交
13096
        /// </summary>
13097
        internal static string WRN_NubExprIsConstBool2_Title {
P
Pilchie 已提交
13098
            get {
13099
                return ResourceManager.GetString("WRN_NubExprIsConstBool2_Title", resourceCulture);
P
Pilchie 已提交
13100 13101 13102 13103
            }
        }
        
        /// <summary>
13104
        ///   Looks up a localized string similar to Obsolete member &apos;{0}&apos; overrides non-obsolete member &apos;{1}&apos;.
P
Pilchie 已提交
13105
        /// </summary>
13106
        internal static string WRN_ObsoleteOverridingNonObsolete {
P
Pilchie 已提交
13107
            get {
13108
                return ResourceManager.GetString("WRN_ObsoleteOverridingNonObsolete", resourceCulture);
P
Pilchie 已提交
13109 13110 13111 13112
            }
        }
        
        /// <summary>
13113
        ///   Looks up a localized string similar to Obsolete member overrides non-obsolete member.
P
Pilchie 已提交
13114
        /// </summary>
13115
        internal static string WRN_ObsoleteOverridingNonObsolete_Title {
P
Pilchie 已提交
13116
            get {
13117
                return ResourceManager.GetString("WRN_ObsoleteOverridingNonObsolete_Title", resourceCulture);
P
Pilchie 已提交
13118 13119 13120 13121
            }
        }
        
        /// <summary>
13122
        ///   Looks up a localized string similar to &apos;{0}&apos; does not implement the &apos;{1}&apos; pattern. &apos;{2}&apos; has the wrong signature..
P
Pilchie 已提交
13123
        /// </summary>
13124
        internal static string WRN_PatternBadSignature {
P
Pilchie 已提交
13125
            get {
13126
                return ResourceManager.GetString("WRN_PatternBadSignature", resourceCulture);
P
Pilchie 已提交
13127 13128 13129 13130
            }
        }
        
        /// <summary>
13131
        ///   Looks up a localized string similar to Type does not implement the collection pattern; member has the wrong signature.
P
Pilchie 已提交
13132
        /// </summary>
13133
        internal static string WRN_PatternBadSignature_Title {
P
Pilchie 已提交
13134
            get {
13135
                return ResourceManager.GetString("WRN_PatternBadSignature_Title", resourceCulture);
P
Pilchie 已提交
13136 13137 13138 13139
            }
        }
        
        /// <summary>
13140
        ///   Looks up a localized string similar to &apos;{0}&apos; does not implement the &apos;{1}&apos; pattern. &apos;{2}&apos; is ambiguous with &apos;{3}&apos;..
P
Pilchie 已提交
13141
        /// </summary>
13142
        internal static string WRN_PatternIsAmbiguous {
P
Pilchie 已提交
13143
            get {
13144
                return ResourceManager.GetString("WRN_PatternIsAmbiguous", resourceCulture);
P
Pilchie 已提交
13145 13146 13147 13148
            }
        }
        
        /// <summary>
13149
        ///   Looks up a localized string similar to Type does not implement the collection pattern; members are ambiguous.
P
Pilchie 已提交
13150
        /// </summary>
13151
        internal static string WRN_PatternIsAmbiguous_Title {
P
Pilchie 已提交
13152
            get {
13153
                return ResourceManager.GetString("WRN_PatternIsAmbiguous_Title", resourceCulture);
P
Pilchie 已提交
13154 13155 13156 13157
            }
        }
        
        /// <summary>
13158
        ///   Looks up a localized string similar to &apos;{0}&apos; does not implement the &apos;{1}&apos; pattern. &apos;{2}&apos; is either static or not public..
P
Pilchie 已提交
13159
        /// </summary>
13160
        internal static string WRN_PatternStaticOrInaccessible {
P
Pilchie 已提交
13161
            get {
13162
                return ResourceManager.GetString("WRN_PatternStaticOrInaccessible", resourceCulture);
P
Pilchie 已提交
13163 13164 13165
            }
        }
        
13166
        /// <summary>
13167
        ///   Looks up a localized string similar to Type does not implement the collection pattern; member is either static or not public.
13168
        /// </summary>
13169
        internal static string WRN_PatternStaticOrInaccessible_Title {
13170
            get {
13171
                return ResourceManager.GetString("WRN_PatternStaticOrInaccessible_Title", resourceCulture);
13172 13173 13174
            }
        }
        
P
Pilchie 已提交
13175
        /// <summary>
13176
        ///   Looks up a localized string similar to Local name &apos;{0}&apos; is too long for PDB.  Consider shortening or compiling without /debug..
P
Pilchie 已提交
13177
        /// </summary>
13178
        internal static string WRN_PdbLocalNameTooLong {
P
Pilchie 已提交
13179
            get {
13180
                return ResourceManager.GetString("WRN_PdbLocalNameTooLong", resourceCulture);
P
Pilchie 已提交
13181 13182 13183 13184
            }
        }
        
        /// <summary>
13185
        ///   Looks up a localized string similar to Local name is too long for PDB.
P
Pilchie 已提交
13186
        /// </summary>
13187
        internal static string WRN_PdbLocalNameTooLong_Title {
P
Pilchie 已提交
13188
            get {
13189
                return ResourceManager.GetString("WRN_PdbLocalNameTooLong_Title", resourceCulture);
P
Pilchie 已提交
13190 13191 13192 13193
            }
        }
        
        /// <summary>
13194
        ///   Looks up a localized string similar to Possible mistaken empty statement.
P
Pilchie 已提交
13195
        /// </summary>
13196
        internal static string WRN_PossibleMistakenNullStatement {
P
Pilchie 已提交
13197
            get {
13198
                return ResourceManager.GetString("WRN_PossibleMistakenNullStatement", resourceCulture);
P
Pilchie 已提交
13199 13200 13201 13202
            }
        }
        
        /// <summary>
13203
        ///   Looks up a localized string similar to Possible mistaken empty statement.
P
Pilchie 已提交
13204
        /// </summary>
13205
        internal static string WRN_PossibleMistakenNullStatement_Title {
P
Pilchie 已提交
13206
            get {
13207
                return ResourceManager.GetString("WRN_PossibleMistakenNullStatement_Title", resourceCulture);
P
Pilchie 已提交
13208 13209 13210 13211
            }
        }
        
        /// <summary>
13212
        ///   Looks up a localized string similar to &apos;{0}&apos;: new protected member declared in sealed class.
P
Pilchie 已提交
13213
        /// </summary>
13214
        internal static string WRN_ProtectedInSealed {
P
Pilchie 已提交
13215
            get {
13216
                return ResourceManager.GetString("WRN_ProtectedInSealed", resourceCulture);
P
Pilchie 已提交
13217 13218 13219 13220
            }
        }
        
        /// <summary>
13221
        ///   Looks up a localized string similar to New protected member declared in sealed class.
P
Pilchie 已提交
13222
        /// </summary>
13223
        internal static string WRN_ProtectedInSealed_Title {
P
Pilchie 已提交
13224
            get {
13225
                return ResourceManager.GetString("WRN_ProtectedInSealed_Title", resourceCulture);
P
Pilchie 已提交
13226 13227 13228 13229
            }
        }
        
        /// <summary>
13230
        ///   Looks up a localized string similar to Referenced assembly &apos;{0}&apos; has different culture setting of &apos;{1}&apos;..
P
Pilchie 已提交
13231
        /// </summary>
13232
        internal static string WRN_RefCultureMismatch {
P
Pilchie 已提交
13233
            get {
13234
                return ResourceManager.GetString("WRN_RefCultureMismatch", resourceCulture);
P
Pilchie 已提交
13235 13236 13237 13238
            }
        }
        
        /// <summary>
13239
        ///   Looks up a localized string similar to Referenced assembly has different culture setting.
P
Pilchie 已提交
13240
        /// </summary>
13241
        internal static string WRN_RefCultureMismatch_Title {
P
Pilchie 已提交
13242
            get {
13243
                return ResourceManager.GetString("WRN_RefCultureMismatch_Title", resourceCulture);
P
Pilchie 已提交
13244 13245 13246 13247
            }
        }
        
        /// <summary>
13248
        ///   Looks up a localized string similar to Referenced assembly &apos;{0}&apos; does not have a strong name..
P
Pilchie 已提交
13249
        /// </summary>
13250
        internal static string WRN_ReferencedAssemblyDoesNotHaveStrongName {
P
Pilchie 已提交
13251
            get {
13252
                return ResourceManager.GetString("WRN_ReferencedAssemblyDoesNotHaveStrongName", resourceCulture);
P
Pilchie 已提交
13253 13254 13255 13256
            }
        }
        
        /// <summary>
13257
        ///   Looks up a localized string similar to Referenced assembly does not have a strong name.
P
Pilchie 已提交
13258
        /// </summary>
13259
        internal static string WRN_ReferencedAssemblyDoesNotHaveStrongName_Title {
P
Pilchie 已提交
13260
            get {
13261
                return ResourceManager.GetString("WRN_ReferencedAssemblyDoesNotHaveStrongName_Title", resourceCulture);
P
Pilchie 已提交
13262 13263 13264 13265
            }
        }
        
        /// <summary>
13266
        ///   Looks up a localized string similar to A reference was created to embedded interop assembly &apos;{0}&apos; because of an indirect reference to that assembly created by assembly &apos;{1}&apos;. Consider changing the &apos;Embed Interop Types&apos; property on either assembly..
P
Pilchie 已提交
13267
        /// </summary>
13268
        internal static string WRN_ReferencedAssemblyReferencesLinkedPIA {
P
Pilchie 已提交
13269
            get {
13270
                return ResourceManager.GetString("WRN_ReferencedAssemblyReferencesLinkedPIA", resourceCulture);
P
Pilchie 已提交
13271 13272 13273 13274
            }
        }
        
        /// <summary>
13275 13276 13277
        ///   Looks up a localized string similar to You have added a reference to an assembly using /link (Embed Interop Types property set to True). This instructs the compiler to embed interop type information from that assembly. However, the compiler cannot embed interop type information from that assembly because another assembly that you have referenced also references that assembly using /reference (Embed Interop Types property set to False).
        ///
        ///To embed interop type information for both assemblies, use /link for references to each assembly (set the Em [rest of string was truncated]&quot;;.
P
Pilchie 已提交
13278
        /// </summary>
13279
        internal static string WRN_ReferencedAssemblyReferencesLinkedPIA_Description {
P
Pilchie 已提交
13280
            get {
13281
                return ResourceManager.GetString("WRN_ReferencedAssemblyReferencesLinkedPIA_Description", resourceCulture);
P
Pilchie 已提交
13282 13283 13284 13285
            }
        }
        
        /// <summary>
13286
        ///   Looks up a localized string similar to A reference was created to embedded interop assembly because of an indirect assembly reference.
P
Pilchie 已提交
13287
        /// </summary>
13288
        internal static string WRN_ReferencedAssemblyReferencesLinkedPIA_Title {
P
Pilchie 已提交
13289
            get {
13290
                return ResourceManager.GetString("WRN_ReferencedAssemblyReferencesLinkedPIA_Title", resourceCulture);
P
Pilchie 已提交
13291 13292 13293 13294
            }
        }
        
        /// <summary>
13295
        ///   Looks up a localized string similar to The type &apos;{1}&apos; in &apos;{0}&apos; conflicts with the imported type &apos;{3}&apos; in &apos;{2}&apos;. Using the type defined in &apos;{0}&apos;..
P
Pilchie 已提交
13296
        /// </summary>
13297
        internal static string WRN_SameFullNameThisAggAgg {
P
Pilchie 已提交
13298
            get {
13299
                return ResourceManager.GetString("WRN_SameFullNameThisAggAgg", resourceCulture);
P
Pilchie 已提交
13300 13301 13302 13303
            }
        }
        
        /// <summary>
13304
        ///   Looks up a localized string similar to Type conflicts with imported type.
P
Pilchie 已提交
13305
        /// </summary>
13306
        internal static string WRN_SameFullNameThisAggAgg_Title {
P
Pilchie 已提交
13307
            get {
13308
                return ResourceManager.GetString("WRN_SameFullNameThisAggAgg_Title", resourceCulture);
P
Pilchie 已提交
13309 13310 13311 13312
            }
        }
        
        /// <summary>
13313
        ///   Looks up a localized string similar to The type &apos;{1}&apos; in &apos;{0}&apos; conflicts with the imported namespace &apos;{3}&apos; in &apos;{2}&apos;. Using the type defined in &apos;{0}&apos;..
P
Pilchie 已提交
13314
        /// </summary>
13315
        internal static string WRN_SameFullNameThisAggNs {
P
Pilchie 已提交
13316
            get {
13317
                return ResourceManager.GetString("WRN_SameFullNameThisAggNs", resourceCulture);
P
Pilchie 已提交
13318 13319 13320 13321
            }
        }
        
        /// <summary>
13322
        ///   Looks up a localized string similar to Type conflicts with imported namespace.
P
Pilchie 已提交
13323
        /// </summary>
13324
        internal static string WRN_SameFullNameThisAggNs_Title {
P
Pilchie 已提交
13325
            get {
13326
                return ResourceManager.GetString("WRN_SameFullNameThisAggNs_Title", resourceCulture);
P
Pilchie 已提交
13327 13328 13329 13330
            }
        }
        
        /// <summary>
13331
        ///   Looks up a localized string similar to The namespace &apos;{1}&apos; in &apos;{0}&apos; conflicts with the imported type &apos;{3}&apos; in &apos;{2}&apos;. Using the namespace defined in &apos;{0}&apos;..
P
Pilchie 已提交
13332
        /// </summary>
13333
        internal static string WRN_SameFullNameThisNsAgg {
P
Pilchie 已提交
13334
            get {
13335
                return ResourceManager.GetString("WRN_SameFullNameThisNsAgg", resourceCulture);
P
Pilchie 已提交
13336 13337 13338 13339
            }
        }
        
        /// <summary>
13340
        ///   Looks up a localized string similar to Namespace conflicts with imported type.
P
Pilchie 已提交
13341
        /// </summary>
13342
        internal static string WRN_SameFullNameThisNsAgg_Title {
P
Pilchie 已提交
13343
            get {
13344 13345 13346 13347 13348 13349 13350 13351 13352 13353
                return ResourceManager.GetString("WRN_SameFullNameThisNsAgg_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to There is no defined ordering between fields in multiple declarations of partial struct &apos;{0}&apos;. To specify an ordering, all instance fields must be in the same declaration..
        /// </summary>
        internal static string WRN_SequentialOnPartialClass {
            get {
                return ResourceManager.GetString("WRN_SequentialOnPartialClass", resourceCulture);
P
Pilchie 已提交
13354 13355 13356 13357
            }
        }
        
        /// <summary>
13358
        ///   Looks up a localized string similar to There is no defined ordering between fields in multiple declarations of partial struct.
P
Pilchie 已提交
13359
        /// </summary>
13360
        internal static string WRN_SequentialOnPartialClass_Title {
P
Pilchie 已提交
13361
            get {
13362
                return ResourceManager.GetString("WRN_SequentialOnPartialClass_Title", resourceCulture);
P
Pilchie 已提交
13363 13364 13365 13366
            }
        }
        
        /// <summary>
13367
        ///   Looks up a localized string similar to Source file has exceeded the limit of 16,707,565 lines representable in the PDB; debug information will be incorrect.
P
Pilchie 已提交
13368
        /// </summary>
13369
        internal static string WRN_TooManyLinesForDebugger {
P
Pilchie 已提交
13370
            get {
13371
                return ResourceManager.GetString("WRN_TooManyLinesForDebugger", resourceCulture);
P
Pilchie 已提交
13372 13373 13374 13375
            }
        }
        
        /// <summary>
13376
        ///   Looks up a localized string similar to Source file has exceeded the limit of 16,707,565 lines representable in the PDB; debug information will be incorrect.
P
Pilchie 已提交
13377
        /// </summary>
13378
        internal static string WRN_TooManyLinesForDebugger_Title {
P
Pilchie 已提交
13379
            get {
13380
                return ResourceManager.GetString("WRN_TooManyLinesForDebugger_Title", resourceCulture);
P
Pilchie 已提交
13381 13382 13383
            }
        }
        
J
Julien 已提交
13384 13385 13386 13387 13388 13389 13390 13391 13392 13393 13394 13395 13396 13397 13398 13399 13400 13401
        /// <summary>
        ///   Looks up a localized string similar to The tuple element name &apos;{0}&apos; is ignored because a different name is specified by the assignment target..
        /// </summary>
        internal static string WRN_TupleLiteralNameMismatch {
            get {
                return ResourceManager.GetString("WRN_TupleLiteralNameMismatch", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The tuple element name is ignored because a different name is specified by the assignment target..
        /// </summary>
        internal static string WRN_TupleLiteralNameMismatch_Title {
            get {
                return ResourceManager.GetString("WRN_TupleLiteralNameMismatch_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
13402
        /// <summary>
13403
        ///   Looks up a localized string similar to Type parameter &apos;{0}&apos; has the same name as the type parameter from outer type &apos;{1}&apos;.
P
Pilchie 已提交
13404
        /// </summary>
13405
        internal static string WRN_TypeParameterSameAsOuterTypeParameter {
P
Pilchie 已提交
13406
            get {
13407
                return ResourceManager.GetString("WRN_TypeParameterSameAsOuterTypeParameter", resourceCulture);
P
Pilchie 已提交
13408 13409 13410 13411
            }
        }
        
        /// <summary>
13412
        ///   Looks up a localized string similar to Type parameter has the same name as the type parameter from outer type.
P
Pilchie 已提交
13413
        /// </summary>
13414
        internal static string WRN_TypeParameterSameAsOuterTypeParameter_Title {
P
Pilchie 已提交
13415
            get {
13416
                return ResourceManager.GetString("WRN_TypeParameterSameAsOuterTypeParameter_Title", resourceCulture);
P
Pilchie 已提交
13417 13418 13419 13420
            }
        }
        
        /// <summary>
13421
        ///   Looks up a localized string similar to Unable to load Analyzer assembly {0} : {1}.
P
Pilchie 已提交
13422
        /// </summary>
13423
        internal static string WRN_UnableToLoadAnalyzer {
P
Pilchie 已提交
13424
            get {
13425
                return ResourceManager.GetString("WRN_UnableToLoadAnalyzer", resourceCulture);
P
Pilchie 已提交
13426 13427 13428 13429
            }
        }
        
        /// <summary>
13430
        ///   Looks up a localized string similar to Unable to load Analyzer assembly.
P
Pilchie 已提交
13431
        /// </summary>
13432
        internal static string WRN_UnableToLoadAnalyzer_Title {
P
Pilchie 已提交
13433
            get {
13434
                return ResourceManager.GetString("WRN_UnableToLoadAnalyzer_Title", resourceCulture);
P
Pilchie 已提交
13435 13436 13437 13438
            }
        }
        
        /// <summary>
13439
        ///   Looks up a localized string similar to Field &apos;{0}&apos; is never assigned to, and will always have its default value {1}.
P
Pilchie 已提交
13440
        /// </summary>
13441
        internal static string WRN_UnassignedInternalField {
P
Pilchie 已提交
13442
            get {
13443
                return ResourceManager.GetString("WRN_UnassignedInternalField", resourceCulture);
P
Pilchie 已提交
13444 13445 13446 13447
            }
        }
        
        /// <summary>
13448
        ///   Looks up a localized string similar to Field is never assigned to, and will always have its default value.
P
Pilchie 已提交
13449
        /// </summary>
13450
        internal static string WRN_UnassignedInternalField_Title {
P
Pilchie 已提交
13451
            get {
13452
                return ResourceManager.GetString("WRN_UnassignedInternalField_Title", resourceCulture);
P
Pilchie 已提交
13453 13454 13455 13456
            }
        }
        
        /// <summary>
13457
        ///   Looks up a localized string similar to Assuming assembly reference &apos;{0}&apos; used by &apos;{1}&apos; matches identity &apos;{2}&apos; of &apos;{3}&apos;, you may need to supply runtime policy.
P
Pilchie 已提交
13458
        /// </summary>
13459
        internal static string WRN_UnifyReferenceBldRev {
P
Pilchie 已提交
13460
            get {
13461
                return ResourceManager.GetString("WRN_UnifyReferenceBldRev", resourceCulture);
P
Pilchie 已提交
13462 13463 13464 13465
            }
        }
        
        /// <summary>
13466
        ///   Looks up a localized string similar to The two assemblies differ in release and/or version number. For unification to occur, you must specify directives in the application&apos;s .config file, and you must provide the correct strong name of an assembly..
P
Pilchie 已提交
13467
        /// </summary>
13468
        internal static string WRN_UnifyReferenceBldRev_Description {
P
Pilchie 已提交
13469
            get {
13470
                return ResourceManager.GetString("WRN_UnifyReferenceBldRev_Description", resourceCulture);
P
Pilchie 已提交
13471 13472 13473 13474
            }
        }
        
        /// <summary>
13475
        ///   Looks up a localized string similar to Assuming assembly reference matches identity.
P
Pilchie 已提交
13476
        /// </summary>
13477
        internal static string WRN_UnifyReferenceBldRev_Title {
P
Pilchie 已提交
13478
            get {
13479
                return ResourceManager.GetString("WRN_UnifyReferenceBldRev_Title", resourceCulture);
P
Pilchie 已提交
13480 13481 13482 13483
            }
        }
        
        /// <summary>
13484
        ///   Looks up a localized string similar to Assuming assembly reference &apos;{0}&apos; used by &apos;{1}&apos; matches identity &apos;{2}&apos; of &apos;{3}&apos;, you may need to supply runtime policy.
P
Pilchie 已提交
13485
        /// </summary>
13486
        internal static string WRN_UnifyReferenceMajMin {
P
Pilchie 已提交
13487
            get {
13488
                return ResourceManager.GetString("WRN_UnifyReferenceMajMin", resourceCulture);
P
Pilchie 已提交
13489 13490 13491 13492
            }
        }
        
        /// <summary>
13493
        ///   Looks up a localized string similar to The two assemblies differ in release and/or version number. For unification to occur, you must specify directives in the application&apos;s .config file, and you must provide the correct strong name of an assembly..
P
Pilchie 已提交
13494
        /// </summary>
13495
        internal static string WRN_UnifyReferenceMajMin_Description {
P
Pilchie 已提交
13496
            get {
13497
                return ResourceManager.GetString("WRN_UnifyReferenceMajMin_Description", resourceCulture);
P
Pilchie 已提交
13498 13499 13500 13501
            }
        }
        
        /// <summary>
13502
        ///   Looks up a localized string similar to Assuming assembly reference matches identity.
P
Pilchie 已提交
13503
        /// </summary>
13504
        internal static string WRN_UnifyReferenceMajMin_Title {
P
Pilchie 已提交
13505
            get {
13506
                return ResourceManager.GetString("WRN_UnifyReferenceMajMin_Title", resourceCulture);
P
Pilchie 已提交
13507 13508 13509
            }
        }
        
13510
        /// <summary>
13511
        ///   Looks up a localized string similar to The command line switch &apos;{0}&apos; is not yet implemented and was ignored..
13512
        /// </summary>
13513
        internal static string WRN_UnimplementedCommandLineSwitch {
13514
            get {
13515
                return ResourceManager.GetString("WRN_UnimplementedCommandLineSwitch", resourceCulture);
13516 13517 13518
            }
        }
        
P
Pilchie 已提交
13519
        /// <summary>
13520
        ///   Looks up a localized string similar to Command line switch is not yet implemented.
P
Pilchie 已提交
13521
        /// </summary>
13522
        internal static string WRN_UnimplementedCommandLineSwitch_Title {
P
Pilchie 已提交
13523
            get {
13524
                return ResourceManager.GetString("WRN_UnimplementedCommandLineSwitch_Title", resourceCulture);
P
Pilchie 已提交
13525 13526 13527 13528
            }
        }
        
        /// <summary>
13529
        ///   Looks up a localized string similar to XML comment on &apos;{1}&apos; has a paramref tag for &apos;{0}&apos;, but there is no parameter by that name.
P
Pilchie 已提交
13530
        /// </summary>
13531
        internal static string WRN_UnmatchedParamRefTag {
P
Pilchie 已提交
13532
            get {
13533
                return ResourceManager.GetString("WRN_UnmatchedParamRefTag", resourceCulture);
P
Pilchie 已提交
13534 13535 13536 13537
            }
        }
        
        /// <summary>
13538
        ///   Looks up a localized string similar to XML comment has a paramref tag, but there is no parameter by that name.
P
Pilchie 已提交
13539
        /// </summary>
13540
        internal static string WRN_UnmatchedParamRefTag_Title {
P
Pilchie 已提交
13541
            get {
13542
                return ResourceManager.GetString("WRN_UnmatchedParamRefTag_Title", resourceCulture);
P
Pilchie 已提交
13543 13544 13545 13546
            }
        }
        
        /// <summary>
13547
        ///   Looks up a localized string similar to XML comment has a param tag for &apos;{0}&apos;, but there is no parameter by that name.
P
Pilchie 已提交
13548
        /// </summary>
13549
        internal static string WRN_UnmatchedParamTag {
P
Pilchie 已提交
13550
            get {
13551
                return ResourceManager.GetString("WRN_UnmatchedParamTag", resourceCulture);
P
Pilchie 已提交
13552 13553 13554 13555
            }
        }
        
        /// <summary>
13556
        ///   Looks up a localized string similar to XML comment has a param tag, but there is no parameter by that name.
P
Pilchie 已提交
13557
        /// </summary>
13558
        internal static string WRN_UnmatchedParamTag_Title {
P
Pilchie 已提交
13559
            get {
13560
                return ResourceManager.GetString("WRN_UnmatchedParamTag_Title", resourceCulture);
P
Pilchie 已提交
13561 13562 13563 13564
            }
        }
        
        /// <summary>
13565
        ///   Looks up a localized string similar to XML comment on &apos;{1}&apos; has a typeparamref tag for &apos;{0}&apos;, but there is no type parameter by that name.
P
Pilchie 已提交
13566
        /// </summary>
13567
        internal static string WRN_UnmatchedTypeParamRefTag {
P
Pilchie 已提交
13568
            get {
13569
                return ResourceManager.GetString("WRN_UnmatchedTypeParamRefTag", resourceCulture);
P
Pilchie 已提交
13570 13571 13572 13573
            }
        }
        
        /// <summary>
13574
        ///   Looks up a localized string similar to XML comment has a typeparamref tag, but there is no type parameter by that name.
P
Pilchie 已提交
13575
        /// </summary>
13576
        internal static string WRN_UnmatchedTypeParamRefTag_Title {
P
Pilchie 已提交
13577
            get {
13578
                return ResourceManager.GetString("WRN_UnmatchedTypeParamRefTag_Title", resourceCulture);
P
Pilchie 已提交
13579 13580 13581 13582
            }
        }
        
        /// <summary>
13583
        ///   Looks up a localized string similar to XML comment has a typeparam tag for &apos;{0}&apos;, but there is no type parameter by that name.
P
Pilchie 已提交
13584
        /// </summary>
13585
        internal static string WRN_UnmatchedTypeParamTag {
P
Pilchie 已提交
13586
            get {
13587
                return ResourceManager.GetString("WRN_UnmatchedTypeParamTag", resourceCulture);
P
Pilchie 已提交
13588 13589 13590
            }
        }
        
13591
        /// <summary>
13592
        ///   Looks up a localized string similar to XML comment has a typeparam tag, but there is no type parameter by that name.
13593
        /// </summary>
13594
        internal static string WRN_UnmatchedTypeParamTag_Title {
13595
            get {
13596
                return ResourceManager.GetString("WRN_UnmatchedTypeParamTag_Title", resourceCulture);
13597 13598 13599
            }
        }
        
P
Pilchie 已提交
13600
        /// <summary>
13601
        ///   Looks up a localized string similar to Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the &apos;await&apos; operator to the result of the call..
P
Pilchie 已提交
13602
        /// </summary>
13603
        internal static string WRN_UnobservedAwaitableExpression {
P
Pilchie 已提交
13604
            get {
13605
                return ResourceManager.GetString("WRN_UnobservedAwaitableExpression", resourceCulture);
P
Pilchie 已提交
13606 13607 13608 13609
            }
        }
        
        /// <summary>
13610
        ///   Looks up a localized string similar to The current method calls an async method that returns a Task or a Task&lt;TResult&gt; and doesn&apos;t apply the await operator to the result. The call to the async method starts an asynchronous task. However, because no await operator is applied, the program continues without waiting for the task to complete. In most cases, that behavior isn&apos;t what you expect. Usually other aspects of the calling method depend on the results of the call or, minimally, the called method is expected to complete before you return from t [rest of string was truncated]&quot;;.
P
Pilchie 已提交
13611
        /// </summary>
13612
        internal static string WRN_UnobservedAwaitableExpression_Description {
P
Pilchie 已提交
13613
            get {
13614
                return ResourceManager.GetString("WRN_UnobservedAwaitableExpression_Description", resourceCulture);
P
Pilchie 已提交
13615 13616 13617 13618
            }
        }
        
        /// <summary>
13619
        ///   Looks up a localized string similar to Because this call is not awaited, execution of the current method continues before the call is completed.
P
Pilchie 已提交
13620
        /// </summary>
13621
        internal static string WRN_UnobservedAwaitableExpression_Title {
P
Pilchie 已提交
13622
            get {
13623
                return ResourceManager.GetString("WRN_UnobservedAwaitableExpression_Title", resourceCulture);
P
Pilchie 已提交
13624 13625 13626 13627
            }
        }
        
        /// <summary>
13628
        ///   Looks up a localized string similar to XML comment is not placed on a valid language element.
P
Pilchie 已提交
13629
        /// </summary>
13630
        internal static string WRN_UnprocessedXMLComment {
P
Pilchie 已提交
13631
            get {
13632
                return ResourceManager.GetString("WRN_UnprocessedXMLComment", resourceCulture);
P
Pilchie 已提交
13633 13634 13635 13636
            }
        }
        
        /// <summary>
13637
        ///   Looks up a localized string similar to XML comment is not placed on a valid language element.
P
Pilchie 已提交
13638
        /// </summary>
13639
        internal static string WRN_UnprocessedXMLComment_Title {
P
Pilchie 已提交
13640
            get {
13641
                return ResourceManager.GetString("WRN_UnprocessedXMLComment_Title", resourceCulture);
P
Pilchie 已提交
13642 13643 13644 13645
            }
        }
        
        /// <summary>
13646
        ///   Looks up a localized string similar to Within cref attributes, nested types of generic types should be qualified..
P
Pilchie 已提交
13647
        /// </summary>
13648
        internal static string WRN_UnqualifiedNestedTypeInCref {
P
Pilchie 已提交
13649
            get {
13650
                return ResourceManager.GetString("WRN_UnqualifiedNestedTypeInCref", resourceCulture);
P
Pilchie 已提交
13651 13652 13653 13654
            }
        }
        
        /// <summary>
13655
        ///   Looks up a localized string similar to Within cref attributes, nested types of generic types should be qualified.
P
Pilchie 已提交
13656
        /// </summary>
13657
        internal static string WRN_UnqualifiedNestedTypeInCref_Title {
P
Pilchie 已提交
13658
            get {
13659
                return ResourceManager.GetString("WRN_UnqualifiedNestedTypeInCref_Title", resourceCulture);
P
Pilchie 已提交
13660 13661 13662 13663
            }
        }
        
        /// <summary>
13664
        ///   Looks up a localized string similar to Unreachable code detected.
P
Pilchie 已提交
13665
        /// </summary>
13666
        internal static string WRN_UnreachableCode {
P
Pilchie 已提交
13667
            get {
13668
                return ResourceManager.GetString("WRN_UnreachableCode", resourceCulture);
P
Pilchie 已提交
13669 13670 13671 13672
            }
        }
        
        /// <summary>
13673
        ///   Looks up a localized string similar to Unreachable code detected.
P
Pilchie 已提交
13674
        /// </summary>
13675
        internal static string WRN_UnreachableCode_Title {
P
Pilchie 已提交
13676
            get {
13677
                return ResourceManager.GetString("WRN_UnreachableCode_Title", resourceCulture);
P
Pilchie 已提交
13678 13679 13680 13681
            }
        }
        
        /// <summary>
13682
        ///   Looks up a localized string similar to A previous catch clause already catches all exceptions. All non-exceptions thrown will be wrapped in a System.Runtime.CompilerServices.RuntimeWrappedException..
P
Pilchie 已提交
13683
        /// </summary>
13684
        internal static string WRN_UnreachableGeneralCatch {
P
Pilchie 已提交
13685
            get {
13686
                return ResourceManager.GetString("WRN_UnreachableGeneralCatch", resourceCulture);
P
Pilchie 已提交
13687 13688 13689 13690
            }
        }
        
        /// <summary>
13691 13692 13693
        ///   Looks up a localized string similar to This warning is caused when a catch() block has no specified exception type after a catch (System.Exception e) block. The warning advises that the catch() block will not catch any exceptions.
        ///
        ///A catch() block after a catch (System.Exception e) block can catch non-CLS exceptions if the RuntimeCompatibilityAttribute is set to false in the AssemblyInfo.cs file: [assembly: RuntimeCompatibilityAttribute(WrapNonExceptionThrows = false)]. If this attribute is not set explicitly to false, all thrown non-CLS excep [rest of string was truncated]&quot;;.
P
Pilchie 已提交
13694
        /// </summary>
13695
        internal static string WRN_UnreachableGeneralCatch_Description {
P
Pilchie 已提交
13696
            get {
13697
                return ResourceManager.GetString("WRN_UnreachableGeneralCatch_Description", resourceCulture);
P
Pilchie 已提交
13698 13699 13700 13701
            }
        }
        
        /// <summary>
13702
        ///   Looks up a localized string similar to A previous catch clause already catches all exceptions.
P
Pilchie 已提交
13703
        /// </summary>
13704
        internal static string WRN_UnreachableGeneralCatch_Title {
P
Pilchie 已提交
13705
            get {
13706
                return ResourceManager.GetString("WRN_UnreachableGeneralCatch_Title", resourceCulture);
P
Pilchie 已提交
13707 13708 13709 13710
            }
        }
        
        /// <summary>
13711
        ///   Looks up a localized string similar to The event &apos;{0}&apos; is never used.
P
Pilchie 已提交
13712
        /// </summary>
13713
        internal static string WRN_UnreferencedEvent {
P
Pilchie 已提交
13714
            get {
13715
                return ResourceManager.GetString("WRN_UnreferencedEvent", resourceCulture);
P
Pilchie 已提交
13716 13717 13718 13719
            }
        }
        
        /// <summary>
13720
        ///   Looks up a localized string similar to Event is never used.
P
Pilchie 已提交
13721
        /// </summary>
13722
        internal static string WRN_UnreferencedEvent_Title {
P
Pilchie 已提交
13723
            get {
13724
                return ResourceManager.GetString("WRN_UnreferencedEvent_Title", resourceCulture);
P
Pilchie 已提交
13725 13726 13727 13728
            }
        }
        
        /// <summary>
13729
        ///   Looks up a localized string similar to The field &apos;{0}&apos; is never used.
P
Pilchie 已提交
13730
        /// </summary>
13731
        internal static string WRN_UnreferencedField {
P
Pilchie 已提交
13732
            get {
13733
                return ResourceManager.GetString("WRN_UnreferencedField", resourceCulture);
P
Pilchie 已提交
13734 13735 13736 13737
            }
        }
        
        /// <summary>
13738
        ///   Looks up a localized string similar to Field is never used.
P
Pilchie 已提交
13739
        /// </summary>
13740
        internal static string WRN_UnreferencedField_Title {
P
Pilchie 已提交
13741
            get {
13742
                return ResourceManager.GetString("WRN_UnreferencedField_Title", resourceCulture);
P
Pilchie 已提交
13743 13744 13745 13746
            }
        }
        
        /// <summary>
13747
        ///   Looks up a localized string similar to The field &apos;{0}&apos; is assigned but its value is never used.
P
Pilchie 已提交
13748
        /// </summary>
13749
        internal static string WRN_UnreferencedFieldAssg {
P
Pilchie 已提交
13750
            get {
13751
                return ResourceManager.GetString("WRN_UnreferencedFieldAssg", resourceCulture);
P
Pilchie 已提交
13752 13753 13754 13755
            }
        }
        
        /// <summary>
13756
        ///   Looks up a localized string similar to Field is assigned but its value is never used.
P
Pilchie 已提交
13757
        /// </summary>
13758
        internal static string WRN_UnreferencedFieldAssg_Title {
P
Pilchie 已提交
13759
            get {
13760
                return ResourceManager.GetString("WRN_UnreferencedFieldAssg_Title", resourceCulture);
P
Pilchie 已提交
13761 13762 13763 13764
            }
        }
        
        /// <summary>
13765
        ///   Looks up a localized string similar to This label has not been referenced.
P
Pilchie 已提交
13766
        /// </summary>
13767
        internal static string WRN_UnreferencedLabel {
P
Pilchie 已提交
13768
            get {
13769
                return ResourceManager.GetString("WRN_UnreferencedLabel", resourceCulture);
P
Pilchie 已提交
13770 13771 13772 13773
            }
        }
        
        /// <summary>
13774
        ///   Looks up a localized string similar to This label has not been referenced.
P
Pilchie 已提交
13775
        /// </summary>
13776
        internal static string WRN_UnreferencedLabel_Title {
P
Pilchie 已提交
13777
            get {
13778
                return ResourceManager.GetString("WRN_UnreferencedLabel_Title", resourceCulture);
P
Pilchie 已提交
13779 13780 13781 13782
            }
        }
        
        /// <summary>
13783
        ///   Looks up a localized string similar to The variable &apos;{0}&apos; is declared but never used.
P
Pilchie 已提交
13784
        /// </summary>
13785
        internal static string WRN_UnreferencedVar {
P
Pilchie 已提交
13786
            get {
13787
                return ResourceManager.GetString("WRN_UnreferencedVar", resourceCulture);
P
Pilchie 已提交
13788 13789 13790 13791
            }
        }
        
        /// <summary>
13792
        ///   Looks up a localized string similar to Variable is declared but never used.
P
Pilchie 已提交
13793
        /// </summary>
13794
        internal static string WRN_UnreferencedVar_Title {
P
Pilchie 已提交
13795
            get {
13796
                return ResourceManager.GetString("WRN_UnreferencedVar_Title", resourceCulture);
P
Pilchie 已提交
13797 13798 13799 13800
            }
        }
        
        /// <summary>
13801
        ///   Looks up a localized string similar to The variable &apos;{0}&apos; is assigned but its value is never used.
P
Pilchie 已提交
13802
        /// </summary>
13803
        internal static string WRN_UnreferencedVarAssg {
P
Pilchie 已提交
13804
            get {
13805
                return ResourceManager.GetString("WRN_UnreferencedVarAssg", resourceCulture);
P
Pilchie 已提交
13806 13807 13808 13809
            }
        }
        
        /// <summary>
13810
        ///   Looks up a localized string similar to Variable is assigned but its value is never used.
P
Pilchie 已提交
13811
        /// </summary>
13812
        internal static string WRN_UnreferencedVarAssg_Title {
P
Pilchie 已提交
13813
            get {
13814
                return ResourceManager.GetString("WRN_UnreferencedVarAssg_Title", resourceCulture);
P
Pilchie 已提交
13815 13816 13817 13818
            }
        }
        
        /// <summary>
13819
        ///   Looks up a localized string similar to Comparison to integral constant is useless; the constant is outside the range of type &apos;{0}&apos;.
P
Pilchie 已提交
13820
        /// </summary>
13821
        internal static string WRN_VacuousIntegralComp {
P
Pilchie 已提交
13822
            get {
13823
                return ResourceManager.GetString("WRN_VacuousIntegralComp", resourceCulture);
P
Pilchie 已提交
13824 13825 13826 13827
            }
        }
        
        /// <summary>
13828
        ///   Looks up a localized string similar to Comparison to integral constant is useless; the constant is outside the range of the type.
P
Pilchie 已提交
13829
        /// </summary>
13830
        internal static string WRN_VacuousIntegralComp_Title {
P
Pilchie 已提交
13831
            get {
13832
                return ResourceManager.GetString("WRN_VacuousIntegralComp_Title", resourceCulture);
P
Pilchie 已提交
13833 13834 13835 13836
            }
        }
        
        /// <summary>
13837
        ///   Looks up a localized string similar to &apos;{0}&apos;: a reference to a volatile field will not be treated as volatile.
P
Pilchie 已提交
13838
        /// </summary>
13839
        internal static string WRN_VolatileByRef {
P
Pilchie 已提交
13840
            get {
13841
                return ResourceManager.GetString("WRN_VolatileByRef", resourceCulture);
P
Pilchie 已提交
13842 13843 13844 13845
            }
        }
        
        /// <summary>
V
vsadov 已提交
13846
        ///   Looks up a localized string similar to A volatile field should not normally be used as a ref or out value, since it will not be treated as volatile. There are exceptions to this, such as when calling an interlocked API..
P
Pilchie 已提交
13847
        /// </summary>
13848
        internal static string WRN_VolatileByRef_Description {
P
Pilchie 已提交
13849
            get {
13850
                return ResourceManager.GetString("WRN_VolatileByRef_Description", resourceCulture);
P
Pilchie 已提交
13851 13852 13853 13854
            }
        }
        
        /// <summary>
13855
        ///   Looks up a localized string similar to A reference to a volatile field will not be treated as volatile.
P
Pilchie 已提交
13856
        /// </summary>
13857
        internal static string WRN_VolatileByRef_Title {
P
Pilchie 已提交
13858
            get {
13859
                return ResourceManager.GetString("WRN_VolatileByRef_Title", resourceCulture);
P
Pilchie 已提交
13860 13861 13862 13863 13864 13865 13866 13867 13868 13869 13870 13871
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to #warning: &apos;{0}&apos;.
        /// </summary>
        internal static string WRN_WarningDirective {
            get {
                return ResourceManager.GetString("WRN_WarningDirective", resourceCulture);
            }
        }
        
13872 13873 13874 13875 13876 13877 13878 13879 13880
        /// <summary>
        ///   Looks up a localized string similar to #warning directive.
        /// </summary>
        internal static string WRN_WarningDirective_Title {
            get {
                return ResourceManager.GetString("WRN_WarningDirective_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
13881 13882 13883 13884 13885 13886 13887 13888 13889
        /// <summary>
        ///   Looks up a localized string similar to XML comment has badly formed XML -- &apos;{0}&apos;.
        /// </summary>
        internal static string WRN_XMLParseError {
            get {
                return ResourceManager.GetString("WRN_XMLParseError", resourceCulture);
            }
        }
        
13890 13891 13892 13893 13894 13895 13896 13897 13898
        /// <summary>
        ///   Looks up a localized string similar to XML comment has badly formed XML.
        /// </summary>
        internal static string WRN_XMLParseError_Title {
            get {
                return ResourceManager.GetString("WRN_XMLParseError_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
13899 13900 13901 13902 13903 13904 13905 13906 13907
        /// <summary>
        ///   Looks up a localized string similar to Badly formed XML in included comments file -- &apos;{0}&apos;.
        /// </summary>
        internal static string WRN_XMLParseIncludeError {
            get {
                return ResourceManager.GetString("WRN_XMLParseIncludeError", resourceCulture);
            }
        }
        
13908 13909 13910 13911 13912 13913 13914 13915 13916
        /// <summary>
        ///   Looks up a localized string similar to Badly formed XML in included comments file.
        /// </summary>
        internal static string WRN_XMLParseIncludeError_Title {
            get {
                return ResourceManager.GetString("WRN_XMLParseIncludeError_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
13917 13918 13919 13920 13921 13922 13923 13924 13925 13926 13927 13928 13929 13930 13931 13932 13933 13934 13935 13936 13937 13938 13939 13940 13941 13942 13943 13944 13945 13946 13947 13948 13949 13950 13951 13952 13953 13954 13955 13956 13957 13958 13959 13960 13961 13962 13963 13964 13965 13966 13967 13968 13969 13970 13971 13972 13973 13974 13975 13976 13977 13978 13979 13980 13981 13982 13983 13984 13985 13986 13987 13988 13989 13990 13991 13992 13993 13994 13995 13996 13997 13998 13999 14000 14001 14002 14003 14004 14005 14006 14007 14008 14009 14010 14011 14012 14013 14014 14015 14016 14017 14018 14019 14020 14021 14022 14023 14024 14025 14026 14027 14028 14029 14030 14031 14032 14033 14034 14035 14036 14037 14038 14039 14040 14041 14042 14043 14044 14045 14046 14047 14048 14049 14050 14051 14052 14053 14054 14055 14056 14057 14058 14059 14060 14061 14062 14063 14064 14065 14066 14067 14068 14069 14070 14071 14072 14073 14074 14075 14076 14077 14078 14079 14080 14081 14082 14083 14084 14085 14086 14087 14088 14089 14090 14091 14092 14093 14094 14095 14096 14097 14098 14099 14100 14101 14102 14103 14104 14105 14106 14107 14108 14109 14110 14111 14112 14113 14114 14115
        /// <summary>
        ///   Looks up a localized string similar to Wrong number of type arguments.
        /// </summary>
        internal static string WrongNumberOfTypeArguments {
            get {
                return ResourceManager.GetString("WrongNumberOfTypeArguments", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expected a {0} SemanticModel..
        /// </summary>
        internal static string WrongSemanticModelType {
            get {
                return ResourceManager.GetString("WrongSemanticModelType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The literal string &apos;]]&gt;&apos; is not allowed in element content..
        /// </summary>
        internal static string XML_CDataEndTagNotAllowed {
            get {
                return ResourceManager.GetString("XML_CDataEndTagNotAllowed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Duplicate &apos;{0}&apos; attribute.
        /// </summary>
        internal static string XML_DuplicateAttribute {
            get {
                return ResourceManager.GetString("XML_DuplicateAttribute", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to End tag &apos;{0}&apos; does not match the start tag &apos;{1}&apos;..
        /// </summary>
        internal static string XML_ElementTypeMatch {
            get {
                return ResourceManager.GetString("XML_ElementTypeMatch", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expected an end tag for element &apos;{0}&apos;..
        /// </summary>
        internal static string XML_EndTagExpected {
            get {
                return ResourceManager.GetString("XML_EndTagExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to End tag was not expected at this location..
        /// </summary>
        internal static string XML_EndTagNotExpected {
            get {
                return ResourceManager.GetString("XML_EndTagNotExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expected &apos;&gt;&apos; or &apos;/&gt;&apos; to close tag &apos;{0}&apos;..
        /// </summary>
        internal static string XML_ExpectedEndOfTag {
            get {
                return ResourceManager.GetString("XML_ExpectedEndOfTag", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unexpected character at this location..
        /// </summary>
        internal static string XML_ExpectedEndOfXml {
            get {
                return ResourceManager.GetString("XML_ExpectedEndOfXml", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An identifier was expected..
        /// </summary>
        internal static string XML_ExpectedIdentifier {
            get {
                return ResourceManager.GetString("XML_ExpectedIdentifier", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Incorrect syntax was used in a comment..
        /// </summary>
        internal static string XML_IncorrectComment {
            get {
                return ResourceManager.GetString("XML_IncorrectComment", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An invalid character was found inside an entity reference..
        /// </summary>
        internal static string XML_InvalidCharEntity {
            get {
                return ResourceManager.GetString("XML_InvalidCharEntity", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The character(s) &apos;{0}&apos; cannot be used at this location..
        /// </summary>
        internal static string XML_InvalidToken {
            get {
                return ResourceManager.GetString("XML_InvalidToken", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid unicode character..
        /// </summary>
        internal static string XML_InvalidUnicodeChar {
            get {
                return ResourceManager.GetString("XML_InvalidUnicodeChar", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Whitespace is not allowed at this location..
        /// </summary>
        internal static string XML_InvalidWhitespace {
            get {
                return ResourceManager.GetString("XML_InvalidWhitespace", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The character &apos;&lt;&apos; cannot be used in an attribute value..
        /// </summary>
        internal static string XML_LessThanInAttributeValue {
            get {
                return ResourceManager.GetString("XML_LessThanInAttributeValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Missing equals sign between attribute and attribute value..
        /// </summary>
        internal static string XML_MissingEqualsAttribute {
            get {
                return ResourceManager.GetString("XML_MissingEqualsAttribute", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Reference to undefined entity &apos;{0}&apos;..
        /// </summary>
        internal static string XML_RefUndefinedEntity_1 {
            get {
                return ResourceManager.GetString("XML_RefUndefinedEntity_1", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Missing closing quotation mark for string literal..
        /// </summary>
        internal static string XML_StringLiteralNoEndQuote {
            get {
                return ResourceManager.GetString("XML_StringLiteralNoEndQuote", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Non-ASCII quotations marks may not be used around string literals..
        /// </summary>
        internal static string XML_StringLiteralNonAsciiQuote {
            get {
                return ResourceManager.GetString("XML_StringLiteralNonAsciiQuote", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A string literal was expected, but no opening quotation mark was found..
        /// </summary>
        internal static string XML_StringLiteralNoStartQuote {
            get {
                return ResourceManager.GetString("XML_StringLiteralNoStartQuote", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Required white space was missing..
        /// </summary>
        internal static string XML_WhitespaceMissing {
            get {
                return ResourceManager.GetString("XML_WhitespaceMissing", resourceCulture);
            }
        }
    }
}