Hi, it seems there are no delegates to properties. Is there a convenient way to do the following?
Assert.Throws<InvalidOperationException>(
delegate
{
// Current is a property as we all know
nullNodeList.GetEnumerator().Current;
});