Namespace:ReactiveTests.Tests
裝配: Tests.System.Reactive.dll) 中的 Tests.System.Reactive (
語法
'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
參數
- 正確
類型: System.Boolean
傳回值
類型: System.String