ProtocolImporter.EndClass 方法

定义

在派生类中重写时,处理绑定类。

protected:
 virtual void EndClass();
protected virtual void EndClass ();
abstract member EndClass : unit -> unit
override this.EndClass : unit -> unit
Protected Overridable Sub EndClass ()

注解

为给定绑定生成类时, ProtocolImporterEndClass 会在生成与操作对应的方法之后调用方法。

适用于