コード例 #1
0
 /// <summary>Initializes a new instance of the <see cref="DictionaryTransformer"/> class.</summary>
 /// <param name="typeProvider">The type provider.</param>
 public DictionaryTransformer(IDictionaryTypeProvider typeProvider)
 {
     _typeProvider = typeProvider;
 }
コード例 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DictionaryTransformer"/> class.
 /// </summary>
 /// <param name="typeProvider">The type provider.</param>
 public DictionaryTransformer(IDictionaryTypeProvider typeProvider)
 {
     _typeProvider = typeProvider;
 }