GetClassName() public static method

Gets the name of the class for the specified type.
public static GetClassName ( Type componentType ) : string
componentType System.Type
return string
Ejemplo n.º 1
0
 public string GetClassName() => NativeTypeDesc.GetClassName(_entityType, true);