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
參數
- t
類型: System.Type
- 正確
類型: System.Boolean
傳回值
類型: System.String