Click here to Skip to main content
15,890,557 members

Comments by Radhakrishnan G. (Top 19 by date)

Radhakrishnan G. 10-Feb-11 10:06am View    
Thanks, I am checking the same ;-)
Please find my 5 points
Radhakrishnan G. 10-Feb-11 9:38am View    
Yea, by code
Radhakrishnan G. 8-Feb-11 3:29am View    
Actually it is not String some other collection of properties

class PropertyCollector
{
IPropertyProvider _provider;

object this[string name]
{
get{ return _provider.GetValue( name);}
set{ _provider.SetValue( name, value);}
}

}
Radhakrishnan G. 31-Dec-10 8:22am View    
I need C++/CLI implementation, I am doing some unmanaged stuff with this, so I am making this question unanswered
Radhakrishnan G. 31-Dec-10 8:18am View    
Thanks for your quick reply,