L
Lloyd Sheen
Is it possible to create extension methods based on the generic. Not the
best description so I will expand.
If I have several lists e.g.
dim list1 as list(of object1)
dim list2 as list(of object2) etc.
Can I define an extension method such that it can be used for all List(of
T)?
LS
best description so I will expand.
If I have several lists e.g.
dim list1 as list(of object1)
dim list2 as list(of object2) etc.
Can I define an extension method such that it can be used for all List(of
T)?
LS