示例#1
0
        public PropertyMountPoint(object origin, PropertyPath propertyPath)
        {
            Guard.ThrowIfNull(origin, nameof(origin));
            Guard.ThrowIfNull(propertyPath, nameof(propertyPath));

            _referencedTargettedProperty = GetReferencedPropertyInfo(origin, propertyPath, 0);
        }
示例#2
0
        public PropertyMountPoint(object origin, PropertyPath propertyPath)
        {
            Guard.ThrowIfNull(origin, nameof(origin));
            Guard.ThrowIfNull(propertyPath, nameof(propertyPath));

            this.referencedTargettedProperty = GetReferencedPropertyInfo(origin, propertyPath, 0);
        }