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

Create() публичный статический Метод

public static Create ( SpecQualList specQualList, ImmutableList structDeclrs ) : StructDecln
specQualList SpecQualList
structDeclrs ImmutableList
Результат StructDecln
        public static StructDecln Create(SpecQualList specQualList, ImmutableList<StructDeclr> structDeclrs) =>
            new StructDecln(specQualList, structDeclrs);