コード例 #1
0
 public static Task <UVFileStat?> StatAsync(this UVFile file)
 {
     return(file.StatAsync(file.Loop));
 }