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

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

            return(inst.GetStringFromInt32(value));
        }