Esempio n. 1
0
 public ISymUnmanagedMethod GetMethodByVersion(uint token, int version)
 {
     return(ISymUnmanagedMethod.Wrap(this.WrappedObject.GetMethodByVersion(token, version)));
 }
Esempio n. 2
0
 public ISymUnmanagedMethod GetMethodFromDocumentPosition(ISymUnmanagedDocument document, uint line, uint column)
 {
     return(ISymUnmanagedMethod.Wrap(this.WrappedObject.GetMethodFromDocumentPosition(document.WrappedObject, line, column)));
 }
Esempio n. 3
0
 public ISymUnmanagedMethod GetMethod(uint token)
 {
     return(ISymUnmanagedMethod.Wrap(this.WrappedObject.GetMethod(token)));
 }