IPluginEntityCollectionT Interface
Base interface for collections of plug-in entities.
Namespace: SMath.Extensibility.CollectionsAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
public interface IPluginEntityCollection<T> : IEnumerable<T>,
IEnumerable
Public Interface IPluginEntityCollection(Of T)
Inherits IEnumerable(Of T), IEnumerable
generic<typename T>
public interface class IPluginEntityCollection : IEnumerable<T>,
IEnumerable
type IPluginEntityCollection<'T> =
interface
interface IEnumerable<'T>
interface IEnumerable
end
- Implements
- IEnumerableT, IEnumerable
Type Parameters
- T
- Type of items which are stored in the collection.
| Count |
Number of items in the collection.
|