GetProperties() публичный статический Метод

public static GetProperties ( Type type ) : IEnumerable
type System.Type
Результат IEnumerable
Пример #1
0
 private void AddClass(XElement parent, Type type)
 {
     AddClassElements(parent, MagickScriptTypes.GetProperties(type), MagickScriptTypes.GetMethods(type));
     AddClassAttributes(parent, MagickScriptTypes.GetProperties(type));
 }