void Wrap<T>( T fontFamily ) where T : class
Sub Wrap(Of T As Class) ( fontFamily As T )
generic<typename T> where T : ref class void Wrap( T fontFamily )
abstract Wrap : fontFamily : 'T -> unit when 'T : not struct
In This Article