次の方法で共有


CaseInsensitiveHashCodeProvider.Default プロパティ

現在のスレッドの Thread.CurrentCulture に関連付けられた、常に使用できる CaseInsensitiveHashCodeProvider のインスタンスを取得します。

Public Shared ReadOnly Property Default As _
   CaseInsensitiveHashCodeProvider
[C#]
public static CaseInsensitiveHashCodeProvider Default {get;}
[C++]
public: __property static CaseInsensitiveHashCodeProvider*
   get_Default();
[JScript]
public static function get Default() :
   CaseInsensitiveHashCodeProvider;

プロパティ値

現在のスレッドの Thread.CurrentCulture に関連付けられた CaseInsensitiveHashCodeProvider のインスタンス。

解説

現在のスレッドの Thread.CurrentCulture は、大文字と小文字の区別に関する情報を提供します。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

参照

CaseInsensitiveHashCodeProvider クラス | CaseInsensitiveHashCodeProvider メンバ | System.Collections 名前空間 | Thread.CurrentCulture | カルチャを認識しないコレクションの操作の実行