StructMemberCollection Constructor

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > StructMemberCollection Class > StructMemberCollection Constructor >

StructMemberCollection Constructor

BR.AN.PviServices .NET


Initializes a new instance of the StructMemberCollection class. This constructor initilizes a virtual collection. All objects will be created on demand!!

[Visual Basic]

Public Overloads Sub New( _

  ByVal count As Integer _

)

[C#]

StructMemberCollection(

  int count

);

Parameters

count

The size of the array.

See Also

StructMemberCollection Class | BR.AN.PviServices Namespace | StructMemberCollection Constructor Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]