Click or drag to resize

InfoTypesCollection2InfoTypeArray method

Converts an InfoType collection into the corresponding InfoType array.

Namespace: NetEti.ApplicationControl
Assembly: NetEti.InfoController (in NetEti.InfoController.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntax
public static InfoType[] Collection2InfoTypeArray(
	
	ReadOnlyCollection<InfoType> infoTypeCollection
)

Parameters

infoTypeCollection  ReadOnlyCollectionInfoType
ReadOnlyCollection<InfoType>

Return value

InfoType
A corresponding InfoType[]
See also