Castle.Facilities.NHibernateIntegration.Util.FieldInfoCollection.IList C# (CSharp) Метод

IList() приватный Метод

Determines whether the FieldInfoCollection contains the specified element.
Please refer to ArrayList.Contains for details.
/// is not compatible with /// .
private IList ( object value ) : bool
value object /// The object to locate in the /// . This argument /// must be compatible with . /// This argument may be a null reference. ///
Результат bool
		bool IList.Contains(object value)
		{
			return Contains((FieldInfo) value);
		}

Same methods

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