CSLE.RegHelper_SInstance.RegHelper_SInstance C# (CSharp) Méthode

RegHelper_SInstance() public méthode

public RegHelper_SInstance ( ) : System
Résultat System
        public RegHelper_SInstance()
        {
            this.type = typeof(SInstance);
            this.sysType = this.type;
            this.keyword = "CSLE.SInstance";
            this.function = new RegHelper_SInstanceFunction(this.type);
        }