System.Data.DataViewManager.IList C# (CSharp) 메소드

IList() 개인적인 메소드

private IList ( object value ) : bool
value object
리턴 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