2018年5月16日 星期三

extension method

namespace system
{
 public static class stringExtension
 {
  public static string stringMethod(this String str, int aaa)
  {
   your method...
  }
 }
}

沒有留言:

張貼留言