Mono.Cecil.CustomAttribute.CustomAttribute C# (CSharp) Method

CustomAttribute() public method

public CustomAttribute ( MethodReference constructor ) : System
constructor MethodReference
return 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