QbservableTest.GetTypeName 方法

Namespace:ReactiveTests.Tests
装配: Tests.System.Reactive.dll) 中的 Tests.System.Reactive (

语法

'Declaration
Public Shared Function GetTypeName ( _
    t As Type, _
    correct As Boolean _
) As String
'Usage
Dim t As Type
Dim correct As Boolean
Dim returnValue As String

returnValue = QbservableTest.GetTypeName(t, _
    correct)
public static string GetTypeName(
    Type t,
    bool correct
)
public:
static String^ GetTypeName(
    Type^ t, 
    bool correct
)
static member GetTypeName : 
        t:Type * 
        correct:bool -> string 
public static function GetTypeName(
    t : Type, 
    correct : boolean
) : String

参数

返回值

类型:System.String

另请参阅

参考

QbservableTest 类

ReactiveTests.Tests 命名空间