Skip to main content

AccessorCache

AccessorCache

Static Properties

cache

IDictionary<ValueTuple<Type, string>, ValueTuple<Delegate, Delegate>> cache { get; }

Static Methods

TryGet

bool TryGet(Type type, string propertyName, Delegate& getter, Delegate& setter)