C#に投稿されたコード一覧
using System; using System.Collections.Generic; void swap<T>(IList<T> l,int a,int b){ Console.WriteLine(l.Count);
using System.Collections; using System.Collections.Generic; using UnityEngine; public class copy : MonoBehaviour
using System; using CalorieMate;//カロリーメイト class body//体の英語がこれしか思い浮かばなかった... { void main(String[] args)
/** 長テーブルのうなぎ屋 (paizaランク B 相当) https://paiza.jp/works/mondai/skillcheck_sample/long-table?language_uid=c-sharp **/
using System; using System.Threading; using System.Threading.Tasks; class Program{
<Window x:Class="IntervalTest.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
using System.Collections; using System.Collections.Generic; using UnityEngine; // 自前の三角関数を置くクラス
/// <summary> /// 同じ型の配列を結合します。 /// </summary> /// <typeparam name="T">配列の型</typeparam> /// <param name="args">結合する配列</param>
public static void TwitterObectToInline(InlineCollection inlines, CoreTweet.Core.CoreBase obj, bool clearInlines = false) { if (obj == null || obj == null) return; // 内容の消去