/// <devdoc> /// Tells the Parameter the dictionary it belongs to /// </devdoc> internal void SetOwner(MethodParametersDictionary owner) { _owner = owner; }