ListView.RemovePrefabProvider
RemovePrefabProvider<TData>()
Unregister a PrefabProviderCallback<T> that was previously registered via AddPrefabProvider<TData>(PrefabProviderCallback<Int32>)
Declaration
public void RemovePrefabProvider<TData>()
Type Parameters
Name | Description |
---|---|
TData | The the list element type of the data source (or a derived type) |