コード例 #1
0
 /// <devdoc>
 /// Tells the Parameter the dictionary it belongs to
 /// </devdoc>
 internal void SetOwner(MethodParametersDictionary owner)
 {
     _owner = owner;
 }
コード例 #2
0
 /// <devdoc>
 /// Tells the Parameter the dictionary it belongs to
 /// </devdoc>
 internal void SetOwner(MethodParametersDictionary owner) {
     _owner = owner;
 }