Click or drag to resize

JavaEnum Constructor

Initializes a new instance of the JavaEnum class

Namespace:  Hazelcast.IO.Serialization
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
public JavaEnum(
	string type,
	string value
)

Parameters

type
Type: SystemString
value
Type: SystemString
See Also