'Declaration<IteratorStateMachineAttribute(OpcLabs.EasySparkplug.OperationModel.EasySparkplugNotificationEventArgs/d__39)> <JetBrains.Annotations.ItemNotNullAttribute()> <JetBrains.Annotations.NotNullAttribute()> Protected Overridable Function GetAddressElements() As IEnumerable(Of String)
'UsageDim instance As EasySparkplugNotificationEventArgs Dim value As IEnumerable(Of String) value = instance.GetAddressElements()
[IteratorStateMachine(OpcLabs.EasySparkplug.OperationModel.EasySparkplugNotificationEventArgs/d__39)] [JetBrains.Annotations.ItemNotNull()] [JetBrains.Annotations.NotNull()] protected virtual IEnumerable<string> GetAddressElements()
[IteratorStateMachine(OpcLabs.EasySparkplug.OperationModel.EasySparkplugNotificationEventArgs/d__39)] [JetBrains.Annotations.ItemNotNull()] [JetBrains.Annotations.NotNull()] protected: virtual IEnumerable<String^>^ GetAddressElements();
Return Value
This method never returns null (Nothing in Visual Basic).
The individual elements of the returned value are never null (Nothing in Visual Basic).