NopReturnReader.GetInitializer(LogicalMethodInfo) 方法

定义

返回指定方法的初始值设定项。

public:
 override System::Object ^ GetInitializer(System::Web::Services::Protocols::LogicalMethodInfo ^ methodInfo);
public override object GetInitializer (System.Web.Services.Protocols.LogicalMethodInfo methodInfo);
override this.GetInitializer : System.Web.Services.Protocols.LogicalMethodInfo -> obj
Public Overrides Function GetInitializer (methodInfo As LogicalMethodInfo) As Object

参数

methodInfo
LogicalMethodInfo

LogicalMethodInfo,指定为其获取初始值设定项的 Web 方法。

返回

Object

指定方法的初始值设定项。

注解

初始值设定项是作为参数传递给方法的对象 Initialize 。 对于 NopReturnReader 类,初始值设定项是关键字所引用的实例 this

适用于