UnMap() public method

Gets the method from which the specified method was mapped.
public UnMap ( IMethod method ) : IMethod
method IMethod
return IMethod
 public IMember UnMap(IMember mapped)
 {
     return(GenericMapping.UnMap(mapped));
 }