/// <summary> /// Constructor /// </summary> /// <param name="module">Owner module</param> /// <param name="name">Name of method ref</param> /// <param name="sig">Method sig</param> public MemberRefUser(ModuleDef module, UTF8String name, MethodSig sig) : this(module, name, sig, null) { }
/// <summary> /// Constructor /// </summary> /// <param name="methodSig">A method sig</param> public StandAloneSigUser(MethodSig methodSig) { this.signature = methodSig; }