Exemplo n.º 1
0
 /// <devdoc>
 /// Tells the Parameter the dictionary it belongs to
 /// </devdoc>
 internal void SetOwner(MethodParametersDictionary owner)
 {
     _owner = owner;
 }
 /// <devdoc>
 /// Tells the Parameter the dictionary it belongs to
 /// </devdoc>
 internal void SetOwner(MethodParametersDictionary owner) {
     _owner = owner;
 }