コード例 #1
0
 /*----------------------------------------------------------------------------------------*/
 void IParameterCollection.InheritFrom(IParameterCollection parameters)
 {
     _collection.InheritFrom(parameters);
 }