
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As DoubleCollection  | |
| C# | |
|---|---|
[CollectionDataContractAttribute(Namespace="http://opcfoundation.org/UA/2008/02/Types.xsd", IsNamespaceSetExplicitly=true, Name="ListOfDouble", IsNameSetExplicitly=true, ItemName="Double", IsItemNameSetExplicitly=true)] public class DoubleCollection : System.Collections.Generic.List<double>  | |
            A collection of Double values.
            
            
            
            
            
            System.Object
   System.Collections.Generic.List<T>
      Opc.Ua.DoubleCollection
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x