AFCollectionList(T) Constructor
- Last UpdatedSep 18, 2024
- PI System
- AF SDK 2024
- Developer
Initializes a new instance of the AFCollectionList<T> collection
without any items.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.0.1156
Syntax
public AFCollectionList()
Public Sub New Dim instance As New AFCollectionList()
public: AFCollectionList()
new : unit -> AFCollectionList
Remarks
This collection is a user-defined list of objects which can contain a mixture
of AFObject objects from different hierarchies.