.FSI 文件扩展名
Visual F# Signature File
| 开发者 | Microsoft |
| 受欢迎程度 |
2.0 | 3 票 |
什么是 FSI 文件?
Signature file used by Visual F#, a component of Microsoft's Visual Studio software development kit; contains information about the F# program element's public signatures, including types, namespaces, and components.
更多信息
FSI files can be used to specify accessibility rules to program code within an .FS file. This technique is used to restrict access to other program code that executes outside of the controlled FS file.
FSI files always have the same filename prefix as their associated FS file.
可打开或引用 FSI 文件的程序
Windows