QbservableTest.GetSignature, méthode
Namespace:ReactiveTests.Tests
Assemblée: Tests.System.Reactive (en Tests.System.Reactive.dll)
Syntaxe
'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
Paramètres
- m
Type : System.Reflection.MethodInfo
- Correcte
Type : System.Boolean
Valeur de retour
Type : System.String