Argument type is not CLS-compliant, why?

后端 未结 3 1592
忘掉有多难
忘掉有多难 2020-12-15 16:20

I get the warning like this \"alt If you know what it is, please exp

3条回答
  •  时光取名叫无心
    2020-12-15 16:24

    Some more info:

    • Writing CLS-Compliant Code

    And you can get those warnings in a CLS-compliant assembly, that references a non-CLS-compliant assembly (and exposes its non-CLS-compliant members):

    • Can an assembly that includes a non-CLS-compliant reference be CLS-compliant?

提交回复
热议问题