public static IObservable<T> Create<T>(
StyledElement control
)
where T : StyledElement
Public Shared Function Create(Of T As StyledElement) (
control As StyledElement
) As IObservable(Of T)static member Create :
control : StyledElement -> IObservable<'T> when 'T : StyledElement