다음을 통해 공유


QbservableTest.GetTypeName 메서드

네임스페이스:ReactiveTests.Tests
어셈블리: Tests.System.Reactive(Tests.System.Reactive.dll)

구문

'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 네임스페이스