Click or drag to resize

MetadataIndexOf Method

IList

Namespace:  Grpc.Core
Assembly:  Grpc.Core (in Grpc.Core.dll) Version: 1.2.0-dev
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