Hi i\'m working in a class library using C#, and i have some classes with some properties.
I just wanna know if i can add something to exclude some properties form t
I don't think you can do this directly, but you could add your own custom attributes and filter them out yourself...