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

GetMethods() public method

public GetMethods ( SourceFile file ) : MethodSource[]
file SourceFile
return MethodSource[]
        public MethodSource[] GetMethods(SourceFile file)
        {
            return SymbolFile.GetMethods (file);
        }