S
SDM_NYC
Is there a way to define a Generic datatype in a C# class ??
(I suppose I could create a custom datatype List<foo>, List<bar>, list<xxxx>
whenever I need to code one ... but it would not be dynamic ... so that if I
changed the foo class to be called the f00 class .. it would not update all
instances.
Strange that this is not something that more have requested ... or am I just
missing the best practice for doing this ??
Thanks,
Steve
(I suppose I could create a custom datatype List<foo>, List<bar>, list<xxxx>
whenever I need to code one ... but it would not be dynamic ... so that if I
changed the foo class to be called the f00 class .. it would not update all
instances.
Strange that this is not something that more have requested ... or am I just
missing the best practice for doing this ??
Thanks,
Steve