Get class PropertyInfo by its type

后端 未结 0 330
醉酒成梦
醉酒成梦 2021-02-04 14:01

Consider that I have the fallowing class

export class myClass{
  test?:number;
  test2?:string;
  test3:boolean;
  constructor(){
   this.test3=true;
}
}
<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题