PlugInManager<T>.GetPlugIns<T2> Method

Definition

Namespace: FileHold.Common
Assembly: FileHold.Common (in FileHold.Common.dll) Version: 17.1.0.0
C#
public static PlugInManager<T>.PlugInSpecializedCollection<T2> GetPlugIns<T2>()
where T2 : class

Type Parameters

T2

[Missing <typeparam name="T2"/> documentation for "M:FileHold.Common.PlugInManager`1.GetPlugIns``1"]

Return Value

PlugInManager<T>.PlugInSpecializedCollection<T2>

See Also