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);
		}