public DynamicTypeDescriptor(DynPropertySortTypes propertySortType, object instance, bool inherited)
 {
     mPropertySortType = propertySortType;
     mInstance = instance;
     bInherited = inherited;
 }
Пример #2
0
 public DynamicTypeDescriptor(DynPropertySortTypes propertySortType, object instance, bool inherited)
 {
     mPropertySortType = propertySortType;
     mInstance         = instance;
     bInherited        = inherited;
 }