public void WriteIsNull<T>( T t ) where T : class
Public Sub WriteIsNull(Of T As Class) ( t As T )
abstract WriteIsNull : t : 'T -> unit when 'T : not struct override WriteIsNull : t : 'T -> unit when 'T : not struct
In This Article