Chr*_*ith 14
你使用static let绑定(注意:虽然需要一些时间,它没有太多功能):
type StaticMemberTest () =
static let mutable test : string = ""
member this.Test
with get() =
test <- "asdf"
test
Run Code Online (Sandbox Code Playgroud)