Mirror
Mirror copied to clipboard
Mirror a Class ,not a instance
you see,
a Class ,has it’s properties,but,to get it’s properties,i need init a instance.
can you support Mirror a Class directly?
like this:
let mirror = Mirror(Student)
thank you!!!
Thanks for feedback I will have a look on that