コード例 #1
0
 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);
        }