RemObjects.InternetPack.Ldap.BerSequence.IntWrite C# (CSharp) Method

IntWrite() protected method

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