private static bool UnpackFixArrayLength( StreamingUnpacker @this, int b, Stream source, UnpackingMode unpackingMode, out MessagePackObject? result )
		{
			var header = _headerArray[ b ];
			@this._collectionState.NewContextCollection( header, header.ValueOrLength );
			result = null;
			@this.TransitToUnpackContextCollection();
			return true;
		}