示例#1
0
 void IReflectionBindable.EnsureBindableChildren()
 {
     if (bindableChildrenFilled)
     {
         return;
     }
     bindableChildrenFilled = true;
     BindableChildrenUtil.FillBindableFields(this);
 }
示例#2
0
 protected void EnsureBindableChildren()
 {
     if (bindableChildrenFilled)
     {
         return;
     }
     bindableChildrenFilled = true;
     BindableChildrenUtil.FillBindableFields(this);
 }
示例#3
0
 public override void Print(PrettyPrinter p)
 {
     BindableChildrenUtil.PrettyPrint(p, this);
 }