예제 #1
0
 internal void SetupBindable(TInstance instance)
 {
     ContainerInstance = instance;
     if (ContainerInstance != null)
     {
         PropertyInfo = ContainerInstance.GetPropertyInfo(PropertyExpression);
     }
 }