L
Larry R
Is there any way to use a custom attribute class to use a parameter of
the tagged method?
For instance,
[LogThis ( user) ]
public TagThis ( string user )
{
....
}
Larry R
the tagged method?
For instance,
[LogThis ( user) ]
public TagThis ( string user )
{
....
}
Larry R