| JavaEnum Constructor |
Initializes a new instance of the
JavaEnum class
Namespace:
Hazelcast.IO.Serialization
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public JavaEnum(
string type,
string value
)
Public Sub New (
type As String,
value As String
)
public:
JavaEnum(
String^ type,
String^ value
)
new :
type : string *
value : string -> JavaEnum
Parameters
- type
- Type: SystemString
- value
- Type: SystemString
See Also