AFNamedCollectionList(T) Constructor
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Initializes a new instance of the AFNamedCollectionListT collection.
Overload List
| Name | Description | |
|---|---|---|
| AFNamedCollectionListT |
Initializes a new instance of the AFNamedCollectionListT collection
without any items.
| |
| AFNamedCollectionListT(IEnumerableT) |
Initializes a new instance of the AFNamedCollectionListT collection with
the items in the specified IEnumerableT list.
| |
| AFNamedCollectionListT(AFIdentity) |
Initializes a new instance of the AFNamedCollectionListT collection
without any items with the AFIdentity of the items specified.
| |
| AFNamedCollectionListT(AFObject) |
Initializes a new instance of the AFNamedCollectionListT collection
with the specified parent and without any items.
| |
| AFNamedCollectionListT(AFIdentity, AFObject) |
Initializes a new instance of the AFNamedCollectionListT collection
with the specified parent and without any items with the
AFIdentity of the items specified.
| |
| AFNamedCollectionListT(AFIdentity, IEnumerableT) |
Initializes a new instance of the AFNamedCollectionListT collection with
the items in the specified IEnumerableT list with the
AFIdentity of the items specified.
|
See Also
In This Topic
Related Links
- AFNamedCollectionList(T) Constructor
- AFNamedCollectionList(T) Constructor (IEnumerable(T))
- AFNamedCollectionList(T) Constructor (AFIdentity)
- AFNamedCollectionList(T) Constructor (AFObject)
- AFNamedCollectionList(T) Constructor (AFIdentity, AFObject)
- AFNamedCollectionList(T) Constructor (AFIdentity, IEnumerable(T))