G Guest Apr 17, 2004 #1 I am creating static class with some data oriented functions Can I use delegates in it to pass information to the caller?
I am creating static class with some data oriented functions Can I use delegates in it to pass information to the caller?
C cody Apr 17, 2004 #2 I am creating static class with some data oriented functions. Can I use delegates in it to pass information to the caller? Click to expand... Yes. (I suppose with "static class" you mean "class with only static methods")
I am creating static class with some data oriented functions. Can I use delegates in it to pass information to the caller? Click to expand... Yes. (I suppose with "static class" you mean "class with only static methods")