internal AdvisableContextProperty(AdvisableAttribute ownerAttribute, Type advicedType)
 {
     this.ownerAttribute = ownerAttribute;
     this.advicedType    = advicedType;
 }
Ejemplo n.º 2
0
 internal AdvisableContextProperty(AdvisableAttribute ownerAttribute, Type advicedType)
 {
     this.ownerAttribute = ownerAttribute;
     this.advicedType = advicedType;
 }