﻿enum System.StringSplitOptions
	java boolean
	python bool
	js Boolean
	php bool
	rust bool

field None
	java false
	python False
	js false
	php FALSE
	rust false

field RemoveEmptyEntries
	java true
	python True
	js true
	php TRUE
	rust true
