Click or drag to resize
ServerServerPortCollectionGetEnumerator Method
Gets enumerator for this collection.

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntax
public IEnumerator<ServerPort> GetEnumerator()

Return Value

Type: IEnumeratorServerPort

Implements

IEnumerableTGetEnumerator
See Also