PlatformCollection Constructor (IEnumerablePlatform) |
Construct a new instance based on an existing collection of
Platforms.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public PlatformCollection(
IEnumerable<Platform> platforms
)
Public Sub New (
platforms As IEnumerable(Of Platform)
)
public:
PlatformCollection(
IEnumerable<Platform^>^ platforms
)
new :
platforms : IEnumerable<Platform> -> PlatformCollection
Parameters
- platforms
- Type: System.Collections.GenericIEnumerablePlatform
A list of platforms.
Exceptions See Also