OnGetIsCompileable() 보호된 메소드

protected OnGetIsCompileable ( string fileName ) : bool
fileName string
리턴 bool
예제 #1
0
 internal protected virtual bool OnGetIsCompileable(string fileName)
 {
     return(next.OnGetIsCompileable(fileName));
 }