次の方法で共有


IList.Clear メソッド

クラスによって実装された場合は、 IList からすべての項目を削除します。

Sub Clear()
[C#]
void Clear();
[C++]
void Clear();
[JScript]
function Clear();

例外

例外の種類 条件
NotSupportedException IList が読み取り専用です。

解説

このメソッドの実装では、 ICollection.Count の処理方法やコレクションの容量を変更できます。通常、カウントは 0 に設定されます。容量は 0 または既定値に設定するか、そのままにしておくことができます。

必要条件

プラットフォーム: 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, Common Language Infrastructure (CLI) Standard

参照

IList インターフェイス | IList メンバ | System.Collections 名前空間