Exemple #1
0
 public ApiPropertyCodeConverter(ClrPropertyInfo clrPropertyInfo)
 {
     this.clrPropertyInfo = clrPropertyInfo;
 }
Exemple #2
0
 public ApiClassInterfaceApiPropertyCodeConverter(ClrPropertyInfo clrPropertyInfo)
 {
     this.clrPropertyInfo = clrPropertyInfo;
 }
 public ApiRootInterfacePropertyCodeConverter(ClrPropertyInfo clrPropertyInfo)
 {
     this.clrPropertyInfo = clrPropertyInfo;
 }