C# Class Solti.Utils.Proxy.Internals.GeneratedClass

Represents the base of all the generated classes.
Mostrar archivo Open project: Sholtee/proxygen

Protected Methods

Method Description
RegisterInstance ( Type instance ) : void

Registers a generated class.

Private Methods

Method Description
ArgumentNullException ( nameof (instance ) : System

Registers a generated class.

Method Details

RegisterInstance() protected static method

Registers a generated class.
protected static RegisterInstance ( Type instance ) : void
instance Type
return void