Beispiel #1
0
        public EnumerableInstance(Type propertyType, IEnumerable <Instance> children)
        {
            _description = propertyType.FullName;

            _children = children;
            _coercion = DetermineCoercion(propertyType);
        }
        public EnumerableInstance(Type propertyType, IEnumerable<Instance> children)
        {
            _description = propertyType.FullName;

            _children = children;
            _coercion = DetermineCoercion(propertyType);
        }