예제 #1
0
 public static Dictionary <string, PropertyInfo> GetInstance(Type sourceType)
 {
     return(Instance.GetProperties(sourceType));
 }