コード例 #1
0
 public void TryParseInto()
 {
     foreach (string str in Addresses)
     {
         IPv4Address.TryParseInto(str, buffer);
     }
 }