| IPortableReaderReadPortableTPortable Method |
Namespace:
Hazelcast.IO.Serialization
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax TPortable ReadPortable<TPortable>(
string fieldName
)
where TPortable : IPortable
Function ReadPortable(Of TPortable As IPortable) (
fieldName As String
) As TPortable
generic<typename TPortable>
where TPortable : IPortable
TPortable ReadPortable(
String^ fieldName
)
abstract ReadPortable :
fieldName : string -> 'TPortable when 'TPortable : IPortable
Parameters
- fieldName
- Type: SystemString
name of the field
Type Parameters
- TPortable
Return Value
Type:
TPortablethe portable value read
Exceptions See Also