コード例 #1
0
 public static void RegisterProperty(Object target, string propertyPath) => DrivenPropertyManagerBridge.RegisterProperty(instance, target, propertyPath);
コード例 #2
0
 public static void UnregisterProperties() => DrivenPropertyManagerBridge.UnregisterProperties(instance);