QbservableTest.GetTypeName Method
Namespace: ReactiveTests.Tests
Assembly: Tests.System.Reactive (in Tests.System.Reactive.dll)
Syntax
'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
Parameters
- t
Type: System.Type
- correct
Type: System.Boolean
Return Value
Type: System.String