Build 1.01.318.0
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)
[This is preliminary documentation and is subject to change.]
A collection of buffers.
Namespace: Opc.Ua.BindingsAssembly: 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
System.Collections.Generic..::..List<(Of <(<'ArraySegment<(Of <(<'Byte>)>)>>)>)>
Opc.Ua.Bindings..::..BufferCollection