 | InfoTypesCollection2InfoTypeArray method |
Converts an InfoType collection into the corresponding InfoType array.
Namespace: NetEti.ApplicationControlAssembly: NetEti.InfoController (in NetEti.InfoController.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntaxpublic static InfoType[] Collection2InfoTypeArray(
ReadOnlyCollection<InfoType> infoTypeCollection
)
Public Shared Function Collection2InfoTypeArray (
infoTypeCollection As ReadOnlyCollection(Of InfoType)
) As InfoType()
public:
static array<InfoType>^ Collection2InfoTypeArray(
ReadOnlyCollection<InfoType>^ infoTypeCollection
)
static member Collection2InfoTypeArray :
infoTypeCollection : ReadOnlyCollection<InfoType> -> InfoType[]
Parameters
- infoTypeCollection ReadOnlyCollectionInfoType
- ReadOnlyCollection<InfoType>
Return value
InfoTypeA corresponding InfoType[]
See also