Extracts non-function properties from a class type.
ClassProperties<T> filters out all method properties from a class, keeping only data properties. Useful for serialization where methods should be excluded.
ClassProperties<T>
Target class type
Jeongho Nam - https://github.com/samchon
Extracts non-function properties from a class type.
ClassProperties<T>filters out all method properties from a class, keeping only data properties. Useful for serialization where methods should be excluded.