IPluginCollectionTryGet Method
Attempts to retrieve all items with the specified value of
PublicGuid from in the collection.
Namespace: SMath.Extensibility.CollectionsAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
bool TryGet(
Guid publicGuid,
out IEnumerable<IPluginContainer> items
)
Function TryGet (
publicGuid As Guid,
<OutAttribute> ByRef items As IEnumerable(Of IPluginContainer)
) As Boolean
bool TryGet(
Guid publicGuid,
[OutAttribute] IEnumerable<IPluginContainer^>^% items
)
abstract TryGet :
publicGuid : Guid *
items : IEnumerable<IPluginContainer> byref -> bool
- publicGuid Guid
- Value of PublicGuid to find the items by.
- items IEnumerableIPluginContainer
- Receives the found items. Unless any item is found receives .
Boolean if any requested items are present in the collection.