public static bool TryParse(string s, out @TSvo result) => TryParse(s, null, out result);
Exemple #2
0
 partial void OnReadXml(@TSvo other);