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