System.Collections.Generic.IEnumerable<T> Extension

Location

Instance Methods


GoldIterate<T>

 

method GoldIterate<T>: IEnumerable<tuple of (Int32, T)>

 

IEnumerable<tuple of (Int32, T)> GoldIterate<T>()

 

func GoldIterate<T>() -> IEnumerable<(Int32, T)>

 

func GoldIterate<T>() IEnumerable<tuple of (Int32, T)>

 

Function GoldIterate<T>() As IEnumerable<tuple of (Int32, T)>