ByteBlockToInt32s 方法
读取一系列32位整数。
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
public IEnumerable<int> ToInt32s()
Public Function ToInt32s As IEnumerable(Of Integer)
abstract ToInt32s : unit -> IEnumerable<int>
override ToInt32s : unit -> IEnumerable<int>
IEnumerableInt32一系列32位整数值的集合。
IByteBlockToInt32s