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