コード例 #1
0
        public override void Read(CommandSerializer serializer)
        {
            base.Read(serializer);

            this.Tags = serializer.ReadTags(() => new TagsUserState());
        }
コード例 #2
0
 public CommandUserState()
 {
     this.Tags = null;
 }