QbservableTest.GetSignature Method
Namespace: ReactiveTests.Tests
Assembly: Tests.System.Reactive (in Tests.System.Reactive.dll)
Syntax
'Declaration
Public Shared Function GetSignature ( _
m As MethodInfo, _
correct As Boolean _
) As String
'Usage
Dim m As MethodInfo
Dim correct As Boolean
Dim returnValue As String
returnValue = QbservableTest.GetSignature(m, _
correct)
public static string GetSignature(
MethodInfo m,
bool correct
)
public:
static String^ GetSignature(
MethodInfo^ m,
bool correct
)
static member GetSignature :
m:MethodInfo *
correct:bool -> string
public static function GetSignature(
m : MethodInfo,
correct : boolean
) : String
Parameters
- m
Type: System.Reflection.MethodInfo
- correct
Type: System.Boolean
Return Value
Type: System.String