コード例 #1
0
 public string GetClassName(Type type)
 {
     return(type == typeof(ParseObject)
         ? ParseObjectClassName
         : ObjectSubclassInfo.GetClassName(type.GetTypeInfo()));
 }