You just have to declare a static class :
public static class MyExtensions
{
// extension methods go here
}
Thomas Levesque
2009-05-28 15:00:09
You just have to declare a static class :
public static class MyExtensions
{
// extension methods go here
}