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;
        }