OnGetIsCompileable() protected method

protected OnGetIsCompileable ( string fileName ) : bool
fileName string
return bool
Esempio n. 1
0
 internal protected virtual bool OnGetIsCompileable(string fileName)
 {
     return(next.OnGetIsCompileable(fileName));
 }