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: 25.2.423.0 (25.2.423.0)
Syntaxpublic PlatformCollection(
IEnumerable<Platform> platforms
)
Public Sub New (
platforms As IEnumerable(Of Platform)
)
public:
PlatformCollection(
IEnumerable<Platform^>^ platforms
)
new :
platforms : IEnumerable<Platform> -> PlatformCollectionParameters
- platforms
- Type: System.Collections.GenericIEnumerablePlatform
A list of platforms.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | Thrown if platforms is . |
See Also