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

public abstract GetMethods ( SourceFile file ) : MethodSource[]
file SourceFile
Результат MethodSource[]
Пример #1
0
 public MethodSource[] GetMethods(SourceFile file)
 {
     return(SymbolFile.GetMethods(file));
 }