Table of Contents

Class ControlLinkerCache.Accessor

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public abstract class ControlLinkerCache.Accessor
Inheritance
ControlLinkerCache.Accessor
Inherited Members
Extension Methods

Constructors

Accessor(Type)

public Accessor(Type _)

Parameters

_ Type

Methods

Default<TValue>()

protected static Func<object, TValue> Default<TValue>()

Returns

Func<object, TValue>

Type Parameters

TValue

Find(Type, string)

protected static Func<object, object> Find(Type t, string name)

Parameters

t Type
name string

Returns

Func<object, object>

Find<TValue>(Type, string)

protected static Func<object, TValue> Find<TValue>(Type t, string name)

Parameters

t Type
name string

Returns

Func<object, TValue>

Type Parameters

TValue

Null(object)

protected static object Null(object o)

Parameters

o object

Returns

object