public void ThrowsExeptionTryingToGetInterfacedPropertyWithoutAFieldType()
 {
     var father = new Child();
     father.GetKey(c => c.Brother.Name);
 }
示例#2
0
        public void ThrowsExeptionTryingToGetInterfacedPropertyWithoutAFieldType()
        {
            var father = new Child();

            father.GetKey(c => c.Brother.Name);
        }