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

CustomAttribute() private method

private CustomAttribute ( uint signature, MethodReference constructor ) : System
signature uint
constructor MethodReference
return System
        internal CustomAttribute(uint signature, MethodReference constructor)
        {
            this.signature = signature;
            this.constructor = constructor;
            this.resolved = false;
        }

Same methods

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