ChildPlatformCollection Constructor (Platform) |
Initializes a new instance.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ChildPlatformCollection(
Platform parent
)
Public Sub New (
parent As Platform
)
public:
ChildPlatformCollection(
Platform^ parent
)
new :
parent : Platform -> ChildPlatformCollection
Parameters
- parent
- Type: AGI.Foundation.PlatformsPlatform
The platform that owns this collection.
See Also