Click or drag to resize
MetadataItem Property

[Missing <summary> documentation for "P:Grpc.Core.Metadata.Item(System.Int32)"]

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

Parameters

index
Type: SystemInt32

Property Value

Type: MetadataEntry

Implements

IListTItemInt32
See Also