示例#1
0
文件: Choices.cs 项目: 0xCM/Meta.Core
 public Choices(ChoiceIdentity Identity, Seq <Choice> Choices)
     : base(Identity, Choices)
 {
 }