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

            return(inst.GetStringFromInt64(value));
        }