Esempio n. 1
0
 public Ref <Types> Array(Ref <Types> elementType, Bounds1 bounds)
 {
     throw new NotImplementedException();
 }
 protected override INotifyExpression <T[]> ApplyParametersCore(IDictionary <string, object> parameters, IDictionary <INotifiable, INotifiable> trace)
 {
     return(new ObservableNewArray1Expression <T>(Bounds1.ApplyParameters(parameters, trace)));
 }
 public override INotifyExpression <T[]> ApplyParameters(IDictionary <string, object> parameters)
 {
     return(new ObservableNewArray1Expression <T>(Bounds1.ApplyParameters(parameters)));
 }
Esempio n. 4
0
 protected override void AttachCore()
 {
     Bounds1.Attach();
 }
Esempio n. 5
0
 protected override void DetachCore()
 {
     Bounds1.Detach();
 }
Esempio n. 6
0
 public Ref<Types> Array(Ref<Types> elementType, Bounds1 bounds)
 {
     throw new NotImplementedException();
 }