B
bigtexan
Simple question I hope.
class A
{
void SomePropertyName
{
set
{
string NameOfThisProperty = ??? // what code here to
get "SomePropertyName" at runtime?
}
}
}
class A
{
void SomePropertyName
{
set
{
string NameOfThisProperty = ??? // what code here to
get "SomePropertyName" at runtime?
}
}
}