AFCollectionList(T) Constructor
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Initializes a new instance of the AFCollectionListT collection.
Overload List
| Name | Description | |
|---|---|---|
| AFCollectionListT |
Initializes a new instance of the AFCollectionListT collection
without any items.
| |
| AFCollectionListT(IEnumerableT) |
Initializes a new instance of the AFCollectionListT collection with
the items in the specified IEnumerableT list.
| |
| AFCollectionListT(AFIdentity) |
Initializes a new instance of the AFCollectionListT collection
without any items with the AFIdentity of the items specified.
| |
| AFCollectionListT(AFObject) |
Initializes a new instance of the AFCollectionListT collection
with the specified parent and without any items.
| |
| AFCollectionListT(AFIdentity, AFObject) |
Initializes a new instance of the AFCollectionListT collection
with the specified parent and without any items with the
AFIdentity of the items specified.
| |
| AFCollectionListT(AFIdentity, IEnumerableT) |
Initializes a new instance of the AFCollectionListT collection with
the items in the specified IEnumerableT list with the
AFIdentity of the items specified.
|