Pchp.CodeAnalysis.Symbols.MethodSymbol.GetImplementationAttributes C# (CSharp) Метод

GetImplementationAttributes() публичный Метод

public GetImplementationAttributes ( EmitContext context ) : System.Reflection.MethodImplAttributes
context EmitContext
Результат System.Reflection.MethodImplAttributes
        public virtual System.Reflection.MethodImplAttributes GetImplementationAttributes(EmitContext context)
        {
            CheckDefinitionInvariant();
            return this.ImplementationAttributes;
        }