コード例 #1
0
 public BoxedArrayAnonymousInnerClass9(PropertyTypeDispatcher <K, T> outerInstance, string[] property) : base(property)
 {
     this.outerInstance = outerInstance;
     this._property     = property;
 }
コード例 #2
0
 public BoxedArrayAnonymousInnerClass12(PropertyTypeDispatcher <K, T> outerInstance, TemporalAmount[] property) : base(property)
 {
     this.outerInstance = outerInstance;
     this._property     = property;
 }
コード例 #3
0
 public PrimitiveArrayAnonymousInnerClass8(PropertyTypeDispatcher <K, T> outerInstance, bool[] property)
 {
     this.outerInstance = outerInstance;
     this._property     = property;
 }
コード例 #4
0
 internal void Serialize(MappingWriter writer)
 {
     PropertyTypeDispatcher.consumeProperties(new Consumer(writer), _entity);
 }