Namespace: configuration_services
Assembly: configuration_services (in configuration_services.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static void PopulateOperatingPointList(
	List<operating_point> sourcePoints,
	List<OperatingPoint> convertedPoints
)
Visual Basic
Public Shared Sub PopulateOperatingPointList ( _
	sourcePoints As List(Of operating_point), _
	convertedPoints As List(Of OperatingPoint) _
)
Visual C++
public:
static void PopulateOperatingPointList(
	List<operating_point^>^ sourcePoints, 
	List<OperatingPoint^>^ convertedPoints
)

Parameters

sourcePoints
Type: System.Collections.Generic..::..List<(Of <(<'operating_point>)>)>
convertedPoints
Type: System.Collections.Generic..::..List<(Of <(<'OperatingPoint>)>)>

See Also