Mono.Debugger.SymbolFile.GetMethods C# (CSharp) Method

GetMethods() public abstract method

public abstract GetMethods ( SourceFile file ) : MethodSource[]
file SourceFile
return MethodSource[]
        public abstract MethodSource[] GetMethods(SourceFile file);

Usage Example

示例#1
0
 public MethodSource[] GetMethods(SourceFile file)
 {
     return(SymbolFile.GetMethods(file));
 }