예제 #1
0
 /// <summary>Determines whether [is not string] [the specified object].</summary>
 /// <param name="obj">The object.</param>
 private void IsNotString(object obj)
 {
     ThrowErrorIf.TypeIsNotAllowed <string>(obj);
 }