-
Notifications
You must be signed in to change notification settings - Fork 0
API Host NullValue
Liu.Yandong.Hanks edited this page Aug 26, 2026
·
4 revisions
脚本 null 单例对象。
命名空间:AuroraScript.Runtime.Types。种类:class。
脚本 null 单例对象。
NullValue 的最小用法。
var missing = NullValue.Instance;
Console.WriteLine(ReferenceEquals(missing, NullValue.Instance)); // Truestatic readonly NullValue Instance参数
无。
返回值
返回 NullValue。
var nullObject = NullValue.Instance;AuroraScript.JIT 4.0.0 · 文档首页 · 仓库 · MIT License