Observable.Range Method (Int32, Int32)
Namespace: Microsoft.Phone.Reactive
Assembly: Microsoft.Phone.Reactive (in Microsoft.Phone.Reactive.dll)
Syntax
'Declaration
Public Shared Function Range ( _
start As Integer, _
count As Integer _
) As IObservable(Of Integer)
public static IObservable<int> Range(
int start,
int count
)
public:
static IObservable<int>^ Range(
int start,
int count
)
static member Range :
start:int *
count:int -> IObservable<int>
Parameters
- start
Type: System.Int32
- count
Type: System.Int32
Return Value
Type: System.IObservable<Int32>
Version Information
.NET for Windows Phone apps
Supported in: Windows Phone 8, Silverlight 8.1
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.