c# - Is there any way to make a class name a parameter and use this as a class -


i need requirement need change 'homepage' class dynamically class having these same fields

resources.homepage.resourcemanager.getresourceset(ci, true, true); 

is there way class name in variable , execute dynamically. dont need repeat code every classes.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -