コード例 #1
0
 public FieldNode(string fieldName, ClrType clrType, ClrDump clrDump)
 {
     FieldName    = fieldName;
     ClrDump      = clrDump;
     this.ClrType = clrType;
     CanExpand    = ClrDump.Eval(() => ClrDump.HasField(clrType));
 }