I need all the class names to be listed out from .cs file i tried to Google it but couldn't figure it out. Please help me to get the list.
I have code like this:
public partial class example1 : BaseEntity
{
}
public partial class example2 : BaseEntity
{
}