Pchp.CodeAnalysis.Emit.PEModuleBuilder.GetSynthesizedFields C# (CSharp) Méthode

GetSynthesizedFields() public méthode

Gets enumeration of synthesized fields for container.
public GetSynthesizedFields ( TypeSymbol container ) : IEnumerable
container TypeSymbol Containing type symbol.
Résultat IEnumerable
        public IEnumerable<FieldSymbol> GetSynthesizedFields(TypeSymbol container) => _synthesized.GetMembers<FieldSymbol>(container);