ProtocolImporter.EndNamespace Method

Definition

When overridden in a derived class, performs processing for an entire namespace.

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

Remarks

When generating code, the ProtocolImporter class calls the EndNamespace method after generating classes that represent bindings.

Applies to