我需要在byte []上编写扩展方法.那可能吗?
是的,只是做:
public static class Extensions { public static void Method(this byte[] current) { } }