Skip to content
Jean-Philippe Bruyère edited this page Oct 26, 2021 · 1 revision

namespace: Crow

Inheritance Hierarchy

  • Binding

Syntax

public class Binding

Constructors

prototype description
Binding (string memberName, Func< T > fetchFunc=null) __

Properties

name description

Methods

prototype description
> CreateGetter(object instance) __
> CreateSetter(object instance) __
T Get(object instance) __

Events

name description
Clone this wiki locally