Exemplo n.º 1
0
 public ApiPropertyCodeConverter(ClrPropertyInfo clrPropertyInfo)
 {
     this.clrPropertyInfo = clrPropertyInfo;
 }
Exemplo n.º 2
0
 public ApiClassInterfaceApiPropertyCodeConverter(ClrPropertyInfo clrPropertyInfo)
 {
     this.clrPropertyInfo = clrPropertyInfo;
 }
 public ApiRootInterfacePropertyCodeConverter(ClrPropertyInfo clrPropertyInfo)
 {
     this.clrPropertyInfo = clrPropertyInfo;
 }