Table of Contents

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 MethodInfo

The method of a static class (静态类的方法).

methodInterface MethodInfo

The method of a static class (接口的方法).

userdata object

The userdata.

Returns

bool

Returns true if you want to ignore methodStatic, false otherwise (若需忽略 methodStatic,便返回true, 否则会返回false).

See Also