IPluginCollectionTryGet Method

Attempts to retrieve all items with the specified value of PublicGuid from in the collection.

Definition

Namespace: SMath.Extensibility.Collections
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
bool TryGet(
	Guid publicGuid,
	out IEnumerable<IPluginContainer> items
)

Parameters

publicGuid  Guid
Value of PublicGuid to find the items by.
items  IEnumerableIPluginContainer
Receives the found items. Unless any item is found receives .

Return Value

Boolean
if any requested items are present in the collection.

See Also