Hd.QueryExtensions.WhereClauseCollection.Remove C# (CSharp) Méthode

Remove() public méthode

Removes a specific from the .
is not found in the Collection.
public Remove ( WhereClause val ) : void
val WhereClause The to remove from the .
Résultat void
		public void Remove(WhereClause val)
		{
			List.Remove(val);
		}