InterfaceMapping.TargetMethods 字段

定义

显示实现接口的方法。

public: cli::array <System::Reflection::MethodInfo ^> ^ TargetMethods;
public System.Reflection.MethodInfo[] TargetMethods;
[System.Runtime.InteropServices.ComVisible(true)]
public System.Reflection.MethodInfo[] TargetMethods;
val mutable TargetMethods : System.Reflection.MethodInfo[]
[<System.Runtime.InteropServices.ComVisible(true)>]
val mutable TargetMethods : System.Reflection.MethodInfo[]
Public TargetMethods As MethodInfo() 

字段值

属性

注解

数组中返回的 InterfaceMethods 元素与从数组返回的 TargetMethods 对应元素匹配。 也就是说,元素采用相同的数组索引顺序。

适用于

另请参阅