P
Polo
Hi,
I define a CustomAttribute
public class CustomAttribute : Attribute
{
...
public Something()
{
??? Ow can I retrieve the instance or type that host this attribute
}
}
I apply it on a class
[CustomAttribute()]
public class Test
{
}
I define a CustomAttribute
public class CustomAttribute : Attribute
{
...
public Something()
{
??? Ow can I retrieve the instance or type that host this attribute
}
}
I apply it on a class
[CustomAttribute()]
public class Test
{
}