MsgPack.SubtreeUnpacker.ThrowNotInHeadOfCollectionException C# (CSharp) Method

ThrowNotInHeadOfCollectionException() private static method

private static ThrowNotInHeadOfCollectionException ( ) : void
return void
		private static void ThrowNotInHeadOfCollectionException()
		{
			throw new InvalidOperationException( "This unpacker is not located in the head of collection." );
		}