P
PseudoBill
Is there a way to find out if a class has an indexer via reflection?
Assuming I have a System.Type object "asmType", how do I find out if
the class has an indexer? I'd prefer to do this without iterating
through all the class members, but even in that case I can't find out
how to determine the indexer.
Assuming I have a System.Type object "asmType", how do I find out if
the class has an indexer? I'd prefer to do this without iterating
through all the class members, but even in that case I can't find out
how to determine the indexer.