GetMethods() public abstract method

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