C# KeyValuePair 클래스 생성

C# KeyValuePair 클래스 생성

using System; using System.Collections.Generic; namespace xxx { class Program { static void Main() { KeyValuePair<int, int> X; X = KeyValuePair.Create<int, int>(123, 456); Console.WriteLine($"{X.Key} {X.Value}"); } } }
광고 [X]를 누르면 내용이 해제됩니다

AI 분석 및 채팅

3/3
시스템 리소스 로딩 중... 0%

여기를 클릭하면 빠른 로딩(가속)이 가능합니다.