Ejemplo n.º 1
0
 public static DependencyInjectionFSharp.SetExtensionMethods5.ContainerForDivexSetArg1.ApplyClass Apply(global::DependencyInjectionFSharp.SetExtensionMethods4.ContainerForDivexSetArg1.InjectClass function, global::DIVEX.Core.ValueByIndex <global::DIVEX.Core.FSharp.Adapters.NoOutput.Adapter1 <global::System.String> .Delegate, global::DIVEX.Core.Indexes.Index.I0> arg)
 {
     return(new ApplyClass(function, arg.Value));
 }
Ejemplo n.º 2
0
 public ApplyClass(global::DependencyInjectionFSharp.SetExtensionMethods4.ContainerForDivexSetArg1.InjectClass function, global::DIVEX.Core.FSharp.Adapters.NoOutput.Adapter1 <global::System.String> .Delegate input1)
 {
     this.function = function;
     this.input1   = input1;
 }
Ejemplo n.º 3
0
 public static global::DependencyInjectionFSharp.SetExtensionMethods5.ContainerForDivexSetArg1.ApplyClass Set(this global::DependencyInjectionFSharp.SetExtensionMethods4.ContainerForDivexSetArg1.InjectClass f1, global::DIVEX.Core.FSharp.Adapters.NoOutput.Adapter1 <global::System.String> .Delegate writeLn)
 {
     return(ContainerForDivexSetArg1.Apply(f1, new global::DIVEX.Core.ValueByIndex <global::DIVEX.Core.FSharp.Adapters.NoOutput.Adapter1 <global::System.String> .Delegate, global::DIVEX.Core.Indexes.Index.I0>(writeLn)));
 }