Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public PlatformCollection(
	IEnumerable<Platform> platforms
)

Parameters

platforms
Type: System.Collections.GenericIEnumerablePlatform
A list of platforms.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if platforms is .
See Also