Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 monotouch 项目中使用 firebase ios sdk。我有一个场景,我需要将 firebase 中的属性值设置为 firebase 服务器时间戳。现在我如何实现以下目标:
它非常类似于MonoTouch 绑定不能使用字段
答案表明您可以通过正确指示编译器来公开一些常量。
但最后,它是一个常数,因此您也可以在绑定中硬编码它的值。