LogRowFormatter.EncodeCollection Method
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Protected Overridable Function EncodeCollection ( _
data As IEnumerable _
) As Byte()
'Usage
Dim data As IEnumerable
Dim returnValue As Byte()
returnValue = Me.EncodeCollection(data)
protected virtual byte[] EncodeCollection(
IEnumerable data
)
Parameters
- data
Type: System.Collections.IEnumerable
Return Value
Type: []
See Also