Esempio n. 1
0
 internal static Exception ArgumentNotSequence(object p0)
 {
     return(new ArgumentException(Strings.ArgumentNotSequence(p0)));
 }