C# Class Resharper.ReactivePlugin.Helpers.TypeHelper

Exibir arquivo Open project: oriches/Resharper.ReactivePlugin

Public Methods

Method Description
HasIObservableSuperType ( IType type ) : bool
HasISchedulerSuperType ( IType type ) : bool
IsIObservableType ( IType type ) : bool

Method Details

HasIObservableSuperType() public static method

public static HasIObservableSuperType ( IType type ) : bool
type IType
return bool

HasISchedulerSuperType() public static method

public static HasISchedulerSuperType ( IType type ) : bool
type IType
return bool

IsIObservableType() public static method

public static IsIObservableType ( IType type ) : bool
type IType
return bool