MsgPack.SubtreeUnpacker.ThrowNotInHeadOfCollectionException C# (CSharp) Méthode

ThrowNotInHeadOfCollectionException() private static méthode

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