ArgumentGuardHasSize Method |
Namespace: KSPDev.ProcessingUtils
public static void HasSize( IList arg, string argName, int size, string message = null, Object context = null )
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If the value has different number of elements. |