System.Data.DataViewManager.IList C# (CSharp) Method

IList() private method

private IList ( object value ) : bool
value object
return bool
        bool IList.Contains(object value) => (value == _item);

Same methods

DataViewManager::IList ( object value ) : int
DataViewManager::IList ( ) : void
DataViewManager::IList ( int index ) : void
DataViewManager::IList ( int index, object value ) : void
DataViewManager::IList ( object value ) : void