예제 #1
0
        public int[] GetArrayFromListReflection()
        {
#pragma warning disable 618 // I just want to show that CilGeneration Is WAY better (33x times in avg)
            return(ArrayProvider <int> .GetWrappedArrayWithReflection(ListOfSmallValueTypes));

#pragma warning restore 618
        }