This commit is contained in:
monitor1394
2022-06-01 07:59:00 +08:00
parent 9549159a58
commit 6e87f82131
13 changed files with 267 additions and 62 deletions

View File

@@ -696,7 +696,6 @@ Inherits or Implemented: [BaseChart](#BaseChart)
|public method|description|
|--|--|
| `CopyFolder()` |public static bool CopyFolder(string sourPath, string destPath)</br> |
| `GetAllAssemblyTypes()` |public static IEnumerable<Type> GetAllAssemblyTypes()</br> |
| `GetAllTypesDerivedFrom()` |public static IEnumerable<Type> GetAllTypesDerivedFrom(Type type)</br> |
| `GetAllTypesDerivedFrom<T>()` |public static IEnumerable<Type> GetAllTypesDerivedFrom<T>()</br> |