예제 #1
0
 public void CreateProperty <T>(T instance, string name)
 {
     Property = Parameter.CreatePropertyReference(instance, name);
 }