Click or drag to resize
MetadataIndexOf Method

[Missing <summary> documentation for "M:Grpc.Core.Metadata.IndexOf(Grpc.Core.Metadata.Entry)"]

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntax
public int IndexOf(
	MetadataEntry item
)

Parameters

item
Type: Grpc.CoreMetadataEntry

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

Return Value

Type: Int32

Implements

IListTIndexOf(T)
See Also