¡@

Home 

c# Programming Glossary: protectedmethod

Parameter Action<T1, T2, T3> in which T3 can be optional

http://stackoverflow.com/questions/7690482/parameter-actiont1-t2-t3-in-which-t3-can-be-optional

the following code public static MyMethod ...Do something ProtectedMethod param1 param2 ...Do something protected static void ProtectedMethod.. param1 param2 ...Do something protected static void ProtectedMethod IEnumerable string param1 string param2 int param3 1 ... Do.. MyMethod method into its own class but I cannot extract ProtectedMethod with it because of all the classes that are inheriting from..