コード例 #1
0
 public async static Task InitTable <T>(this CloudTableClient client)
 {
     await client.GetTable <T>().CreateIfNotExistsAsync();
 }