Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Delphi では、次のことが可能です。
class Alias = Dictionary<long, object>;
エイリアスはdictionary<long, object>.
dictionary<long, object>
これはC#で可能ですか? ディクショナリをカスタム クラスにラップする必要なしに、その方法を理解したことがありません。
using ディレクティブは、表示されるファイルに対してローカルであるため、機能しません。