Method OnMissed_Default
- Namespace
- Zyl.VectorTraits.Impl
- Assembly
- VectorTraits.dll
OnMissed_Default(MethodInfo, MethodInfo?, object?)
Default of OnMissed functon (默认的 OnMissed 函数).
public static bool OnMissed_Default(MethodInfo methodStatic, MethodInfo? methodInterface, object? userdata)
Parameters
methodStatic
MethodInfoThe method of a static class (静态类的方法).
methodInterface
MethodInfoThe method of a static class (接口的方法).
userdata
objectThe userdata.
Returns
- bool
Returns true if you want to ignore
methodStatic
, false otherwise (若需忽略methodStatic
,便返回true, 否则会返回false).
- See Also