Esempio n. 1
0
 public Task <Partition> CreatePartition(ulong sizeInBytes)
 {
     return(LowLevelApi.CreatePartition(this, sizeInBytes));
 }