Freigeben über


Notification<T>.OnNext-Konstruktor

Namespace:  Microsoft.Phone.Reactive
Assembly:  Microsoft.Phone.Reactive (in Microsoft.Phone.Reactive.dll)

Syntax

'Declaration
Public Sub New ( _
    value As T _
)
public OnNext(
    T value
)
public:
OnNext(
    T value
)
new : 
        value:'T -> OnNext

Parameter

  • value
    Typ: T

Versionsinformationen

.NET für Windows Phone-Apps

Unterstützt in: Windows Phone 8, Silverlight 8.1

.NET Framework-Sicherheit

Siehe auch

Referenz

Notification<T>.OnNext Klasse

Microsoft.Phone.Reactive-Namespace