S
Sam Martin
Basically, i've got a class called RegularExpressions which contains a
private Hashtable of RegExps used in my apps.
I obviously don't want to give full public access to the Hashtable, so I'd
like to define a static indexer so that the following syntax is possible
e.g.
ns.RegularExpressions[RegEx.PostCode]
I've got a static method that does this, but i want to know if it's possible
to create a static indexer?
tia
sam martin
private Hashtable of RegExps used in my apps.
I obviously don't want to give full public access to the Hashtable, so I'd
like to define a static indexer so that the following syntax is possible
e.g.
ns.RegularExpressions[RegEx.PostCode]
I've got a static method that does this, but i want to know if it's possible
to create a static indexer?
tia
sam martin