Partager via


TimeInterval<T>, constructeur

Espace de noms :  Microsoft.Phone.Reactive
Assembly :  Microsoft.Phone.Reactive (dans Microsoft.Phone.Reactive.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    value As T, _
    interval As TimeSpan _
)
public TimeInterval(
    T value,
    TimeSpan interval
)
public:
TimeInterval(
    T value, 
    TimeSpan interval
)
new : 
        value:'T * 
        interval:TimeSpan -> TimeInterval

Paramètres

  • value
    Type : T

Informations de version

.NET pour les applications Windows Phone

Pris en charge dans : Windows Phone 8, Silverlight 8.1

Sécurité .NET Framework

Voir aussi

Référence

TimeInterval<T> Structure

Microsoft.Phone.Reactive, espace de noms