コード例 #1
0
 public DocInverter(InvertedDocConsumer consumer, InvertedDocEndConsumer endConsumer)
 {
     this.consumer    = consumer;
     this.endConsumer = endConsumer;
 }
コード例 #2
0
ファイル: DocInverter.cs プロジェクト: mindis/Transformalize
		public DocInverter(InvertedDocConsumer consumer, InvertedDocEndConsumer endConsumer)
		{
			this.consumer = consumer;
			this.endConsumer = endConsumer;
		}