C# Class FlatRedBall.Glue.Utilities.IEnumerableExtensionMethods

显示文件 Open project: vchelaru/FlatRedBall

Public Methods

Method Description
Where ( this enumerable, bool>.Func predicate ) : IEnumerable

Method Details

Where() public static method

public static Where ( this enumerable, bool>.Func predicate ) : IEnumerable
enumerable this
predicate bool>.Func
return IEnumerable