Click or drag to resize

MetadataInsert Method

IList

Namespace:  Grpc.Core
Assembly:  Grpc.Core (in Grpc.Core.dll) Version: 1.2.0-dev
Syntax
public void Insert(
	int index,
	MetadataEntry item
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Grpc.Core.Metadata.Insert(System.Int32,Grpc.Core.Metadata.Entry)"]

item
Type: Grpc.CoreMetadataEntry

[Missing <param name="item"/> documentation for "M:Grpc.Core.Metadata.Insert(System.Int32,Grpc.Core.Metadata.Entry)"]

Implements

IListTInsert(Int32, T)
See Also