Click or drag to resize

MetadataItem Property

IList

Namespace:  Grpc.Core
Assembly:  Grpc.Core (in Grpc.Core.dll) Version: 1.2.0-dev
Syntax
public MetadataEntry this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32

Property Value

Type: MetadataEntry

Implements

IListTItemInt32
See Also