public static int Size()
in
csharp/core/ArrayUtil.cs [36:39]
4
lines of code
1
McCabe index (conditional complexity)
public static int Size(List<string> raw) { return raw.Count; }