c# Programming Glossary: icustominterfacethatdoessomething
possible GetObjectsOfType replacement http://stackoverflow.com/questions/5026711/possible-getobjectsoftype-replacement .GetObjectsOfType typeof ICustomInterfaceThatDoesSomething foreach ICustomInterfaceThatDoesSomething icitds in idObjects.Values.. typeof ICustomInterfaceThatDoesSomething foreach ICustomInterfaceThatDoesSomething icitds in idObjects.Values icitds.DoSomething Is there a way.. the singletons to a property i declare like an array of ICustomInterfaceThatDoesSomething The only reason i want something like this is because i want..
|