GetMethods() 공개 추상적인 메소드

public abstract GetMethods ( SourceFile file ) : MethodSource[]
file SourceFile
리턴 MethodSource[]
예제 #1
0
 public MethodSource[] GetMethods(SourceFile file)
 {
     return(SymbolFile.GetMethods(file));
 }