IByteBlockWriteIsNullT(T) 方法
写入一个值,并标记该值是否为null。
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
void WriteIsNull<T>(
T t
)
where T : class
Sub WriteIsNull(Of T As Class) (
t As T
)
abstract WriteIsNull :
t : 'T -> unit when 'T : not struct
- t T
- 要写入的值。
- T
- 值的类型,必须是引用类型。