Exemple #1
0
        public bool Test()
        {
            MulticastDelegate d = new PreprocessedGenericType <T1, T2, T3> .Test__DistributedDelegate1(this.Test__Distributed0);

            object[] args = new object[0];
            return((bool)DpmEntrypoint.Invoke(d, args));
        }
Exemple #2
0
        public T1 Return(T1 val)
        {
            MulticastDelegate d = new PreprocessedGenericType <T1, T2, T3> .Return__DistributedDelegate3(this.Return__Distributed0);

            return((T1)((object)DpmEntrypoint.Invoke(d, new object[]
            {
                val
            })));
        }
Exemple #3
0
        public T Return <T, T2>(T val, T2 second)
        {
            MulticastDelegate d = new PreprocessedGenericMethod.Return__DistributedDelegate1 <T, T2>(this.Return__Distributed0 <T, T2>);

            return((T)((object)DpmEntrypoint.Invoke(d, new object[]
            {
                val,
                second
            })));
        }
Exemple #4
0
        public T1 Return <T3, T4, T5>(T1 val, T2 val2, T3 val3, T4 val4, T5 val5)
        {
            MulticastDelegate d = new PreprocessedGenericTypeAndMethod <T1, T2> .Return__DistributedDelegate1 <T3, T4, T5>(this.Return__Distributed0 <T3, T4, T5>);

            return((T1)((object)DpmEntrypoint.Invoke(d, new object[]
            {
                val,
                val2,
                val3,
                val4,
                val5
            })));
        }
Exemple #5
0
 public PreprocessedGenericMethod()
 {
     DpmEntrypoint.Construct(this);
 }
Exemple #6
0
 public PreprocessedGenericType()
 {
     DpmEntrypoint.Construct(this);
 }