简体   繁体   English

Kotlin 中的“哈希”有什么作用?

[英]What does the "hash" do in Kotlin?

I have come across this in the android documentation我在 android 文档中遇到过这个

CameraDevice#createCaptureSession

and

CameraDevice#createReprocessableCaptureSession

What does the "hash" symbol mean? “哈希”符号是什么意思?

It has nothing to do with Kotlin.它与 Kotlin 无关。 Looks like they have used to refer specific part of sections in the Android developer documentation.看起来他们曾经引用 Android 开发人员文档中的特定部分。

For example例如

CameraDevice#createCaptureSession

This will route you to the createCaptureSession method section in their documentation.这会将您路由到他们文档中的createCaptureSession方法部分。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM