OnGetSupportsTarget() 보호된 메소드

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