gpt4 book ai didi

.net - 什么是 RequireQualifiedAccess 属性?

转载 作者:行者123 更新时间:2023-12-02 17:34:14 27 4
gpt4 key购买 nike

来自docs :

This attribute is used to indicate that references to the elements of a module, record or union type require explicit qualified access.

什么是显式限定访问?什么是隐式访问?

最佳答案

也许一个具体的例子会有所帮助。

List 模块具有此属性。这意味着您不被允许打开该模块:

open List // compile error!

map id [1;2]

相反,您必须这样做:

List.map id [1;2]

关于.net - 什么是 RequireQualifiedAccess 属性?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44462268/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com