public bool HasExtension<T>() where T : IExtension
Public Function HasExtension(Of T As IExtension) As Boolean
public: generic<typename T> where T : IExtension bool^ HasExtension()