Example #1
0
 public DirectPropertySlot(PropertyVariable property)
     : base(property.GetVariableType(), property.GetModule())
 {
     this.property = property;
 }
Example #2
0
 public DirectPropertySlot(PropertyVariable property)
     : base(property.GetVariableType(), property.GetModule())
 {
     this.property = property;
 }