AST.StructDecln.StructDecln C# (CSharp) Метод

StructDecln() защищенный Метод

protected StructDecln ( SpecQualList specQualList, ImmutableList structDeclrs ) : System
specQualList SpecQualList
structDeclrs ImmutableList
Результат System
        protected StructDecln(SpecQualList specQualList, ImmutableList<StructDeclr> structDeclrs) {
            this.SpecQualList = specQualList;
            this.StructDeclrs = structDeclrs;
        }