LoadExtensions<T>() Method
Locate all the Extensions of a given type and load them into memory.
Syntax
public System.Collections.Generic.ICollection<Extension<T>> LoadExtensions<T>()
where T: classPublic Overloads Function LoadExtensions(Of T As Class)() As System.Collections.Generic.ICollection(Of Extension(Of T))Return Value
A collection of all matching Extension or an empty collection of there are no matches.