コード例 #1
0
 internal ResizableRecordFormat(RecordFormatPropertyConfiguratorTest outerInstance, int headerSize)
 {
     this._outerInstance = outerInstance;
     this.HeaderSize     = headerSize;
 }
コード例 #2
0
 internal ResizableRecordFormats(RecordFormatPropertyConfiguratorTest outerInstance, int dynamicRecordHeaderSize)
 {
     this._outerInstance          = outerInstance;
     this.DynamicRecordHeaderSize = dynamicRecordHeaderSize;
 }