Exemplo n.º 1
0
 protected bool Equals(ParameterScope other)
 {
     return(ScopeType == other.ScopeType && ScopeName == other.ScopeName);
 }
Exemplo n.º 2
0
 public TParameter GetParameter <TParameter>(ParameterScope scope)
 {
     if (!_params.Any(x => x is ParameterInstance <TParameter>))
     {
         return(default);