OnGetSupportsTarget() protected method

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