Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.Persistence.BlockAllocationTableFactory.BlockAllocationTableFactory C# (CSharp) Method

BlockAllocationTableFactory() public method

public BlockAllocationTableFactory ( VhdDataReader dataReader, VhdHeader header ) : Microsoft.WindowsAzure.Commands.Tools.Common.General
dataReader VhdDataReader
header VhdHeader
return Microsoft.WindowsAzure.Commands.Tools.Common.General
        public BlockAllocationTableFactory(VhdDataReader dataReader, VhdHeader header)
        {
            this.dataReader = dataReader;
            this.header = header;
        }