CSLE.RegHelper_SInstance.RegHelper_SInstance C# (CSharp) Method

RegHelper_SInstance() public method

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