EncryptionPropertyCollection.IList.Contains(Object) メソッド

定義

IListに特定の値が含まれているかどうかを判断します。

 virtual bool System.Collections.IList.Contains(System::Object ^ value) = System::Collections::IList::Contains;
bool IList.Contains(object value);
abstract member System.Collections.IList.Contains : obj -> bool
override this.System.Collections.IList.Contains : obj -> bool
Function Contains (value As Object) As Boolean Implements IList.Contains

パラメーター

value
Object

Object内で検索するIList

返品

true ObjectIListで見つかった場合は "。それ以外の場合はfalse

実装

例外

value では、正しくないオブジェクト型が使用されます。

適用対象