FindExtensions<T> Method
Locate all the Extensions of a given type, but don't load them.
Syntax
public System.Collections.Generic.ICollection<Extension<T>> FindExtensions<T>()
where T: classPublic Function FindExtensions(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.