UnMap() 공개 메소드

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