AST.StructDecln.StructDecln C# (CSharp) Method

StructDecln() protected method

protected StructDecln ( SpecQualList specQualList, ImmutableList structDeclrs ) : System
specQualList SpecQualList
structDeclrs ImmutableList
return System
        protected StructDecln(SpecQualList specQualList, ImmutableList<StructDeclr> structDeclrs) {
            this.SpecQualList = specQualList;
            this.StructDeclrs = structDeclrs;
        }