public virtual void SetupJsInterop(
BunitJSInterop jsInterop,
Nullable<InvocationMatcher> jsInvocationMatcher,
bool isCatchAll
)
Public Overridable Sub SetupJsInterop ( _
jsInterop As BunitJSInterop, _
jsInvocationMatcher As Nullable(Of InvocationMatcher), _
isCatchAll As Boolean _
)
public:
virtual void SetupJsInterop(
BunitJSInterop^ jsInterop,
Nullable<InvocationMatcher^> jsInvocationMatcher,
bool^ isCatchAll
)