  | JavaEnum Constructor  | 
 Initializes a new instance of the 
JavaEnum class
 
    Namespace: 
   Hazelcast.IO.Serialization
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.4
Syntaxpublic 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 -> JavaEnumParameters
- type
 - Type: SystemString
 - value
 - Type: SystemString
 
See Also