コード例 #1
0
 public void WriteContentsTo(ILambdaContainerRegistrationsRecorder recorder)
 {
     recorder.Record <IFactoryRegistrations>(Read);
 }
コード例 #2
0
 public void WriteContentsTo(ILambdaContainerRegistrationsRecorder recorder)
 {
     recorder.Record <ITypeMappingRegistrations>(Read);
 }
コード例 #3
0
 public void WriteContentsTo(ILambdaContainerRegistrationsRecorder recorder)
 {
     throw new NotSupportedException("I should not be called due to my non- empty ctor");
 }