Class InterfaceMap<TInterface, TImplementation>
Cached interface mappings. Intended for private use only.
Inheritance
System.Object
InterfaceMap<TInterface, TImplementation>
Namespace: Solti.Utils.Proxy.Internals
Assembly: Solti.Utils.Proxy.dll
Syntax
public static class InterfaceMap<TInterface, TImplementation> : Object where TInterface : class where TImplementation : TInterface
Type Parameters
Name | Description |
---|---|
TInterface | |
TImplementation |
Properties
Value
Returns the cached mappings.
Declaration
public static IReadOnlyDictionary<MethodInfo, MethodInfo> Value { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyDictionary<System.Reflection.MethodInfo, System.Reflection.MethodInfo> |