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

Represents the base of all the generated classes.
Afficher le fichier Open project: Sholtee/proxygen

Méthodes protégées

Méthode Description
RegisterInstance ( Type instance ) : void

Registers a generated class.

Private Methods

Méthode Description
ArgumentNullException ( nameof (instance ) : System

Registers a generated class.

Method Details

RegisterInstance() protected static méthode

Registers a generated class.
protected static RegisterInstance ( Type instance ) : void
instance Type
Résultat void