C#のusing staticディレクティブの使い方と便利なコード例 まず、using staticディレクティブを使用するためには、次のようにusingステートメントを追加します。using static System.Console;>>More