public Object GetMap(IDictionary <String, Object> map) { // If the map does not contain the key, this is allowed and represented as null var wrapper = (EventBean[])map.Get(_propertyName); return(BaseNestableEventUtil.GetArrayPropertyUnderlying(wrapper, _index)); }
public Object GetObjectArray(Object[] array) { // If the map does not contain the key, this is allowed and represented as null var wrapper = (EventBean[])array[_propertyIndex]; return(BaseNestableEventUtil.GetArrayPropertyUnderlying(wrapper, _index)); }