| IPortableReaderGetFieldNames Method |
Namespace:
Hazelcast.IO.Serialization
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax ICollection<string> GetFieldNames()
Function GetFieldNames As ICollection(Of String)
ICollection<String^>^ GetFieldNames()
abstract GetFieldNames : unit -> ICollection<string>
Return Value
Type:
ICollectionStringset of field names on this portable class
See Also