共用方式為


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 命名空間