 | InfoTypesCollection2InfoTypeArray Methode |
Konvertiert eine InfoType-Collection in das entsprechende InfoType-Array.
Namensraum: NetEti.ApplicationControlAssembly: NetEti.InfoController (in NetEti.InfoController.dll) Version: 1.0.0+acaf81dbf65483efca2a792d55c719cf92119339
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[]
Parameter
- infoTypeCollection ReadOnlyCollectionInfoType
- ReadOnlyCollection<InfoType>
Rückgabewert
InfoTypeEin entsprechendes InfoType[]
Siehe auch