public ByteArraySliceReaderWriter(FullTypeBinaryRepresentationCache fullTypeBinaryRepresentationCache)
 {
     this.fullTypeBinaryRepresentationCache = fullTypeBinaryRepresentationCache;
     this.byteReaderWriter = new IntegerLikeThingReaderWriter <byte>(fullTypeBinaryRepresentationCache);
 }
예제 #2
0
 public EnumThingReaderWriter(IntegerLikeThingReaderWriter <TBackingType> backingTypeThingReaderWriter)
 {
     this.backingTypeThingReaderWriter = backingTypeThingReaderWriter;
 }