一款简单易用的基础网络通讯组件库。

ByteBlockWriteIsNullT(T) 方法

写入一个值,并标记该值是否为null。

Definition

命名空间: TouchSocket.Core
程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
C#
public void WriteIsNull<T>(
	T t
)
where T : class

参数

t  T
要写入的值。

类型参数

T
值的类型,必须是引用类型。

实现

IByteBlockWriteIsNullT(T)

参见