Pchp.CodeAnalysis.Symbols.MethodSymbol.GetImplementationAttributes C# (CSharp) Méthode

GetImplementationAttributes() public méthode

public GetImplementationAttributes ( EmitContext context ) : System.Reflection.MethodImplAttributes
context EmitContext
Résultat System.Reflection.MethodImplAttributes
        public virtual System.Reflection.MethodImplAttributes GetImplementationAttributes(EmitContext context)
        {
            CheckDefinitionInvariant();
            return this.ImplementationAttributes;
        }