Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

A collection of buffers.

Namespace: Opc.Ua.Bindings
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
public class BufferCollection : List<ArraySegment<byte>>
Visual Basic
Public Class BufferCollection _
	Inherits List(Of ArraySegment(Of Byte))
Visual C++
public ref class BufferCollection : public List<ArraySegment<unsigned char>>

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'ArraySegment<(Of <(<'Byte>)>)>>)>)>
    Opc.Ua.Bindings..::..BufferCollection

See Also