Hd.QueryExtensions.WhereClauseCollection.Remove C# (CSharp) Метод

Remove() публичный Метод

Removes a specific from the .
is not found in the Collection.
public Remove ( WhereClause val ) : void
val WhereClause The to remove from the .
Результат void
		public void Remove(WhereClause val)
		{
			List.Remove(val);
		}