コード例 #1
0
ファイル: TypeImplements.cs プロジェクト: molongwudi/IL2C
        public static string InstanceMultipleImplementUnifiedFromInterface3(int value)
        {
            IInterfaceType3 inst = new InstanceMultipleImplementUnifiedType();

            return(inst.GetStringFromInt32(value));
        }
コード例 #2
0
ファイル: TypeImplements.cs プロジェクト: molongwudi/IL2C
        public static string InstanceMultipleImplementUnified1(int value)
        {
            var inst = new InstanceMultipleImplementUnifiedType();

            return(inst.GetStringFromInt32(value));
        }