Mono.Debugger.Module.GetMethods C# (CSharp) Метод

GetMethods() публичный Метод

public GetMethods ( SourceFile file ) : MethodSource[]
file SourceFile
Результат MethodSource[]
        public MethodSource[] GetMethods(SourceFile file)
        {
            return SymbolFile.GetMethods (file);
        }