IPluginEntityCollectionT Interface

Base interface for collections of plug-in entities.

Definition

Namespace: SMath.Extensibility.Collections
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
public interface IPluginEntityCollection<T> : IEnumerable<T>, 
	IEnumerable
Implements
IEnumerableT, IEnumerable

Type Parameters

T
Type of items which are stored in the collection.

Properties

Count Number of items in the collection.

Methods

Contains Determines whether an item with the specified value of PublicGuid is present in the collection.
GetEnumeratorReturns an enumerator that iterates through the collection.
(Inherited from IEnumerableT)

See Also