[Missing <summary> documentation for "M:Grpc.Core.Metadata.Remove(Grpc.Core.Metadata.Entry)"]
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntaxpublic bool Remove(
MetadataEntry item
)
Public Function Remove (
item As MetadataEntry
) As Boolean
public:
virtual bool Remove(
MetadataEntry item
) sealed
abstract Remove :
item : MetadataEntry -> bool
override Remove :
item : MetadataEntry -> bool
Parameters
- item
- Type: Grpc.CoreMetadataEntry
[Missing <param name="item"/> documentation for "M:Grpc.Core.Metadata.Remove(Grpc.Core.Metadata.Entry)"]
Return Value
Type:
BooleanImplements
ICollectionTRemove(T)
See Also