Mono.Cecil.CustomAttribute.CustomAttribute C# (CSharp) 메소드

CustomAttribute() 공개 메소드

public CustomAttribute ( MethodReference constructor ) : System
constructor MethodReference
리턴 System
        public CustomAttribute(MethodReference constructor)
        {
            this.constructor = constructor;
            this.resolved = true;
        }

Same methods

CustomAttribute::CustomAttribute ( MethodReference constructor, byte blob ) : System
CustomAttribute::CustomAttribute ( uint signature, MethodReference constructor ) : System