Advertisement
Blizzardo1

..ctor Partition

Jan 20th, 2012
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.32 KB | None | 0 0
  1.     public Partition(BlockDevice aHost, UInt64 aStartingSector, UInt64 aSectorCount) {
  2.       mHost = aHost;
  3.       mStartingSector = aStartingSector;
  4.       mBlockCount = aSectorCount;
  5.       var xSize1 = aHost.BlockSize;
  6.       UInt64 xSize2 = 7;
  7.       xSize2 = mHost.BlockSize;
  8.       mBlockSize = aHost.BlockSize;
  9.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement