Beispiel #1
0
 public BuiltinPropertyInfo(ReflectedGetterSetter value, ProjectState projectState)
     : base(new LazyDotNetDict(value.PropertyType, projectState, true))
 {
     _value = value;
     _doc = null;
     _type = _value.PropertyType;
 }
 protected ReflectedGetterSetter(ReflectedGetterSetter from) {
     _getter = from._getter;
     _setter = from._setter;
     _nameType = from._nameType;
 }
Beispiel #3
0
 protected ReflectedGetterSetter(ReflectedGetterSetter from)
 {
     _getter   = from._getter;
     _setter   = from._setter;
     _nameType = from._nameType;
 }