Property Tools
Tools
Gets a read-only view of all tools currently registered in this registry.
public IReadOnlyCollection<ITool> Tools { get; }
Property Value
Remarks
The returned collection reflects the current contents of the registry and is a live view over the internal storage. The enumeration order is unspecified and should not be relied upon for determinism between runs. Iterating while concurrent writes occur is not supported.