Exemplo n.º 1
0
 private static void CSharpExtensions()
 {
     ClassExtention.Example();
     FuncOrActionOrEventExtension.Example();
     GenericExtention.Example();
     IEnumerableExtension.Example();
     IOExtension.Example();
     OOPExtension.Example();
     ReflectionExtension.Example();
     StringExtention.Example();
 }