IOperationData インターフェイス

定義

転送されるデータのインターフェイス。

public interface IOperationData : System.Collections.Generic.IEnumerable<ArraySegment<byte>>
type IOperationData = interface
    interface seq<ArraySegment<byte>>
    interface IEnumerable
Public Interface IOperationData
Implements IEnumerable(Of ArraySegment(Of Byte))
派生
実装

拡張メソッド

ToCommaSeparatedString<T>(IEnumerable<T>)

コレクションの要素を文字列に変換し、それらをコンマ区切りのリストに連結するか、null または空のコレクションの場合は null を返します。

適用対象