[Missing <summary> documentation for "P:Grpc.Core.Metadata.Item(System.Int32)"]
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntaxpublic MetadataEntry this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As MetadataEntry
Get
Set
public:
virtual property MetadataEntry default[int index] {
MetadataEntry get (int index) sealed;
void set (int index, MetadataEntry value) sealed;
}
abstract Item : MetadataEntry with get, set
override Item : MetadataEntry with get, set
Parameters
- index
- Type: SystemInt32
Property Value
Type:
MetadataEntryImplements
IListTItemInt32
See Also