Archetype.MetaObjects.DelegatingMetaObject.Resolve C# (CSharp) Метод

Resolve() защищенный абстрактный Метод

Implemented by inheritors, this function should determine the receiver for the binding of the dynamic operation and use the bindTarget to perform the binding and return the result of that binding operation.
The bindTarget can be used multiple times to attempt potential binding operations.
protected abstract Resolve ( DynamicMetaObject>.Func bindTarget ) : DynamicMetaObject
bindTarget DynamicMetaObject>.Func /// Performs the binding of the dynamic operation if the target dynamic object cannot bind. /// The target of the dynamic operation.
Результат DynamicMetaObject
        protected abstract DynamicMetaObject Resolve( Func<DynamicMetaObject, DynamicMetaObject> bindTarget );