Converts a structured array to an equivalent byte array.
シンタックス
'宣言
Public Shared Function ToByteArray(Of As {New, Struct})( _
ByVal () As _
) As System.Byte()
public static System.byte[] ToByteArray<>(
[]
)
where T: new(), struct
パラメータ
- source
- The source array.
型パラメータ
- T
- The type of source array.
戻り値の型
Converted byte array.
参照