HashSetCodec<T>.ReadValue<TInput> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads a value.
public System.Collections.Generic.HashSet<T> ReadValue<TInput> (ref Orleans.Serialization.Buffers.Reader<TInput> reader, Orleans.Serialization.WireProtocol.Field field);
abstract member ReadValue : Reader * Orleans.Serialization.WireProtocol.Field -> System.Collections.Generic.HashSet<'T>
override this.ReadValue : Reader * Orleans.Serialization.WireProtocol.Field -> System.Collections.Generic.HashSet<'T>
Public Function ReadValue(Of TInput) (ByRef reader As Reader(Of TInput), field As Field) As HashSet(Of T)
Type Parameters
- TInput
The reader input type.
Parameters
- reader
- Reader<TInput>
The reader.
- field
- Field
The field.
Returns
HashSet<T>
The value.