Note
The order of items in this collection is arbitrary and may change in future. Use explicit sorting of IEnumerableT results
(for example, by LoadOrder or via Instance) if the order is important.
A collection of plug-in entities which stores a single entity per key.
public interface IPluginEntitySet<T> : IPluginEntityCollection<T>,
IEnumerable<T>, IEnumerable
Public Interface IPluginEntitySet(Of T)
Inherits IPluginEntityCollection(Of T), IEnumerable(Of T), IEnumerablegeneric<typename T>
public interface class IPluginEntitySet : IPluginEntityCollection<T>,
IEnumerable<T>, IEnumerabletype IPluginEntitySet<'T> =
interface
interface IPluginEntityCollection<'T>
interface IEnumerable<'T>
interface IEnumerable
end| Count |
Number of items in the collection.
(Inherited from IPluginEntityCollectionT) |
| Contains |
Determines whether an item with the specified value of PublicGuid is present in the collection.
(Inherited from IPluginEntityCollectionT) |
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableT) |
| TryGet | Attempts to retrieve an item with the specified value of PublicGuid from in the collection. |