Example #1
0
        public static string InstanceMultipleCombinedAndParallel1ImplementFromInterface4(int value)
        {
            IInterfaceType4 inst = new InstanceMultipleCombinedAndParallelImplementType();

            return(inst.GetStringFromInt32(value));
        }
Example #2
0
        public static string InstanceMultipleCombinedAndParallelImplement(int value)
        {
            var inst = new InstanceMultipleCombinedAndParallelImplementType();

            return(inst.GetStringFromInt32(value));
        }