Build 1.01.318.0

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

A collection of Int64 values.

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

Syntax

C#
public class Int64Collection : List<long>, 
	ICloneable
Visual Basic
Public Class Int64Collection _
	Inherits List(Of Long) _
	Implements ICloneable
Visual C++
public ref class Int64Collection : public List<long long>, 
	ICloneable

Remarks

A strongly-typed collection of Int64 values.

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'Int64>)>)>
    Opc.Ua..::..Int64Collection

See Also