protected override void IntWrite(BinaryWriter writer) { for (Int32 i = 0; i < this.fItems.Count; i++) { this.fItems[i].Write(writer); } }