Show / Hide Table of Contents

Interface IOptimizableDescriptor

Interface for descriptors of any kind which support optimizations of their implementation according to InteropAccessMode modes. This should seldom - if ever - be implemented in user code.

Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public interface IOptimizableDescriptor

Methods

Optimize()

Called by standard descriptors when background optimization or preoptimization needs to be performed.

Declaration
void Optimize()
Back to top Built by Itinero, MIT licensed.