System.Collections.Generic.IEnumerable<T> Extension
Location
- Reference: Go.dll
- Namespace: go.builtin
- Extends: IEnumerable<T>
- Platforms: .NET, .NET Standard 2.0
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)>