Exemple #1
0
 public TError SetDisplay <TError>(IDisplayable <TError> target)
 {
     return(target.ApplyEvasDisplay(_type, _target));
 }