CSLE.SType.SType C# (CSharp) Method

SType() public method

public SType ( string keyword, string _namespace, string filename, bool bInterface ) : System
keyword string
_namespace string
filename string
bInterface bool
return System
        public SType(string keyword, string _namespace , string filename , bool bInterface)
        {
            this.Name = keyword;
            this.Namespace = _namespace;
            this.filename = filename;
            this.bInterface = bInterface;
        }
        public string filename