MsgPack.SubtreeUnpacker.EndReadSubtree C# (CSharp) Method

EndReadSubtree() protected method

protected EndReadSubtree ( ) : void
return void
		protected internal override void EndReadSubtree()
		{
			base.EndReadSubtree();

			// Ends current collection.
			this._unpacked.Pop();
			this._unpacked.Push( this._itemsCount.Peek() );
			this.DiscardCompletedStacks();
		}