IPluginCollectionView Interface
Provides filtering of
IPluginCollection with caching of results.
The view tracks
Version and updates automatically after any change of the
Parent collection.
The order of items in the view is defined by
Comparer.
Namespace: SMath.Extensibility.CollectionsAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
public interface IPluginCollectionView : IEnumerable<IPluginContainer>,
IEnumerable
Public Interface IPluginCollectionView
Inherits IEnumerable(Of IPluginContainer), IEnumerable
public interface class IPluginCollectionView : IEnumerable<IPluginContainer^>,
IEnumerable
type IPluginCollectionView =
interface
interface IEnumerable<IPluginContainer>
interface IEnumerable
end
- Implements
- IEnumerableIPluginContainer, IEnumerable
| Comparer |
Comparer which defines the order of items in the view.
|
| Count |
Number of items in the view.
|
| Parent |
Parent collection of plug-ins the view belongs to.
|