You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ItemColletionBinder has been removed, yet it is still being used in the CollectionViewViewModel. While it worked fine in version 1.0.0-pre.12 sample, it now causes the following compilation errors in version 1.0.0-pre.16 sample.
Assets/Samples/Model-View-ViewModel Toolkit/1.0.0-pre.16/Sample View/Views/CollectionView/CollectionViewViewModel.cs(71,41): error CS0246: The type or namespace name 'ItemCollectionBinder<,>' could not be found (are you missing a using directive or an assembly reference?)
The text was updated successfully, but these errors were encountered:
在上一次提交时,作者删除了关于 集合 的逻辑,只需要把报错的地方尽情删除即可
In the previous submission, the author omitted the logic related to "collections," simply delete the parts that are causing errors.
The ItemColletionBinder has been removed, yet it is still being used in the CollectionViewViewModel. While it worked fine in version 1.0.0-pre.12 sample, it now causes the following compilation errors in version 1.0.0-pre.16 sample.
The text was updated successfully, but these errors were encountered: