MyExt.Foo<T, R> Yöntemi (IObservable<T>, Func<T, R>)
Namespace:ReactiveTests.Tests
Derleme: Tests.System.Reactive (Tests.System.Reactive.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function Foo(Of T, R) ( _
source As IObservable(Of T), _
f As Func(Of T, R) _
) As IObservable(Of R)
'Usage
Dim source As IObservable(Of T)
Dim f As Func(Of T, R)
Dim returnValue As IObservable(Of R)
returnValue = source.Foo(f)
public static IObservable<R> Foo<T, R>(
this IObservable<T> source,
Func<T, R> f
)
[ExtensionAttribute]
public:
generic<typename T, typename R>
static IObservable<R>^ Foo(
IObservable<T>^ source,
Func<T, R>^ f
)
static member Foo :
source:IObservable<'T> *
f:Func<'T, 'R> -> IObservable<'R>
JScript does not support generic types and methods.
Tür Parametreleri
- T
- R
Parametreler
- kaynak
Tür: System.IObservable<T>
- f
Tür: System.Func<T, R>
Dönüş Değeri
Tür: System.IObservable<R>
Kullanım Notu
Visual Basic ve C# içinde, bu yöntemi IObservable<T> türündeki herhangi bir nesnede örnek yöntemi olarak çağırabilirsiniz. Bu yöntemi çağırmak için örnek yöntemi sözdizimini kullandığınızda, ilk parametreyi yok sayın. Daha fazla bilgi için bkz. veya .