RemObjects.Elements.System.IEnumerable<T> Extension
Location
- Reference: Go.fx
- Namespace: go.builtin
- Extends: IEnumerable<T>
- Platforms: Island
Instance Methods
GoldIterate<T>
method GoldIterate<T>: IEnumerable<tuple of (Int32, T)>
IEnumerable<tuple of (Int32, T)> GoldIterate<T>()
func GoldIterate<T>() -> IEnumerable<tuple of (Int32, T)>
func GoldIterate<T>() IEnumerable<tuple of (Int32, T)>
Function GoldIterate<T>() As IEnumerable<tuple of (Int32, T)>