IEnumerable Extension

Location

Instance Methods


Cast<U>

 

method Cast<U>: IEnumerable<U>

 

IEnumerable<U> Cast<U>()

 

func Cast<U>() -> IEnumerable<U>

 

IEnumerable<U> Cast<U>()

 

Function Cast<U>() As IEnumerable<U>

OfType<U>

 

method OfType<U>: IEnumerable<U>

 

IEnumerable<U> OfType<U>()

 

func OfType<U>() -> IEnumerable<U>

 

IEnumerable<U> OfType<U>()

 

Function OfType<U>() As IEnumerable<U>