Exemplo n.º 1
0
 /// <summary>
 /// Export as a specific type
 /// </summary>
 /// <param name="type">type to export as</param>
 /// <returns>configuraiton object</returns>
 public IFluentExportStrategyConfiguration As(Type type)
 {
     return(_strategy.As(type));
 }