MetadataProvider.AvailableAssemblies Property
- Namespace
- Kampute.DocToolkit.Metadata
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the assemblies for which metadata has been created.
public static IEnumerable<IAssembly> AvailableAssemblies { get; }Property Value
- IEnumerable<IAssembly>
- An enumerable collection of assemblies with created metadata.

The property uses deferred execution, so the collection reflects the current state at the time of enumeration.