예제 #1
0
 public static void ThrowIfNullOrEmpty <T>(this ICollection <T> collection)
 {
     Proxy.ThrowIfNullOrEmpty(collection);
 }
예제 #2
0
 public static void ThrowIfNullOrEmpty <T>(this ICollection <T> collection, string varName)
 {
     Proxy.ThrowIfNullOrEmpty(collection, varName);
 }
예제 #3
0
 public static void ThrowIfNullOrEmpty(this string strValue, string varName)
 {
     Proxy.ThrowIfNullOrEmpty(strValue, varName);
 }