EasyUA Reference
Int64Collection Class
Members  See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : Int64Collection Class

Glossary Item Box

A collection of Int64 values.

Object Model

Int64Collection ClassInt64 Structure

Syntax

Visual Basic (Usage)Copy Code
Dim instance As Int64Collection
C# 
[CollectionDataContractAttribute(Namespace="http://opcfoundation.org/UA/2008/02/Types.xsd", 
   IsNamespaceSetExplicitly=true, 
   Name="ListOfInt64", 
   IsNameSetExplicitly=true, 
   ItemName="Int64", 
   IsItemNameSetExplicitly=true)]
public class Int64Collection : System.Collections.Generic.List<long> 

Remarks

A strongly-typed collection of Int64 values.

Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      Opc.Ua.Int64Collection

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.