Method GetBaseName
- Namespace
- Zyl.ExSpans.Reflection
- Assembly
- ExSpans.Core.dll
GetBaseName<T>()
Get the base name of the type (取得类型的基本名).
public static string GetBaseName<T>()
Returns
- string
The base name (基本名).
Type Parameters
T
The type (类型).
GetBaseName(Type)
Get the base name of the type (取得类型的基本名).
public static string GetBaseName(Type atype)
Parameters
atype
TypeThe type (类型).
Returns
- string
Full base name (返回完整基本名).