OperationData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class OperationData : System.Collections.ObjectModel.Collection<ArraySegment<byte>>, System.Collections.Generic.IEnumerable<ArraySegment<byte>>, System.Fabric.IOperationData
type OperationData = class
inherit Collection<ArraySegment<byte>>
interface IOperationData
interface seq<ArraySegment<byte>>
interface IEnumerable
Public Class OperationData
Inherits Collection(Of ArraySegment(Of Byte))
Implements IEnumerable(Of ArraySegment(Of Byte)), IOperationData
- Inheritance
-
System.Collections.ObjectModel.Collection<System.ArraySegment<System.Byte>>OperationData
- Implements
-
System.Collections.Generic.IEnumerable<System.ArraySegment<System.Byte>> System.Collections.IEnumerable IOperationData
Constructors
OperationData() | |
OperationData(ArraySegment<Byte>) | |
OperationData(Byte[]) | |
OperationData(IEnumerable<ArraySegment<Byte>>) | |
OperationData(IEnumerable<Byte[]>) |
Extension Methods
ToCommaSeparatedString<T>(IEnumerable<T>) |
Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections. |