﻿
internal enum Condition
{
	InArray,
	InObject,
	NotAProperty,
	Property,
	Value
}
