Class ControlLinkerCache
This class manages a dictionary cache that maps each class type to a function. The function finds the get accessor for a property that has a specific name and type. It throws an exception if the get accessor returns a value that cannot be assigned to the desired type.
public static class ControlLinkerCache
- Inheritance
-
ControlLinkerCache
- Inherited Members
Methods
Get(object)
public static ControlLinkerCache.Accessor Get(object container)
Parameters
containerobject
Returns
Init(params Assembly[])
public static void Init(params Assembly[] assemblies)
Parameters
assembliesAssembly[]