QbservableTest.GetSignature – metoda
Obor názvů:ReactiveTests.Tests
Sestavení: Tests.System.Reactive (v 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
Parametry
- m
Typ: System.Reflection.MethodInfo
- Správné
Typ: System.Boolean
Návratová hodnota
Typ: System.String